mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
x
This commit is contained in:
@@ -14,6 +14,7 @@ from langgraph.utils import StrEnum
|
||||
|
||||
class Checkpoint(TypedDict):
|
||||
"""State snapshot at a given point in time."""
|
||||
|
||||
v: int
|
||||
"""The version of the checkpoint format. Currently 1."""
|
||||
ts: str
|
||||
|
||||
Reference in New Issue
Block a user