Uses of Package
org.springframework.ai.tool.toolsearch
Packages that use org.springframework.ai.tool.toolsearch
Package
Description
Tool Search Tool Advisor package for dynamic tool discovery and search capabilities.
Tool Search Tool API: core interface and model types for dynamic tool discovery.
-
-
Classes in org.springframework.ai.tool.toolsearch used by org.springframework.ai.tool.toolsearchClassDescriptionInterface for searching and discovering tools on-demand.Reference to a retrieved Tool with its name, relevance score, and summary.Request for searching tools within a session's index.Response containing a list of ToolReferences matching the search criteria, total matches, and search metadata.Metadata about how a search was performed.
-
Classes in org.springframework.ai.tool.toolsearch used by org.springframework.ai.tool.toolsearch.index.luceneClassDescriptionInterface for searching and discovering tools on-demand.Reference to a retrieved Tool with its name, relevance score, and summary.Request for searching tools within a session's index.Response containing a list of ToolReferences matching the search criteria, total matches, and search metadata.
-
Classes in org.springframework.ai.tool.toolsearch used by org.springframework.ai.tool.toolsearch.index.regexClassDescriptionInterface for searching and discovering tools on-demand.Reference to a retrieved Tool with its name, relevance score, and summary.Request for searching tools within a session's index.Response containing a list of ToolReferences matching the search criteria, total matches, and search metadata.
-
Classes in org.springframework.ai.tool.toolsearch used by org.springframework.ai.tool.toolsearch.index.vectorstoreClassDescriptionInterface for searching and discovering tools on-demand.Reference to a retrieved Tool with its name, relevance score, and summary.Request for searching tools within a session's index.Response containing a list of ToolReferences matching the search criteria, total matches, and search metadata.