Uses of Interface
org.springframework.ai.model.tool.ToolExecutionResult
Packages that use ToolExecutionResult
-
Uses of ToolExecutionResult in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolExecutionResultMethods in org.springframework.ai.model.tool that return ToolExecutionResultModifier and TypeMethodDescriptionDefaultToolCallingManager.executeToolCalls
(Prompt prompt, ChatResponse chatResponse) LegacyToolCallingManager.executeToolCalls
(Prompt prompt, ChatResponse chatResponse) Deprecated.ToolCallingManager.executeToolCalls
(Prompt prompt, ChatResponse chatResponse) Execute the tool calls requested by the model.Methods in org.springframework.ai.model.tool with parameters of type ToolExecutionResultModifier and TypeMethodDescriptionstatic List<Generation>
ToolExecutionResult.buildGenerations
(ToolExecutionResult toolExecutionResult) Build a list ofGeneration
from the tool execution result, useful for sending the tool execution result to the client directly. -
Uses of ToolExecutionResult in org.springframework.ai.vertexai.gemini.schema
Methods in org.springframework.ai.vertexai.gemini.schema that return ToolExecutionResultModifier and TypeMethodDescriptionVertexToolCallingManager.executeToolCalls
(Prompt prompt, ChatResponse chatResponse) Executes tool calls by delegating to the underlying tool calling manager.