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,