View Source ExOpenAI.Components.TypeParam (ex_openai.ex v2.0.0-beta2)
An action to type in text.
Fields
:text- required -String.t()
The text to type.:type- required -:type
Specifies the event type. For a type action, this property is always set totype.
Allowed values:"type"
Default:"type"
Summary
Types
@type t() :: %ExOpenAI.Components.TypeParam{text: String.t(), type: :type}