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

    Interface GetConversationInput

    interface GetConversationInput {
        conversationId?: string;
        isDefault?: boolean;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    conversationId?: string
    isDefault?: boolean
    limit?: number
    offset?: number