Interface for matching user intents to appropriate tools. Provides functionality to analyze intents and find matching tools from a registry.
Analyzes a user's intent and attempts to match it to a registered tool.
The user's intent string to analyze.
Array of available tools to match against.
A promise resolving to the intent matching results.
Interface for matching user intents to appropriate tools. Provides functionality to analyze intents and find matching tools from a registry.