Asynchronous version of get_tuple.
This method is an asynchronous wrapper around get_tuple that runs the synchronous
method in a separate thread using asyncio.
aget_tuple(
self,
config: RunnableConfig,
) -> CheckpointTuple | None| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | The config to use for retrieving the checkpoint. |