-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support Native Tools in Claude V3 Model (#116)
* Run Claude V3 in native mode * dumb commit to restart pipeline * rollback poetry.lock * rollback poetry one more time * Change version of anthropic without updates * add support for function emulation in Claude 3 [send part] * add support for function emulation in Claude 3 [receive part] * minor adjust of error message * Stylistic refactors * Refactor due to PR comments * PR comments fix * typo fix * refactor due to pr comments * add explicit match/case for all types of events * add text content to tool and function calls * make linter happy * make linter happy one more time * Consistent processing of tools messages, more validation * remove dead code * make linter happy
- Loading branch information
1 parent
9e4b4a6
commit 5eb782a
Showing
12 changed files
with
450 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,4 @@ To remove the virtual environment and build artifacts: | |
|
||
```sh | ||
make clean | ||
``` | ||
``` |
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
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
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.