mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 19:27:54 +02:00
fix merge error
This commit is contained in:
@@ -507,6 +507,7 @@ def prepare_single_task(
|
||||
CONFIG_KEY_SCRATCHPAD: _scratchpad(
|
||||
pending_writes,
|
||||
task_id,
|
||||
),
|
||||
CONFIG_KEY_END: checkpoint["channel_values"].get(
|
||||
"__end__", None
|
||||
),
|
||||
@@ -745,7 +746,7 @@ def prepare_single_task(
|
||||
),
|
||||
CONFIG_KEY_END: checkpoint["channel_values"].get(
|
||||
"__end__", None
|
||||
|
||||
),
|
||||
},
|
||||
),
|
||||
triggers,
|
||||
|
||||
Reference in New Issue
Block a user