Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Nov 1, 2024
1 parent 91122b3 commit 9a9da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/use-remote-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Since the `RemoteGraph` behaves the same way as a regular `CompiledGraph`, it ca
print(result)

# stream outputs from both the parent graph and subgraph
for chunk in graph.invoke({
for chunk in graph.stream({
"messages": [{"role": "user", "content": "what's the weather in sf"}]
}, subgraphs=True):
print(chunk)
Expand Down

0 comments on commit 9a9da85

Please sign in to comment.