@ai-sdk/anthropic 2.0.40 → 2.0.42
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 +14 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +2 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +2 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/internal/index.mjs
CHANGED
|
@@ -2393,7 +2393,8 @@ var AnthropicMessagesLanguageModel = class {
|
|
|
2393
2393
|
data: part.content.content.source.data
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
-
}
|
|
2396
|
+
},
|
|
2397
|
+
providerExecuted: true
|
|
2397
2398
|
});
|
|
2398
2399
|
} else if (part.content.type === "web_fetch_tool_result_error") {
|
|
2399
2400
|
controller.enqueue({
|