ProtectedInternalExecutes 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
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