add initial tool use curriculum

This commit is contained in:
Colt Steele MacBook
2024-05-30 10:03:27 -06:00
commit cd71d69f2d
35 changed files with 5730 additions and 0 deletions

11
ToolUse/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Tool use tutorial
Welcome to Anthropic's comprehensive tool use tutorial. Across six lessons, you will learn everything you need to know to implement tool use successfully in your workflows with Claude. We recommend that you start from the beginning with the [tool use overview](./01_tool_use_overview.ipynb), as each lesson builds on key concepts taught in previous ones.
## Table of contents
* [Tool use overview](./01_tool_use_overview.ipynb)
* [Your first simple tool](./02_your_first_simple_tool.ipynb)
* [Forcing JSON with tool use](./03_structured_outputs.ipynb)
* [The complete tool use workflow](./04_complete_workflow.ipynb)
* [Tool choice](./05_tool_choice.ipynb)
* [Building a chatbot with multiple tools](./06_chatbot_with_multiple_tools.ipynb)