Uses of Class
com.google.genai.types.ToolResponse
Packages that use ToolResponse
-
Uses of ToolResponse in com.google.genai.types
Methods in com.google.genai.types that return ToolResponseModifier and TypeMethodDescriptionabstract ToolResponseToolResponse.Builder.build()static ToolResponseDeserializes a JSON string to a ToolResponse object.Methods in com.google.genai.types that return types with arguments of type ToolResponseModifier and TypeMethodDescriptionabstract Optional<ToolResponse>Part.toolResponse()The output from a server-side ToolCall execution.Methods in com.google.genai.types with parameters of type ToolResponseModifier and TypeMethodDescriptionabstract Part.BuilderPart.Builder.toolResponse(ToolResponse toolResponse) Setter for toolResponse.