Class DefaultToolExecutionExceptionProcessor

java.lang.Object
org.springframework.ai.tool.execution.DefaultToolExecutionExceptionProcessor
All Implemented Interfaces:
ToolExecutionExceptionProcessor

public class DefaultToolExecutionExceptionProcessor extends Object implements ToolExecutionExceptionProcessor
Default implementation of ToolExecutionExceptionProcessor. Can be configured with an allowlist of exceptions that will be unwrapped from the ToolExecutionException and rethrown as is.
Since:
1.0.0
Author:
Thomas Vitale, Daniel Garnier-Moiroux