langchain.js
    Preparing search index...
    interface StateSnapshot {
        config: RunnableConfig;
        createdAt?: string;
        metadata?: any;
        next: string[];
        parentConfig?: RunnableConfig<Record<string, any>>;
        tasks: PregelTaskDescription[];
        values: any;
    }
    Index

    Properties

    config: RunnableConfig

    Config used to fetch this snapshot

    createdAt?: string

    Time when the snapshot was created

    metadata?: any

    Metadata about the checkpoint

    next: string[]

    Nodes to execute in the next step, if any

    parentConfig?: RunnableConfig<Record<string, any>>

    Config used to fetch the parent snapshot, if any

    undefined
    
    tasks: PregelTaskDescription[]

    Tasks to execute in this step. If already attempted, may contain an error.

    values: any

    Current values of channels