actrone-memory
    Preparing search index...

    Interface LcChatMessage

    A LangChain.js-style message (_getType() + content), structural, no import.

    interface LcChatMessage {
        _getType(): string;
        content: string;
    }
    Index
    content: string