Member Junction
    Preparing search index...

    Finds the best-matching actions for a given task using semantic search.

    Prefer the generic Search Entity action (SearchEntity({ entityName: 'MJ: Actions', searchText, options })). This action is retained as a thin, backward-compatible wrapper around Provider.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).

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

    Hierarchy

    • BaseFindActionsAction
      • FindBestActionAction
    Index

    Constructors

    Accessors

    Methods

    • Executes the action with the provided parameters.

      Parameters

      Returns Promise<ActionResultSimple>

      Promise resolving to the action result