Skip to content

Commit

Permalink
checkpoint: set CheckpointNS ConfigurableFieldSpec model default to…
Browse files Browse the repository at this point in the history
… empty string (#2019)
  • Loading branch information
riyavsinha authored Oct 7, 2024
1 parent 4685dc1 commit 61798d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/checkpoint/langgraph/checkpoint/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class CheckpointTuple(NamedTuple):
annotation=str,
name="Checkpoint NS",
description='Checkpoint namespace. Denotes the path to the subgraph node the checkpoint originates from, separated by `|` character, e.g. `"child|grandchild"`. Defaults to "" (root graph).',
default=None,
default="",
is_shared=True,
)

Expand Down

0 comments on commit 61798d0

Please sign in to comment.