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

    Interface GetConversationOutput

    interface GetConversationOutput {
        data: {
            conversationId: string;
            createTime: string;
            title: string;
            updateTime: string;
        }[];
        total: number;
    }
    Index

    Properties

    Properties

    data: {
        conversationId: string;
        createTime: string;
        title: string;
        updateTime: string;
    }[]
    total: number