@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.
@@ -959,7 +959,8 @@ var webSearch_20250305InputSchema = lazySchema4(
959
959
  var factory2 = createProviderToolFactoryWithOutputSchema({
960
960
  id: "anthropic.web_search_20250305",
961
961
  inputSchema: webSearch_20250305InputSchema,
962
- outputSchema: webSearch_20250305OutputSchema
962
+ outputSchema: webSearch_20250305OutputSchema,
963
+ supportsDeferredResults: true
963
964
  });
964
965
  var webSearch_20250305 = (args = {}) => {
965
966
  return factory2(args);
@@ -1019,7 +1020,8 @@ var webFetch_20250910InputSchema = lazySchema5(
1019
1020
  var factory3 = createProviderToolFactoryWithOutputSchema2({
1020
1021
  id: "anthropic.web_fetch_20250910",
1021
1022
  inputSchema: webFetch_20250910InputSchema,
1022
- outputSchema: webFetch_20250910OutputSchema
1023
+ outputSchema: webFetch_20250910OutputSchema,
1024
+ supportsDeferredResults: true
1023
1025
  });
1024
1026
  var webFetch_20250910 = (args = {}) => {
1025
1027
  return factory3(args);