Package org.springframework.ai.tool.execution
@NonNullApi
@NonNullFields
package org.springframework.ai.tool.execution
-
ClassDescriptionA default implementation of
ToolCallResultConverter
.Default implementation ofToolExecutionExceptionProcessor
.A functional interface to convert tool call results to a String that can be sent back to the AI model.An exception thrown when a tool execution fails.A functional interface to process aToolExecutionException
by either converting the error message to a String that can be sent back to the AI model or throwing an exception to be handled by the caller.