Uses of Class
com.google.genkit.ai.ToolRequest
Packages that use ToolRequest
-
Uses of ToolRequest in com.google.genkit.ai
Methods in com.google.genkit.ai that return ToolRequestModifier and TypeMethodDescriptionInterruptRequest.getToolRequest()Gets the tool request that was interrupted.Part.getToolRequest()InterruptRequest.restart()Creates a tool request to restart this interrupt.Creates a tool request to restart this interrupt with new metadata.Creates a tool request to restart this interrupt with new input.Methods in com.google.genkit.ai that return types with arguments of type ToolRequestMethods in com.google.genkit.ai with parameters of type ToolRequestModifier and TypeMethodDescriptionResumeOptions.Builder.restart(ToolRequest request) Adds a tool request to restart.voidPart.setToolRequest(ToolRequest toolRequest) static PartPart.toolRequest(ToolRequest toolRequest) Creates a tool request part.Method parameters in com.google.genkit.ai with type arguments of type ToolRequestModifier and TypeMethodDescriptionResumeOptions.Builder.restart(List<ToolRequest> requests) Sets all tool requests to restart.voidResumeOptions.setRestart(List<ToolRequest> restart) Sets the tool requests to restart.Constructors in com.google.genkit.ai with parameters of type ToolRequestModifierConstructorDescriptionInterruptRequest(ToolRequest toolRequest, Map<String, Object> metadata) Creates a new InterruptRequest.