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 executes a stored query by ID or name using the full query pipeline. This includes composition resolution ({{query:"..."}} macros), Nunjucks parameter templating, caching, and audit logging — the agent gets all of that for free.
Preferred over Run Ad-hoc Query when a matching saved query exists because: