View Source ExOpenAI.Components.KeyPress (ex_openai.ex v1.8.0)
Schema representing a KeyPress within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.KeyPress{keys: [String.t()], type: :keypress}
Schema representing a KeyPress within the OpenAI API
@type t() :: %ExOpenAI.Components.KeyPress{keys: [String.t()], type: :keypress}