Get a checkpoint tuple from the database.
This method retrieves a checkpoint tuple from the Postgres database based on the provided config (matching the thread ID in the config).
get_tuple(
self,
config: RunnableConfig,
) -> CheckpointTuple | None| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | The config to use for retrieving the checkpoint. |