Make docstring even less ambiguous (#4308)

This commit is contained in:
William FH
2025-04-16 23:39:04 +00:00
committed by GitHub
parent 6ee112851c
commit 30f9bcd8de
+1 -1
View File
@@ -125,7 +125,7 @@ class Checkpoint(TypedDict):
thread_id: str
"""Unique identifier for the thread associated with this checkpoint."""
checkpoint_ns: str
"""Namespace for the checkpoint, used for organization and retrieval."""
"""Namespace for the checkpoint; used internally to manage subgraph state."""
checkpoint_id: Optional[str]
"""Optional unique identifier for the checkpoint itself."""
checkpoint_map: Optional[dict[str, Any]]