Uses of Package
org.springframework.ai.tool.execution
Packages that use org.springframework.ai.tool.execution
Package
Description
-
Classes in org.springframework.ai.tool.execution used by org.springframework.ai.model.toolClassDescriptionA functional interface to process a
ToolExecutionException
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. -
Classes in org.springframework.ai.tool.execution used by org.springframework.ai.tool.executionClassDescriptionDefault implementation of
ToolExecutionExceptionProcessor
.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. -
Classes in org.springframework.ai.tool.execution used by org.springframework.ai.tool.functionClassDescriptionA functional interface to convert tool call results to a String that can be sent back to the AI model.
-
Classes in org.springframework.ai.tool.execution used by org.springframework.ai.tool.methodClassDescriptionA functional interface to convert tool call results to a String that can be sent back to the AI model.
-
Classes in org.springframework.ai.tool.execution used by org.springframework.ai.tool.utilClassDescriptionA functional interface to convert tool call results to a String that can be sent back to the AI model.