From 14ba1d4b456c5c4012c55e2526014d75d1d1191e Mon Sep 17 00:00:00 2001 From: mumu <42829555+ZhuLinsen@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:26:26 +0800 Subject: [PATCH] docs: fix numeric errors in tools_chain.ipynb (#24169) Description: Corrected several numeric errors in the docs/docs/how_to/tools_chain.ipynb file to ensure the accuracy of the documentation. --- docs/docs/how_to/tools_chain.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/how_to/tools_chain.ipynb b/docs/docs/how_to/tools_chain.ipynb index 574a868d70..cf546ba4ec 100644 --- a/docs/docs/how_to/tools_chain.ipynb +++ b/docs/docs/how_to/tools_chain.ipynb @@ -419,13 +419,13 @@ "Invoking: `exponentiate` with `{'base': 405, 'exponent': 2}`\n", "\n", "\n", - "\u001b[0m\u001b[38;5;200m\u001b[1;3m164025\u001b[0m\u001b[32;1m\u001b[1;3mThe result of taking 3 to the fifth power is 243. \n", + "\u001b[0m\u001b[38;5;200m\u001b[1;3m13286025\u001b[0m\u001b[32;1m\u001b[1;3mThe result of taking 3 to the fifth power is 243. \n", "\n", "The sum of twelve and three is 15. \n", "\n", "Multiplying 243 by 15 gives 3645. \n", "\n", - "Finally, squaring 3645 gives 164025.\u001b[0m\n", + "Finally, squaring 3645 gives 13286025.\u001b[0m\n", "\n", "\u001b[1m> Finished chain.\u001b[0m\n" ] @@ -434,7 +434,7 @@ "data": { "text/plain": [ "{'input': 'Take 3 to the fifth power and multiply that by the sum of twelve and three, then square the whole result',\n", - " 'output': 'The result of taking 3 to the fifth power is 243. \\n\\nThe sum of twelve and three is 15. \\n\\nMultiplying 243 by 15 gives 3645. \\n\\nFinally, squaring 3645 gives 164025.'}" + " 'output': 'The result of taking 3 to the fifth power is 243. \\n\\nThe sum of twelve and three is 15. \\n\\nMultiplying 243 by 15 gives 3645. \\n\\nFinally, squaring 3645 gives 13286025.'}" ] }, "execution_count": 18,