Skip to content

Commit

Permalink
Merge pull request #2247 from langchain-ai/jacob/nit
Browse files Browse the repository at this point in the history
fix: Fix typo in remote graph astream
  • Loading branch information
nfcampos authored Oct 30, 2024
2 parents 5fece1c + af9a09b commit b171416
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 b171416

Please sign in to comment.