mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 11:19:54 +02:00
update
This commit is contained in:
@@ -108,7 +108,7 @@ def draw_graph(
|
||||
for w in task.writers:
|
||||
# apply regular writes
|
||||
if isinstance(w, ChannelWrite):
|
||||
empty_input = "" if "__root__" in specs else {}
|
||||
empty_input = "" if "__root__" in specs else None
|
||||
w.invoke(empty_input, task.config)
|
||||
# apply conditional writes declared for static analysis, only once
|
||||
if w not in static_seen:
|
||||
|
||||
Reference in New Issue
Block a user