View Source ExOpenAI.Components.CreateTranslationResponseJson (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema CreateTranslationResponseJson.
Fields
:text- required -String.t()
Summary
Types
@type t() :: %ExOpenAI.Components.CreateTranslationResponseJson{text: String.t()}