Gets the history of graph states. Requires a checkpointer to be configured. Useful for:
getStateHistory(
config: RunnableConfig,
options: CheckpointListOptions
): AsyncIterableIterator<StateSnapshot>| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Configuration for retrieving the history |
options | CheckpointListOptions | Options for filtering the history |