Uses of Class
com.google.genai.types.Tool
Packages that use Tool
-
Uses of Tool in com.google.genai.types
Methods in com.google.genai.types that return ToolModifier and TypeMethodDescriptionabstract Tool
Tool.Builder.build()
static Tool
Deserializes a JSON string to a Tool object.Methods in com.google.genai.types that return types with arguments of type ToolModifier and TypeMethodDescriptionCountTokensConfig.tools()
Code that enables the system to interact with external systems to perform an action outside of the knowledge and scope of the model.CreateCachedContentConfig.tools()
A list of `Tools` the model may use to generate the next response.GenerateContentConfig.tools()
Code that enables the system to interact with external systems to perform an action outside of the knowledge and scope of the model.LiveClientSetup.tools()
A list of `Tools` the model may use to generate the next response.LiveConnectConfig.tools()
A list of `Tools` the model may use to generate the next response.Methods in com.google.genai.types with parameters of type ToolModifier and TypeMethodDescriptionSetter for tools.Setter for tools.Setter for tools.Setter for tools.Setter for tools.Method parameters in com.google.genai.types with type arguments of type ToolModifier and TypeMethodDescriptionabstract CountTokensConfig.Builder
Setter for tools.abstract CreateCachedContentConfig.Builder
Setter for tools.abstract GenerateContentConfig.Builder
Setter for tools.abstract LiveClientSetup.Builder
Setter for tools.abstract LiveConnectConfig.Builder
Setter for tools.