Uses of Interface
org.springframework.ai.model.tool.ToolExecutionResult
-
Uses of ToolExecutionResult in org.springframework.ai.model.tool
Modifier 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.Modifier 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.