@cpod/sdk - v0.2.7
    Preparing search index...

    Interface QueryExecuteRequest

    Query execute request

    interface QueryExecuteRequest {
        query: string;
        topK?: number;
    }
    Index

    Properties

    Properties

    query: string

    User query to find and execute matching tool

    topK?: number

    Number of top tools to consider for LLM selection (default: 5, max: 20)