mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
Older Claude 3 models (Haiku, Opus, Sonnet, and the original 3.5 Sonnet 20240620) do not support the fine-grained-tool-streaming beta flag on AWS Bedrock. Sending this beta causes Bedrock to reject the request with "invalid beta flag". This change adds an exclusion list for these older models and only sends the beta header to Claude models that support it. Closes #11715 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||