Uses of Interface
dev.langchain4j.service.tool.ToolExecutionErrorHandler
Packages that use ToolExecutionErrorHandler
-
Uses of ToolExecutionErrorHandler in dev.langchain4j.service
Methods in dev.langchain4j.service that return ToolExecutionErrorHandlerMethods in dev.langchain4j.service with parameters of type ToolExecutionErrorHandlerModifier and TypeMethodDescriptionAiServices.toolExecutionErrorHandler
(ToolExecutionErrorHandler handler) Configures the handler to be invoked when errors occur during tool execution.AiServiceTokenStreamParameters.Builder.toolExecutionErrorHandler
(ToolExecutionErrorHandler handler) -
Uses of ToolExecutionErrorHandler in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return ToolExecutionErrorHandlerMethods in dev.langchain4j.service.tool with parameters of type ToolExecutionErrorHandlerModifier and TypeMethodDescriptionstatic ToolExecutionResultMessage
ToolService.executeWithErrorHandling
(ToolExecutionRequest toolRequest, ToolExecutor executor, Object memoryId, ToolArgumentsErrorHandler argumentsErrorHandler, ToolExecutionErrorHandler executionErrorHandler) void
ToolService.executionErrorHandler
(ToolExecutionErrorHandler handler)