View Source ExOpenAI.Components.TextContent (ex_openai.ex v2.0.0-beta2)
A text content.
Fields
:text- required -String.t():type- required -:text
Allowed values:"text"
Default:"text"
Summary
Types
@type t() :: %ExOpenAI.Components.TextContent{text: String.t(), type: :text}