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> AbstractServiceBuilder.errorHandlerMethod parameters in dev.langchain4j.agentic.internal with type arguments of type ErrorContextModifier and TypeMethodDescriptionAbstractServiceBuilder.errorHandler(Function<ErrorContext, ErrorRecoveryResult> errorHandler) -
Uses of ErrorContext in dev.langchain4j.agentic.planner
Method parameters in dev.langchain4j.agentic.planner with type arguments of type ErrorContextModifier and TypeMethodDescriptionAgenticService.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)