Uses of Class
com.google.genkit.ai.ToolResponse
Packages that use ToolResponse
-
Uses of ToolResponse in com.google.genkit.ai
Methods in com.google.genkit.ai that return ToolResponseModifier and TypeMethodDescriptionPart.getToolResponse()Creates a tool response to respond to this interrupt.Creates a tool response to respond to this interrupt with additional metadata.Methods in com.google.genkit.ai that return types with arguments of type ToolResponseModifier and TypeMethodDescriptionResumeOptions.getRespond()Gets the tool responses for interrupted requests.Methods in com.google.genkit.ai with parameters of type ToolResponseModifier and TypeMethodDescriptionResumeOptions.Builder.respond(ToolResponse response) Adds a tool response.voidPart.setToolResponse(ToolResponse toolResponse) static PartPart.toolResponse(ToolResponse toolResponse) Creates a tool response part.Method parameters in com.google.genkit.ai with type arguments of type ToolResponseModifier and TypeMethodDescriptionResumeOptions.Builder.respond(List<ToolResponse> responses) Sets all tool responses.voidResumeOptions.setRespond(List<ToolResponse> respond) Sets the tool responses for interrupted requests.