-
Notifications
You must be signed in to change notification settings - Fork 651
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
Added support for Claude Sonnet 3.7 thinking via Vertex AI #1254
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.
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
.thinking
configuration inVertexHandler
for models with:thinking
suffix.createMessage
andcompletePrompt
to handlethinking
configuration.ApiOptions.tsx
andThinkingBudget.tsx
to support thinking configuration.ThinkingBudget
component to handle thinking token configuration.vertex.test.ts
.ApiOptions.test.tsx
andThinkingBudget.test.tsx
to test UI changes.package.json
to use@anthropic-ai/vertex-sdk
version^0.7.0
.vertexThinking
toglobalState.ts
andapi.ts
.This description was created by
for 87b70ce. It will automatically update as commits are pushed.