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