@ai-sdk/anthropic 3.0.41 → 3.0.43

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.
@@ -746,7 +746,7 @@ var anthropicFilePartProviderOptions = z3.object({
746
746
  */
747
747
  context: z3.string().optional()
748
748
  });
749
- var anthropicProviderOptions = z3.object({
749
+ var anthropicLanguageModelOptions = z3.object({
750
750
  /**
751
751
  * Whether to send reasoning to the model.
752
752
  *
@@ -2574,12 +2574,12 @@ var AnthropicMessagesLanguageModel = class {
2574
2574
  const canonicalOptions = await parseProviderOptions2({
2575
2575
  provider: "anthropic",
2576
2576
  providerOptions,
2577
- schema: anthropicProviderOptions
2577
+ schema: anthropicLanguageModelOptions
2578
2578
  });
2579
2579
  const customProviderOptions = providerOptionsName !== "anthropic" ? await parseProviderOptions2({
2580
2580
  provider: providerOptionsName,
2581
2581
  providerOptions,
2582
- schema: anthropicProviderOptions
2582
+ schema: anthropicLanguageModelOptions
2583
2583
  }) : null;
2584
2584
  const usedCustomProviderKey = customProviderOptions != null;
2585
2585
  const anthropicOptions = Object.assign(