Package org.springframework.ai.tool.toolsearch
@NullMarked
package org.springframework.ai.tool.toolsearch
Tool Search Tool API: core interface and model types for dynamic tool discovery.
-
ClassDescriptionInterface 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.