get_tuple(
self,
config: RunnableConfig,
) -> CheckpointTuple | None| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | Configuration specifying which checkpoint to retrieve. |
Fetch a checkpoint tuple synchronously.
Note:
Synchronous calls are only supported from a background thread.
From the main async thread use aget_tuple.