Skip to content

Commit

Permalink
docs: remove duplicated statements (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiwiec authored Sep 29, 2024
1 parent 946e2a8 commit 748c92e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/tutorials/customer-support/customer-support.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2440,8 +2440,6 @@
" ):\n",
" messages = state[\"messages\"] + [(\"user\", \"Respond with a real output.\")]\n",
" state = {**state, \"messages\": messages}\n",
" messages = state[\"messages\"] + [(\"user\", \"Respond with a real output.\")]\n",
" state = {**state, \"messages\": messages}\n",
" else:\n",
" break\n",
" return {\"messages\": result}\n",
Expand Down Expand Up @@ -3129,8 +3127,6 @@
" ):\n",
" messages = state[\"messages\"] + [(\"user\", \"Respond with a real output.\")]\n",
" state = {**state, \"messages\": messages}\n",
" messages = state[\"messages\"] + [(\"user\", \"Respond with a real output.\")]\n",
" state = {**state, \"messages\": messages}\n",
" else:\n",
" break\n",
" return {\"messages\": result}\n",
Expand Down

0 comments on commit 748c92e

Please sign in to comment.