@effect/ai-openai 0.26.0 → 0.26.1
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/package.json
CHANGED
package/src/Generated.ts
CHANGED
|
@@ -1229,7 +1229,7 @@ export class ChatCompletionTokenLogprob extends S.Class<ChatCompletionTokenLogpr
|
|
|
1229
1229
|
*
|
|
1230
1230
|
* When this parameter is set, the response body will include the `service_tier` utilized.
|
|
1231
1231
|
*/
|
|
1232
|
-
export class ServiceTier extends S.Literal("auto", "default", "flex") {}
|
|
1232
|
+
export class ServiceTier extends S.Literal("auto", "default", "flex", "scale") {}
|
|
1233
1233
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* The object type, which is always `chat.completion`.
|