Member Junction
    Preparing search index...

    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.

    // Find actions for a web search task
    await runAction({
    ActionName: 'Find Candidate Actions',
    Params: [{
    Name: 'TaskDescription',
    Value: 'Search the internet for information on a topic'
    }, {
    Name: 'MaxResults',
    Value: 5
    }, {
    Name: 'MinimumSimilarityScore',
    Value: 0.6
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods