-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into reformat-code-samples-2
- Loading branch information
Showing
17 changed files
with
704 additions
and
457 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 |
---|---|---|
|
@@ -323,18 +323,6 @@ outputs = [{"number": 2343}] # Not Great | |
outputs = [{"sum": 2343}] # Better | ||
``` | ||
|
||
## What's Next? | ||
|
||
Here, we'll preview some of the functionality we plan on adding in the coming months. | ||
|
||
### Cohere-hosted Tools | ||
|
||
The model can currently handle any tool provided by the developer. That having been said, Cohere has implemented some pre-defined tools that users can leverage out-of-the-box. | ||
|
||
Specifically we're going to roll out a **Python interpreter** tool and a **Web search** tool. | ||
|
||
Please [reach out](mailto:[email protected]) to join the beta. | ||
|
||
## Getting started | ||
|
||
Check out [this notebook](https://github.com/cohere-ai/cohere-developer-experience/blob/main/notebooks/agents/Vanilla_Tool_Use.ipynb) for a worked-out examples. | ||
|
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
Oops, something went wrong.