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 TypeClassDescriptionenum
Defines the behavior of a tool's return value when called by a language model.Methods in dev.langchain4j.agent.tool that return ReturnBehaviorModifier and TypeMethodDescriptionstatic ReturnBehavior
Returns 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.