diff --git a/core/llm/llms/Bedrock.ts b/core/llm/llms/Bedrock.ts index bc9566cbec..62c74bfb3d 100644 --- a/core/llm/llms/Bedrock.ts +++ b/core/llm/llms/Bedrock.ts @@ -348,9 +348,6 @@ class Bedrock extends BaseLLM { budget_tokens: options.reasoningBudgetTokens, } : undefined, - anthropic_beta: options.model.includes("claude") - ? ["fine-grained-tool-streaming-2025-05-14"] - : undefined, }, }; }