@cloudbase/aiagent-framework
    Preparing search index...

    Interface GetRecommendQuestionsInput

    interface GetRecommendQuestionsInput {
        agentSetting?: string;
        history?: ChatHistoryItem[];
        introduction?: string;
        msg?: string;
        name?: string;
    }
    Index

    Properties

    agentSetting?: string
    history?: ChatHistoryItem[]
    introduction?: string
    msg?: string
    name?: string