Uses of Enum Class
dev.langchain4j.agent.tool.SearchBehavior
Packages that use SearchBehavior
-
Uses of SearchBehavior in dev.langchain4j.agent.tool
Subclasses with type arguments of type SearchBehavior in dev.langchain4j.agent.toolModifier and TypeClassDescriptionenumDefines the behavior of a tool whendev.langchain4j.service.tool.search.ToolSearchStrategyis configured for an AI Service.Methods in dev.langchain4j.agent.tool that return SearchBehaviorModifier and TypeMethodDescriptionstatic SearchBehaviorReturns the enum constant of this class with the specified name.static SearchBehavior[]SearchBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.