@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.
@@ -1006,7 +1006,7 @@ var AnthropicMessagesLanguageModel = class {
1006
1006
  jsonResponseTool != null ? {
1007
1007
  tools: [jsonResponseTool],
1008
1008
  toolChoice: { type: "tool", toolName: jsonResponseTool.name },
1009
- disableParallelToolUse: anthropicOptions == null ? void 0 : anthropicOptions.disableParallelToolUse
1009
+ disableParallelToolUse: true
1010
1010
  } : {
1011
1011
  tools: tools != null ? tools : [],
1012
1012
  toolChoice,