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

    Interface UpdateConversationInput

    interface UpdateConversationInput {
        conversationId?: string;
        title: string;
    }
    Index

    Properties

    conversationId?: string
    title: string