mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 00:52:25 +02:00
Fix
This commit is contained in:
@@ -1429,7 +1429,7 @@ class Pregel(Runnable[Union[dict[str, Any], Any], Union[dict[str, Any], Any]]):
|
||||
# set up messages stream mode
|
||||
if "messages" in stream_modes:
|
||||
run_manager.inheritable_handlers.append(
|
||||
StreamMessagesHandler(stream.put)
|
||||
StreamMessagesHandler(stream.put_nowait)
|
||||
)
|
||||
async with AsyncPregelLoop(
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user