@ai-sdk/anthropic 2.0.53 → 2.0.54

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.
@@ -692,7 +692,7 @@ var webSearch_20250305OutputSchema = lazySchema4(
692
692
  z5.array(
693
693
  z5.object({
694
694
  url: z5.string(),
695
- title: z5.string(),
695
+ title: z5.string().nullable(),
696
696
  pageAge: z5.string().nullable(),
697
697
  encryptedContent: z5.string(),
698
698
  type: z5.literal("web_search_result")
@@ -742,7 +742,7 @@ var webFetch_20250910OutputSchema = lazySchema5(
742
742
  url: z6.string(),
743
743
  content: z6.object({
744
744
  type: z6.literal("document"),
745
- title: z6.string(),
745
+ title: z6.string().nullable(),
746
746
  citations: z6.object({ enabled: z6.boolean() }).optional(),
747
747
  source: z6.union([
748
748
  z6.object({