Uses of Class
com.google.genai.gaos.models.interactions.AllowedTools
Packages that use AllowedTools
-
Uses of AllowedTools in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return AllowedToolsModifier and TypeMethodDescriptionAllowedTools.Builder.build()AllowedTools.withMode(ToolChoiceType mode) The names of the allowed tools.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type AllowedToolsModifier and TypeMethodDescriptionMCPServer.allowedTools()The allowed tools.ToolChoiceConfig.allowedTools()The configuration for allowed tools.Methods in com.google.genai.gaos.models.interactions with parameters of type AllowedToolsModifier and TypeMethodDescriptionToolChoiceConfig.Builder.allowedTools(AllowedTools allowedTools) The configuration for allowed tools.ToolChoiceConfig.withAllowedTools(AllowedTools allowedTools) The configuration for allowed tools.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type AllowedToolsModifier and TypeMethodDescriptionMCPServer.Builder.allowedTools(List<AllowedTools> allowedTools) The allowed tools.MCPServer.withAllowedTools(List<AllowedTools> allowedTools) The allowed tools.Constructors in com.google.genai.gaos.models.interactions with parameters of type AllowedToolsConstructor parameters in com.google.genai.gaos.models.interactions with type arguments of type AllowedTools