-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tool Calling Tutorial and Example (#697)
- Loading branch information
Showing
8 changed files
with
1,771 additions
and
0 deletions.
There are no files selected for viewing
989 changes: 989 additions & 0 deletions
989
recipes/quickstart/agents/Agents_Tutorial/Tool_Calling_101.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
776 changes: 776 additions & 0 deletions
776
recipes/quickstart/agents/Agents_Tutorial/Tool_Calling_201.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Agents and Tool Calling | ||
|
||
Structure: | ||
|
||
- Agents_Tutorial: Showcases 101 and 201 notebooks guidance for using tool calling with Llama models | ||
- DeepLearning_Course_Notebooks: Notebooks from the DL.ai course teaching Agents |