mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 01:37:49 +02:00
ci: fix notebook runner & VCR cassette recorder (#1849)
Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
co-authored by
vbarda
parent
ea0418334b
commit
98f5df4f6f
@@ -407,7 +407,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"for chunk in simulation.stream({}):\n",
|
||||
"for chunk in simulation.stream({\"messages\":[]}):\n",
|
||||
" # Print out all events aside from the final end chunk\n",
|
||||
" if END not in chunk:\n",
|
||||
" print(chunk)\n",
|
||||
|
||||
Reference in New Issue
Block a user