@ai-sdk/openai 1.3.13 → 1.3.14

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.
@@ -2134,6 +2134,7 @@ var OpenAIResponsesLanguageModel = class {
2134
2134
  constructor(modelId, config) {
2135
2135
  this.specificationVersion = "v1";
2136
2136
  this.defaultObjectGenerationMode = "json";
2137
+ this.supportsStructuredOutputs = true;
2137
2138
  this.modelId = modelId;
2138
2139
  this.config = config;
2139
2140
  }