@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.
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@ai-sdk/provider-utils";
12
12
 
13
13
  // src/version.ts
14
- var VERSION = true ? "3.0.0-beta.79" : "0.0.0-test";
14
+ var VERSION = true ? "3.0.0-beta.80" : "0.0.0-test";
15
15
 
16
16
  // src/anthropic-messages-language-model.ts
17
17
  import {
@@ -905,7 +905,7 @@ var webSearch_20250305OutputSchema = lazySchema4(
905
905
  z5.array(
906
906
  z5.object({
907
907
  url: z5.string(),
908
- title: z5.string(),
908
+ title: z5.string().nullable(),
909
909
  pageAge: z5.string().nullable(),
910
910
  encryptedContent: z5.string(),
911
911
  type: z5.literal("web_search_result")
@@ -954,7 +954,7 @@ var webFetch_20250910OutputSchema = lazySchema5(
954
954
  url: z6.string(),
955
955
  content: z6.object({
956
956
  type: z6.literal("document"),
957
- title: z6.string(),
957
+ title: z6.string().nullable(),
958
958
  citations: z6.object({ enabled: z6.boolean() }).optional(),
959
959
  source: z6.union([
960
960
  z6.object({