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