Protected InternalExecutes the Find Candidate Actions action.
The action parameters containing:
Action result with matched actions
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private getGet boolean parameter with default
Private getGet parameter value by name (case-insensitive)
Action that finds the best-matching actions for a given task using embedding-based semantic search.
This action uses local embeddings to perform fast similarity search across all available actions, returning the most relevant actions based on their descriptions and capabilities.
Example