mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 07:32:25 +02:00
docs: fixed indentation (#4078)
"Copy the clipboard" doesn't return valid Python code.
This commit is contained in:
@@ -279,7 +279,6 @@
|
||||
" if user_input.lower() in [\"quit\", \"exit\", \"q\"]:\n",
|
||||
" print(\"Goodbye!\")\n",
|
||||
" break\n",
|
||||
"\n",
|
||||
" stream_graph_updates(user_input)\n",
|
||||
" except:\n",
|
||||
" # fallback if input() is not available\n",
|
||||
|
||||
Reference in New Issue
Block a user