@ai-sdk/anthropic 2.0.8 → 2.0.9

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.
@@ -1030,7 +1030,7 @@ var AnthropicMessagesLanguageModel = class {
1030
1030
  jsonResponseTool != null ? {
1031
1031
  tools: [jsonResponseTool],
1032
1032
  toolChoice: { type: "tool", toolName: jsonResponseTool.name },
1033
- disableParallelToolUse: anthropicOptions == null ? void 0 : anthropicOptions.disableParallelToolUse
1033
+ disableParallelToolUse: true
1034
1034
  } : {
1035
1035
  tools: tools != null ? tools : [],
1036
1036
  toolChoice,