Uses of Record Class
dev.langchain4j.agentic.agent.ErrorContext
Packages that use ErrorContext
Package
Description
-
Uses of ErrorContext in dev.langchain4j.agentic.internal
Fields in dev.langchain4j.agentic.internal with type parameters of type ErrorContextModifier and TypeFieldDescriptionprotected Function
<ErrorContext, ErrorRecoveryResult> AbstractService.errorHandler
Method parameters in dev.langchain4j.agentic.internal with type arguments of type ErrorContextModifier and TypeMethodDescriptionAbstractService.errorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler) -
Uses of ErrorContext in dev.langchain4j.agentic.scope
Method parameters in dev.langchain4j.agentic.scope with type arguments of type ErrorContextModifier and TypeMethodDescriptionDefaultAgenticScope.withErrorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler) -
Uses of ErrorContext in dev.langchain4j.agentic.supervisor
Method parameters in dev.langchain4j.agentic.supervisor with type arguments of type ErrorContextModifier and TypeMethodDescriptionSupervisorAgentService.errorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler) -
Uses of ErrorContext in dev.langchain4j.agentic.workflow
Method parameters in dev.langchain4j.agentic.workflow with type arguments of type ErrorContextModifier and TypeMethodDescriptionWorkflowService.errorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler)