@ai-sdk/anthropic 3.0.0-beta.79 → 3.0.0-beta.80

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.
@@ -890,7 +890,7 @@ var webSearch_20250305OutputSchema = lazySchema4(
890
890
  z5.array(
891
891
  z5.object({
892
892
  url: z5.string(),
893
- title: z5.string(),
893
+ title: z5.string().nullable(),
894
894
  pageAge: z5.string().nullable(),
895
895
  encryptedContent: z5.string(),
896
896
  type: z5.literal("web_search_result")
@@ -939,7 +939,7 @@ var webFetch_20250910OutputSchema = lazySchema5(
939
939
  url: z6.string(),
940
940
  content: z6.object({
941
941
  type: z6.literal("document"),
942
- title: z6.string(),
942
+ title: z6.string().nullable(),
943
943
  citations: z6.object({ enabled: z6.boolean() }).optional(),
944
944
  source: z6.union([
945
945
  z6.object({