From 107666029e86e40a15da478401f3d4fbe2976575 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 16 Jun 2024 14:25:19 -0400 Subject: [PATCH] fix typos and add reference to new course in 10.2_appendix_tool use --- Anthropic 1P/10.2_Appendix_Tool Use.ipynb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Anthropic 1P/10.2_Appendix_Tool Use.ipynb b/Anthropic 1P/10.2_Appendix_Tool Use.ipynb index fb632a0..f1d2ffd 100644 --- a/Anthropic 1P/10.2_Appendix_Tool Use.ipynb +++ b/Anthropic 1P/10.2_Appendix_Tool Use.ipynb @@ -87,13 +87,15 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Tool use roadmap\n", + "### Tool use updates\n", "\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", + "*This lesson teaches outdated current tool use format. We have since updated our tool use functionality to include the following:*\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*" + "* *Better reliability and performance, especially for more complex tool use tasks*\n", + "\n", + "To redirect to our updated tutorial on tool use, see our [ToolUse course](https://github.com/anthropics/courses/tree/master/ToolUse)." ] }, { @@ -102,7 +104,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",