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 semantic search. Takes a natural language description of what data is needed and returns ranked matching queries with similarity scores.
Ranking is delegated to the unified
Provider.SearchEntitypipeline (semantic mode, backed by the daily-synced "Queries Search" EntityDocument) instead of the bespokeQueryEngineServer.FindSimilarQueriesvector index. Matched query metadata is hydrated from QueryEngine's cache to preserve the existing ranked output + AI directive guidance.Example