@ai-sdk/anthropic 2.1.0-beta.5 → 2.1.0-beta.6
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 +10 -0
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +9 -9
- package/dist/internal/index.d.ts +9 -9
- 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 +4 -4
package/dist/internal/index.mjs
CHANGED
|
@@ -980,7 +980,7 @@ function createCitationSource(citation, citationDocuments, generateId2) {
|
|
|
980
980
|
}
|
|
981
981
|
var AnthropicMessagesLanguageModel = class {
|
|
982
982
|
constructor(modelId, config) {
|
|
983
|
-
this.specificationVersion = "
|
|
983
|
+
this.specificationVersion = "v3";
|
|
984
984
|
var _a;
|
|
985
985
|
this.modelId = modelId;
|
|
986
986
|
this.config = config;
|