@ai-sdk/anthropic 2.0.0-beta.3 → 2.0.0-beta.4
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 +7 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +1 -1
- package/dist/internal/index.d.ts +1 -1
- package/dist/internal/index.js +1 -5
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -5
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -934,11 +934,7 @@ var AnthropicMessagesLanguageModel = class {
|
|
|
934
934
|
tool_choice: anthropicToolChoice
|
|
935
935
|
},
|
|
936
936
|
warnings: [...warnings, ...toolWarnings],
|
|
937
|
-
betas: /* @__PURE__ */ new Set([
|
|
938
|
-
"fine-grained-tool-streaming-2025-05-14",
|
|
939
|
-
...messagesBetas,
|
|
940
|
-
...toolsBetas
|
|
941
|
-
]),
|
|
937
|
+
betas: /* @__PURE__ */ new Set([...messagesBetas, ...toolsBetas]),
|
|
942
938
|
usesJsonResponseTool: jsonResponseTool != null
|
|
943
939
|
};
|
|
944
940
|
}
|