Skip to content

Commit

Permalink
Fix typo in remote graph astream
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 30, 2024
1 parent 4689285 commit af9a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/langgraph/pregel/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ async def astream(
stream_mode=stream_modes_ext,
interrupt_before=interrupt_before,
interrupt_after=interrupt_after,
stream_subgraphs=subgraphs,
stream_subgraphs=subgraphs or stream is not None,
if_not_exists="create",
):
if "|" in chunk.event:
Expand Down

0 comments on commit af9a09b

Please sign in to comment.