Longbridge OpenAPI SDK
    Preparing search index...

    Interface Question

    One question the Agent needs you to answer

    interface Question {
        question: string;
        options: QuestionOption[];
        multiSelect: boolean;
    }
    Index
    question: string

    Question text

    options: QuestionOption[]

    Options; empty means free-form answer

    multiSelect: boolean

    Whether multiple options may be selected