mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 02:37:52 +02:00
Fix
This commit is contained in:
@@ -240,8 +240,8 @@ class RemoteGraph(PregelProtocol):
|
||||
}
|
||||
|
||||
return {
|
||||
"tags": config.get("tags"),
|
||||
"metadata": config.get("metadata"),
|
||||
"tags": config.get("tags") or [],
|
||||
"metadata": config.get("metadata") or {},
|
||||
"configurable": new_configurable,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user