diff --git a/patches/@ai-sdk%2Fanthropic@3.0.71.patch b/patches/@ai-sdk%2Fanthropic@3.0.71.patch index 8611258498..086aaba9aa 100644 --- a/patches/@ai-sdk%2Fanthropic@3.0.71.patch +++ b/patches/@ai-sdk%2Fanthropic@3.0.71.patch @@ -48,6 +48,34 @@ diff --git a/dist/index.mjs b/dist/index.mjs ...(anthropicOptions == null ? void 0 : anthropicOptions.effort) && { effort: anthropicOptions.effort }, +diff --git a/dist/index.d.ts b/dist/index.d.ts +--- a/dist/index.d.ts ++++ b/dist/index.d.ts +@@ -178,9 +178,10 @@ declare const anthropicLanguageModelOptions: z.ZodObject<{ + high: "high"; + xhigh: "xhigh"; + max: "max"; + }>>; ++ output_config: z.ZodOptional>; + taskBudget: z.ZodOptional; + total: z.ZodNumber; + remaining: z.ZodOptional; + }, z.core.$strip>>; +diff --git a/dist/index.d.mts b/dist/index.d.mts +--- a/dist/index.d.mts ++++ b/dist/index.d.mts +@@ -178,9 +178,10 @@ declare const anthropicLanguageModelOptions: z.ZodObject<{ + high: "high"; + xhigh: "xhigh"; + max: "max"; + }>>; ++ output_config: z.ZodOptional>; + taskBudget: z.ZodOptional; + total: z.ZodNumber; + remaining: z.ZodOptional; + }, z.core.$strip>>; diff --git a/dist/internal/index.js b/dist/internal/index.js --- a/dist/internal/index.js +++ b/dist/internal/index.js