Saves a checkpoint to the MongoDB database. The checkpoint is associated with the provided config and its parent config (if any).
put(
config: RunnableConfig,
checkpoint: Checkpoint,
metadata: CheckpointMetadata
): Promise<RunnableConfig<Record<string, any>>>| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | |
checkpoint* | Checkpoint | |
metadata* | CheckpointMetadata |