View Source ExOpenAI.Components.InputText (ex_openai.ex v1.8.1-beta)
Schema representing a InputText within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.InputText{text: String.t(), type: :input_text}
Schema representing a InputText within the OpenAI API
@type t() :: %ExOpenAI.Components.InputText{text: String.t(), type: :input_text}