actrone-memory
    Preparing search index...

    Interface ChatMessage

    interface ChatMessage {
        role: ChatRole;
        content: string;
    }
    Index
    role: ChatRole
    content: string