Uses of Class
com.google.genai.types.ToolType
Packages that use ToolType
-
Uses of ToolType in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type ToolTypeModifier and TypeMethodDescriptionToolCall.toolType()The type of tool that was called.ToolResponse.toolType()The type of tool that was called, matching the tool_type in the corresponding ToolCall.Methods in com.google.genai.types with parameters of type ToolTypeModifier and TypeMethodDescriptionabstract ToolCall.BuilderSetter for toolType.abstract ToolResponse.BuilderSetter for toolType.