@ai-sdk/anthropic 4.0.25 → 4.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5708,7 +5708,10 @@ function resolveAnthropicReasoningConfig({
5708
5708
  },
5709
5709
  warnings
5710
5710
  });
5711
- return { thinking: { type: "adaptive" }, effort };
5711
+ return {
5712
+ thinking: { type: "adaptive", display: "summarized" },
5713
+ effort
5714
+ };
5712
5715
  }
5713
5716
  const budgetTokens = mapReasoningToProviderBudget({
5714
5717
  reasoning,