Uses of Enum Class
dev.langchain4j.agent.tool.ReturnBehavior
Packages that use ReturnBehavior
-
Uses of ReturnBehavior in dev.langchain4j.agent.tool
Subclasses with type arguments of type ReturnBehavior in dev.langchain4j.agent.toolModifier and TypeClassDescriptionenumPer-tool setting controlling what happens with a tool's result after execution.Methods in dev.langchain4j.agent.tool that return ReturnBehaviorModifier and TypeMethodDescriptionstatic ReturnBehaviorReturns the enum constant of this class with the specified name.static ReturnBehavior[]ReturnBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.