actrone-memory
    Preparing search index...

    Interface LcLikeMessage

    The minimal shape a LangChain.js BaseMessage exposes (structural, no import).

    interface LcLikeMessage {
        _getType?: () => string;
        content: unknown;
    }
    Index
    _getType?: () => string
    content: unknown