@ai-sdk/anthropic 2.0.7 → 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.
package/dist/index.mjs CHANGED
@@ -1016,7 +1016,7 @@ var AnthropicMessagesLanguageModel = class {
1016
1016
  jsonResponseTool != null ? {
1017
1017
  tools: [jsonResponseTool],
1018
1018
  toolChoice: { type: "tool", toolName: jsonResponseTool.name },
1019
- disableParallelToolUse: anthropicOptions == null ? void 0 : anthropicOptions.disableParallelToolUse
1019
+ disableParallelToolUse: true
1020
1020
  } : {
1021
1021
  tools: tools != null ? tools : [],
1022
1022
  toolChoice,