This commit is contained in:
Eugene Yurtsev
2024-04-04 15:01:03 -04:00
parent 75ce4474e5
commit 21ce575739
+1
View File
@@ -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