-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Added support for Claude Sonnet 3.7 thinking via Vertex AI #1254
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
Conversation
|
mrubens
left a comment
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.
Looks good to me, but would love @cte to take a look as well. Thanks!
sorry, should have set as draft. I am yet to push some tests and then review it myself! |
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
🎉 |
Description
Type of change
How Has This Been Tested?
Checklist:
Additional context
Related Issues
Reviewers
Important
Adds support for Claude Sonnet 3.7 thinking via Vertex AI, including model configuration, UI updates, and tests.
vertex.ts.thinkingconfiguration inVertexHandlerfor models with:thinkingsuffix.createMessageandcompletePromptto handlethinkingconfiguration.ApiOptions.tsxandThinkingBudget.tsxto support thinking configuration.ThinkingBudgetcomponent to handle thinking token configuration.vertex.test.ts.ApiOptions.test.tsxandThinkingBudget.test.tsxto test UI changes.package.jsonto use@anthropic-ai/vertex-sdkversion^0.7.0.vertexThinkingtoglobalState.tsandapi.ts.This description was created by
for 87b70ce. It will automatically update as commits are pushed.