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