mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 10:17:50 +02:00
Fix single/double quotes in storm.ipynb (#225)
to avoid "unterminated string literal" error when run in Jupyter Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
@@ -1227,8 +1227,8 @@
|
||||
" ),\n",
|
||||
" (\n",
|
||||
" \"user\",\n",
|
||||
" 'Write the complete Wiki article using markdown format. Organize citations using footnotes like \"[1]\",\"\n",
|
||||
" \" avoiding duplicates in the footer. Include URLs in the footer.',\n",
|
||||
" 'Write the complete Wiki article using markdown format. Organize citations using footnotes like \"[1]\",'\n",
|
||||
" ' avoiding duplicates in the footer. Include URLs in the footer.',\n",
|
||||
" ),\n",
|
||||
" ]\n",
|
||||
")\n",
|
||||
|
||||
Reference in New Issue
Block a user