ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action that searches the saved query catalog using vector-based semantic search. Takes a natural language description of what data is needed and returns ranked matching queries with similarity scores.
This replaces the previous approach of loading the full query catalog into agent context (Option A) with a scalable vector search (Option B).
Example