LangGraph.js API Reference
    Preparing search index...

    Type Alias StreamMode

    StreamMode:
        | "values"
        | "updates"
        | "debug"
        | "messages"
        | "checkpoints"
        | "tasks"
        | "custom"

    Selects the type of output you'll receive when streaming from the graph. See Streaming for more details.