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

    Interface GetChatRecordOutput

    interface GetChatRecordOutput {
        recordList: {
            botId?: string;
            content?: string;
            conversation?: string;
            createTime?: string;
            image?: string;
            recordId?: string;
            reply?: string;
            replyTo?: string;
            role?: string;
            triggerSrc?: string;
            type?: string;
        }[];
        total: number;
    }
    Index

    Properties

    Properties

    recordList: {
        botId?: string;
        content?: string;
        conversation?: string;
        createTime?: string;
        image?: string;
        recordId?: string;
        reply?: string;
        replyTo?: string;
        role?: string;
        triggerSrc?: string;
        type?: string;
    }[]
    total: number