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

    Interface SendMessageInput

    interface SendMessageInput {
        conversationId?: string;
        files?: string[];
        history?: ChatHistoryItem[];
        msg: string;
        searchEnable?: boolean;
    }
    Index

    Properties

    conversationId?: string
    files?: string[]
    history?: ChatHistoryItem[]
    msg: string
    searchEnable?: boolean