Member Junction
    Preparing search index...

    Finds candidate actions for a given task using semantic search.

    Backed by the unified Provider.SearchEntity pipeline (semantic mode over the daily-synced "Actions Search" EntityDocument). Shares all behavior with "Find Best Action" — see BaseFindActionsAction.

    Inputs: TaskDescription (required), MaxResults (default 10), MinimumSimilarityScore (cosine 0-1, default 0.5), ExcludeAgentManagement (default true).

    await runAction({
    ActionName: 'Find Candidate Actions',
    Params: [{ Name: 'TaskDescription', Value: 'Search the internet for information' }]
    });

    Hierarchy

    • BaseFindActionsAction
      • FindCandidateActionsAction
    Index

    Constructors

    Accessors

    Methods

    • Executes the action with the provided parameters.

      Parameters

      Returns Promise<ActionResultSimple>

      Promise resolving to the action result