Uses of Class
dev.langchain4j.service.tool.ToolErrorContext
Packages that use ToolErrorContext
-
Uses of ToolErrorContext in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return ToolErrorContextMethods in dev.langchain4j.service.tool with parameters of type ToolErrorContextModifier and TypeMethodDescriptionToolArgumentsErrorHandler.handle
(Throwable error, ToolErrorContext context) Handles an error that occurred during the parsing and preparation of tool arguments.ToolExecutionErrorHandler.handle
(Throwable error, ToolErrorContext context) Handles an error that occurred during tool execution.