@ai-sdk/anthropic 3.0.74 → 3.0.75
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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +0 -3
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +0 -3
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/anthropic-messages-language-model.ts +0 -4
package/dist/internal/index.js
CHANGED
|
@@ -3405,9 +3405,6 @@ var AnthropicMessagesLanguageModel = class {
|
|
|
3405
3405
|
});
|
|
3406
3406
|
}
|
|
3407
3407
|
}
|
|
3408
|
-
if (anthropicOptions == null ? void 0 : anthropicOptions.effort) {
|
|
3409
|
-
betas.add("effort-2025-11-24");
|
|
3410
|
-
}
|
|
3411
3408
|
if (anthropicOptions == null ? void 0 : anthropicOptions.taskBudget) {
|
|
3412
3409
|
betas.add("task-budgets-2026-03-13");
|
|
3413
3410
|
}
|