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