-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Anthropic Claude API support #1239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
it report the 400 error: |
Adds official support for Claude API via the beta tool-calling API (https://docs.anthropic.com/claude/docs/tool-use).
Note: Claude 3 (at least Opus and Sonnet) like to call a core memory edit on the very first message, so you may need to run with
--no-verify
.Example use:
How to test
TODO in future PR, should add CI for all official API integrations.