diff --git a/Anthropic 1P/10.2_Appendix_Tool Use.ipynb b/Anthropic 1P/10.2_Appendix_Tool Use.ipynb index fb632a0..d4b3544 100644 --- a/Anthropic 1P/10.2_Appendix_Tool Use.ipynb +++ b/Anthropic 1P/10.2_Appendix_Tool Use.ipynb @@ -91,7 +91,7 @@ "\n", "*This lesson teaches our current tool use format. However, we will be updating and improving tool use functionality in the near future, including:*\n", "* *A more streamlined format for function definitions and calls*\n", - "* *More robust error handilgj and edge case coverage*\n", + "* *More robust error handling and edge case coverage*\n", "* *Tighter integration with the rest of our API*\n", "* *Better reliability and performance, especially for more complex tool use tasks*" ] @@ -102,7 +102,7 @@ "source": [ "### Examples\n", "\n", - "To enable tool use in Claude, we start with the system prompt. In this special tool use system prompt, wet tell Claude:\n", + "To enable tool use in Claude, we start with the system prompt. In this special tool use system prompt, we tell Claude:\n", "* The basic premise of tool use and what it entails\n", "* How Claude can call and use the tools it's been given\n", "* A detailed list of tools it has access to in this specific scenario \n",