Uses of Interface
dev.langchain4j.service.tool.ToolExecutionErrorHandler
Packages that use ToolExecutionErrorHandler
Package
Description
-
Uses of ToolExecutionErrorHandler in dev.langchain4j.agentic.agent
Methods in dev.langchain4j.agentic.agent with parameters of type ToolExecutionErrorHandlerModifier and TypeMethodDescriptionAgentBuilder.toolArgumentsErrorHandler
(ToolExecutionErrorHandler 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 ToolExecutionResult
ToolService.executeWithErrorHandling
(ToolExecutionRequest toolRequest, ToolExecutor toolExecutor, InvocationContext invocationContext, ToolArgumentsErrorHandler argumentsErrorHandler, ToolExecutionErrorHandler executionErrorHandler) void
ToolService.executionErrorHandler
(ToolExecutionErrorHandler handler)