@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
package/build/cjs/meta.d.ts
CHANGED
|
@@ -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[];
|
|
@@ -8564,6 +8561,8 @@ interface UsageMetadata {
|
|
|
8564
8561
|
* @maxSize 10
|
|
8565
8562
|
*/
|
|
8566
8563
|
cacheTokensDetails?: ModalityTokenCount[];
|
|
8564
|
+
/** Output only. The traffic type used for this request (e.g. "ON_DEMAND", "ON_DEMAND_PRIORITY"). */
|
|
8565
|
+
trafficType?: string | null;
|
|
8567
8566
|
}
|
|
8568
8567
|
interface ModalityTokenCount {
|
|
8569
8568
|
/** The modality associated with this token count. */
|