actrone-memory
    Preparing search index...

    Interface LangGraphSystemMessage

    A minimal LangGraph.js system message (structural, no @langchain/langgraph import).

    interface LangGraphSystemMessage {
        role: "system";
        content: string;
    }
    Index
    role: "system"
    content: string