@ai-sdk/anthropic 3.0.2 → 3.0.3
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 +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +4 -2
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +4 -2
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/internal/index.js
CHANGED
|
@@ -966,7 +966,8 @@ var webSearch_20250305InputSchema = (0, import_provider_utils5.lazySchema)(
|
|
|
966
966
|
var factory2 = (0, import_provider_utils5.createProviderToolFactoryWithOutputSchema)({
|
|
967
967
|
id: "anthropic.web_search_20250305",
|
|
968
968
|
inputSchema: webSearch_20250305InputSchema,
|
|
969
|
-
outputSchema: webSearch_20250305OutputSchema
|
|
969
|
+
outputSchema: webSearch_20250305OutputSchema,
|
|
970
|
+
supportsDeferredResults: true
|
|
970
971
|
});
|
|
971
972
|
var webSearch_20250305 = (args = {}) => {
|
|
972
973
|
return factory2(args);
|
|
@@ -1022,7 +1023,8 @@ var webFetch_20250910InputSchema = (0, import_provider_utils6.lazySchema)(
|
|
|
1022
1023
|
var factory3 = (0, import_provider_utils6.createProviderToolFactoryWithOutputSchema)({
|
|
1023
1024
|
id: "anthropic.web_fetch_20250910",
|
|
1024
1025
|
inputSchema: webFetch_20250910InputSchema,
|
|
1025
|
-
outputSchema: webFetch_20250910OutputSchema
|
|
1026
|
+
outputSchema: webFetch_20250910OutputSchema,
|
|
1027
|
+
supportsDeferredResults: true
|
|
1026
1028
|
});
|
|
1027
1029
|
var webFetch_20250910 = (args = {}) => {
|
|
1028
1030
|
return factory3(args);
|