mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
checkpoint: set CheckpointNS ConfigurableFieldSpec model default to empty string (#2019)
This commit is contained in:
@@ -178,7 +178,7 @@ CheckpointNS = ConfigurableFieldSpec(
|
||||
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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user