chore(ai-search): remove Claude Sonnet 3.5 v2 model #10240
Merged
+3
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Refs: Request from [email protected] via Slack to remove Claude Sonnet 3.5 v2 model references
Anthropic and AWS Bedrock are retiring Claude Sonnet 3.5 v2 (
us.anthropic.claude-3-5-sonnet-20241022-v2:0). This PR removes theclaude-3.5option from theAIChatModelenum in the docs.yml configuration schema to prevent users from configuring a model that will soon be unavailable.ai-search.model: claude-3.5in their docs.yml will need to update toclaude-3.7,claude-4, orcommand-a.Related PR: This should be coordinated with fern-platform#4665 which removes the actual Bedrock model implementation.
Changes Made
claude-3.5enum value fromAIChatModelinfern/apis/docs-yml/definition/docs.ymlpackages/cli/configuration/src/docs-yml/schemas/sdk/api/resources/docs/types/AiChatModel.tspackages/cli/configuration/src/docs-yml/schemas/sdk/serialization/resources/docs/types/AiChatModel.tsdocs-yml.schema.jsonandpackages/cli/workspace/loader/src/docs-yml.schema.jsonTesting
pnpm test)Review Checklist
Critical items for review:
fern generateafter mergeLink to Devin run: https://app.devin.ai/sessions/93a5a406abf942e892901ab8a33f74f2
Requested by: [email protected] (@dannysheridan)