@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.
@@ -446,7 +446,7 @@
446
446
  * - When not set, the default behavior is 'auto'.
447
447
  *
448
448
  * When this parameter is set, the response body will include the `service_tier` utilized.
449
- */exports.ChatCompletionTokenLogprob=ChatCompletionTokenLogprob;class ServiceTier extends/*#__PURE__*/S.Literal("auto","default","flex"){}/**
449
+ */exports.ChatCompletionTokenLogprob=ChatCompletionTokenLogprob;class ServiceTier extends/*#__PURE__*/S.Literal("auto","default","flex","scale"){}/**
450
450
  * The object type, which is always `chat.completion`.
451
451
  */exports.ServiceTier=ServiceTier;class CreateChatCompletionResponseObject extends/*#__PURE__*/S.Literal("chat.completion"){}/**
452
452
  * Usage statistics for the completion request.