actrone-memory
    Preparing search index...

    Interface ConversationRef

    Options identifying a single conversation.

    interface ConversationRef {
        agentId: string;
        sessionId: string;
    }
    Index
    agentId: string
    sessionId: string