@ai-sdk/openai 2.0.32 → 2.0.34

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.
@@ -2925,7 +2925,7 @@ var OpenAIResponsesLanguageModel = class {
2925
2925
  ])
2926
2926
  ),
2927
2927
  service_tier: import_v418.z.string().nullish(),
2928
- incomplete_details: import_v418.z.object({ reason: import_v418.z.string() }).nullable(),
2928
+ incomplete_details: import_v418.z.object({ reason: import_v418.z.string() }).nullish(),
2929
2929
  usage: usageSchema2
2930
2930
  })
2931
2931
  ),