add prompting courses and rename folders to snake_case

This commit is contained in:
Colt Steele MacBook
2024-08-13 21:05:26 -06:00
parent e27b9abd23
commit d2a7a9130c
131 changed files with 27611 additions and 6 deletions

11
tool_use/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)