From 24b6b9718ec20646a7f6427bee2959fef50c786a Mon Sep 17 00:00:00 2001 From: CJack812 <1070767757@qq.com> Date: Fri, 9 Aug 2024 06:16:07 +0000 Subject: [PATCH] docs: correct mistakes in customer-support.ipynb --- examples/customer-support/customer-support.ipynb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/customer-support/customer-support.ipynb b/examples/customer-support/customer-support.ipynb index cf451188f..76264c415 100644 --- a/examples/customer-support/customer-support.ipynb +++ b/examples/customer-support/customer-support.ipynb @@ -2428,8 +2428,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", @@ -3102,8 +3100,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",