@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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/internal/index.mjs
CHANGED
|
@@ -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:
|
|
1009
|
+
disableParallelToolUse: true
|
|
1010
1010
|
} : {
|
|
1011
1011
|
tools: tools != null ? tools : [],
|
|
1012
1012
|
toolChoice,
|