Uses of Interface
dev.langchain4j.service.tool.search.ToolSearchStrategy
Packages that use ToolSearchStrategy
Package
Description
-
Uses of ToolSearchStrategy in dev.langchain4j.service
Methods in dev.langchain4j.service with parameters of type ToolSearchStrategyModifier and TypeMethodDescriptionAiServices.toolSearchStrategy(ToolSearchStrategy toolSearchStrategy) Configures a tool search strategy that can be used to reduce token usage. -
Uses of ToolSearchStrategy in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool with parameters of type ToolSearchStrategyModifier and TypeMethodDescriptionvoidToolService.toolSearchStrategy(ToolSearchStrategy toolSearchStrategy) -
Uses of ToolSearchStrategy in dev.langchain4j.service.tool.search
Constructors in dev.langchain4j.service.tool.search with parameters of type ToolSearchStrategy -
Uses of ToolSearchStrategy in dev.langchain4j.service.tool.search.simple
Classes in dev.langchain4j.service.tool.search.simple that implement ToolSearchStrategyModifier and TypeClassDescriptionclassAToolSearchStrategythat allows an LLM to search for available tools using simple case-insensitivecontainsmatching. -
Uses of ToolSearchStrategy in dev.langchain4j.service.tool.search.vector
Classes in dev.langchain4j.service.tool.search.vector that implement ToolSearchStrategyModifier and TypeClassDescriptionclassAToolSearchStrategythat uses vector similarity search to find relevant tools based on the semantic meaning of their names and descriptions.