@wix/auto_sdk_ai-gateway_generators 1.0.78 → 1.0.79

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.
@@ -171,7 +171,6 @@ interface OpenaiproxyV1CreateChatCompletionRequest extends OpenaiproxyV1CreateCh
171
171
  model?: OpenaiproxyV1ModelWithLiterals;
172
172
  /**
173
173
  * A list of messages comprising the conversation so far.
174
- * @minSize 1
175
174
  * @maxSize 1000
176
175
  */
177
176
  messages?: OpenaiproxyV1ChatCompletionMessage[];
@@ -542,7 +541,6 @@ interface CreateChatCompletionRequest extends CreateChatCompletionRequestFunctio
542
541
  model?: V1ModelWithLiterals;
543
542
  /**
544
543
  * A list of messages comprising the conversation so far.
545
- * @minSize 1
546
544
  * @maxSize 1000
547
545
  */
548
546
  messages?: V1ChatCompletionMessage[];
@@ -5299,7 +5297,6 @@ interface V1CreateChatCompletionRequest {
5299
5297
  model?: ChatCompletionModelWithLiterals;
5300
5298
  /**
5301
5299
  * A list of messages comprising the conversation so far.
5302
- * @minSize 1
5303
5300
  * @maxSize 1000
5304
5301
  */
5305
5302
  messages?: GoogleproxyV1ChatCompletionMessage[];