Uses of Enum Class
dev.langchain4j.agentic.agent.ErrorRecoveryResult.Type
Packages that use ErrorRecoveryResult.Type
-
Uses of ErrorRecoveryResult.Type in dev.langchain4j.agentic.agent
Methods in dev.langchain4j.agentic.agent that return ErrorRecoveryResult.TypeModifier and TypeMethodDescriptionErrorRecoveryResult.type()
Returns the value of thetype
record component.static ErrorRecoveryResult.Type
Returns the enum constant of this class with the specified name.static ErrorRecoveryResult.Type[]
ErrorRecoveryResult.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.langchain4j.agentic.agent with parameters of type ErrorRecoveryResult.TypeModifierConstructorDescriptionErrorRecoveryResult
(ErrorRecoveryResult.Type type, Object result) Creates an instance of aErrorRecoveryResult
record class.