Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and add reference to new ToolUse course in 10.2_appendix_tool use.ipynb #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Anthropic 1P/10.2_Appendix_Tool Use.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand All @@ -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",
Expand Down