@wix/auto_sdk_ai-gateway_generators 1.0.78 → 1.0.80

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.
@@ -173,7 +173,6 @@ interface OpenaiproxyV1CreateChatCompletionRequest extends OpenaiproxyV1CreateCh
173
173
  model?: OpenaiproxyV1ModelWithLiterals;
174
174
  /**
175
175
  * A list of messages comprising the conversation so far.
176
- * @minSize 1
177
176
  * @maxSize 1000
178
177
  */
179
178
  messages?: OpenaiproxyV1ChatCompletionMessage[];
@@ -544,7 +543,6 @@ interface CreateChatCompletionRequest extends CreateChatCompletionRequestFunctio
544
543
  model?: V1ModelWithLiterals;
545
544
  /**
546
545
  * A list of messages comprising the conversation so far.
547
- * @minSize 1
548
546
  * @maxSize 1000
549
547
  */
550
548
  messages?: V1ChatCompletionMessage[];
@@ -5301,7 +5299,6 @@ interface V1CreateChatCompletionRequest {
5301
5299
  model?: ChatCompletionModelWithLiterals;
5302
5300
  /**
5303
5301
  * A list of messages comprising the conversation so far.
5304
- * @minSize 1
5305
5302
  * @maxSize 1000
5306
5303
  */
5307
5304
  messages?: GoogleproxyV1ChatCompletionMessage[];
@@ -8563,6 +8560,8 @@ interface UsageMetadata {
8563
8560
  * @maxSize 10
8564
8561
  */
8565
8562
  cacheTokensDetails?: ModalityTokenCount[];
8563
+ /** Output only. The traffic type used for this request (e.g. "ON_DEMAND", "ON_DEMAND_PRIORITY"). */
8564
+ trafficType?: string | null;
8566
8565
  }
8567
8566
  interface ModalityTokenCount {
8568
8567
  /** The modality associated with this token count. */