-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
# Tools | ||
|
||
Tools can be used together with agents powered by the OpenAI's ChatCompletion or the Assistant API. | ||
AGNext provides the {py:mod}`agnext.components.tools` module with a suite of built-in | ||
tools and utilities for creating and running custom tools. | ||
|
||
See [examples](https://github.com/microsoft/agnext/tree/main/python/examples#tool-use-examples) | ||
for how to use the built-in code execution tool and creating custom tools. |
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