@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.
@@ -174,7 +174,6 @@ interface OpenaiproxyV1CreateChatCompletionRequest extends OpenaiproxyV1CreateCh
174
174
  model?: OpenaiproxyV1ModelWithLiterals;
175
175
  /**
176
176
  * A list of messages comprising the conversation so far.
177
- * @minSize 1
178
177
  * @maxSize 1000
179
178
  */
180
179
  messages?: OpenaiproxyV1ChatCompletionMessage[];
@@ -545,7 +544,6 @@ interface CreateChatCompletionRequest extends CreateChatCompletionRequestFunctio
545
544
  model?: V1ModelWithLiterals;
546
545
  /**
547
546
  * A list of messages comprising the conversation so far.
548
- * @minSize 1
549
547
  * @maxSize 1000
550
548
  */
551
549
  messages?: V1ChatCompletionMessage[];
@@ -5302,7 +5300,6 @@ interface V1CreateChatCompletionRequest {
5302
5300
  model?: ChatCompletionModelWithLiterals;
5303
5301
  /**
5304
5302
  * A list of messages comprising the conversation so far.
5305
- * @minSize 1
5306
5303
  * @maxSize 1000
5307
5304
  */
5308
5305
  messages?: GoogleproxyV1ChatCompletionMessage[];