Uses of Class
com.google.genai.gaos.models.interactions.ComputerUse
Packages that use ComputerUse
-
Uses of ComputerUse in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ComputerUseModifier and TypeMethodDescriptionComputerUse.Builder.build()ComputerUse.withDisabledSafetyPolicies(List<DisabledSafetyPolicy> disabledSafetyPolicies) Optional.ComputerUse.withEnablePromptInjectionDetection(Boolean enablePromptInjectionDetection) Whether enable the prompt injection detection check on computer-use request.ComputerUse.withEnvironment(EnvironmentEnum environment) The environment being operated.ComputerUse.withExcludedPredefinedFunctions(List<String> excludedPredefinedFunctions) The list of predefined functions that are excluded from the model call.