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

    Interface GetBotInfoOutput

    interface GetBotInfoOutput {
        agentSetting?: string;
        avatar?: string;
        background?: string;
        botId?: string;
        databaseModel?: string[];
        initQuestions?: string[];
        introduction?: string;
        isNeedRecommend?: boolean;
        knowledgeBase?: string[];
        mcpServerList?: { name?: string; tools: { name?: string }[]; url?: string }[];
        model?: string;
        modelValue?: string;
        multiConversationEnable?: boolean;
        name?: string;
        searchEnable?: boolean;
        searchFileEnable?: boolean;
        tags?: string[];
        type?: string;
        updateTime?: number;
        voiceSettings?: {
            enable?: boolean;
            inputType?: string;
            outputType?: number;
        };
        welcomeMessage?: string;
    }
    Index

    Properties

    agentSetting?: string
    avatar?: string
    background?: string
    botId?: string
    databaseModel?: string[]
    initQuestions?: string[]
    introduction?: string
    isNeedRecommend?: boolean
    knowledgeBase?: string[]
    mcpServerList?: { name?: string; tools: { name?: string }[]; url?: string }[]
    model?: string
    modelValue?: string
    multiConversationEnable?: boolean
    name?: string
    searchEnable?: boolean
    searchFileEnable?: boolean
    tags?: string[]
    type?: string
    updateTime?: number
    voiceSettings?: { enable?: boolean; inputType?: string; outputType?: number }
    welcomeMessage?: string