ci: fix notebook runner & VCR cassette recorder (#1849)

Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
Isaac Francisco
2024-09-27 17:56:55 -04:00
committed by GitHub
co-authored by vbarda
parent ea0418334b
commit 98f5df4f6f
289 changed files with 4482 additions and 1968 deletions
@@ -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",