@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.js
CHANGED
|
@@ -2383,7 +2383,8 @@ var AnthropicMessagesLanguageModel = class {
|
|
|
2383
2383
|
data: part.content.content.source.data
|
|
2384
2384
|
}
|
|
2385
2385
|
}
|
|
2386
|
-
}
|
|
2386
|
+
},
|
|
2387
|
+
providerExecuted: true
|
|
2387
2388
|
});
|
|
2388
2389
|
} else if (part.content.type === "web_fetch_tool_result_error") {
|
|
2389
2390
|
controller.enqueue({
|