class

LLM::OpenAI::Content::InputAudio

Inherits LLM::OpenAI::Content < JSON::Serializable < Reference < Object

Represents file content within a message to the LLM

Constructors

new(base64_data : String, format : String)
Source
new(pull : JSON::PullParser)

Represents file content within a message to the LLM

Source

Instance methods

emit

Emit this content as one or more ChatEvent objects

Source
input_audio
Source
input_audio=(input_audio : Hash(String, String))
Source