ProtectedactionVerb used in error messages (e.g. "find best action").
ProtectedentityEntity searched by this action.
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
Finds the best-matching actions for a given task using semantic search.
Deprecated
Prefer the generic Search Entity action (
SearchEntity({ entityName: 'MJ: Actions', searchText, options })). This action is retained as a thin, backward-compatible wrapper aroundProvider.SearchEntity(semantic mode, backed by the daily-synced "Actions Search" EntityDocument).Inputs:
TaskDescription(required),MaxResults(default 10),MinimumSimilarityScore(cosine 0-1, default 0.5),ExcludeAgentManagement(default true).Example