diff --git a/libs/langgraph/langgraph/func/__init__.py b/libs/langgraph/langgraph/func/__init__.py index a3d012e55..7c2be50cb 100644 --- a/libs/langgraph/langgraph/func/__init__.py +++ b/libs/langgraph/langgraph/func/__init__.py @@ -345,7 +345,7 @@ class entrypoint: value: R """Value to return. A value will always be returned even if it is None.""" save: S - """The value for the state for the next checkpoint. + """The value for the state for the next checkpoint. A value will always be saved even if it is None. """