@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.
- package/build/cjs/index.d.ts +2 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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. */
|