OpenAI::RealtimeConversationItemMessageUserContentItem
Inherits JSON::Serializable < Reference < Object
Constructors
Instance methods
Base64-encoded audio bytes (for input_audio), these will be parsed as the format specified in the session input audio type configuration. This defaults to PCM 16-bit 24kHz mono if not specified.
Base64-encoded audio bytes (for input_audio), these will be parsed as the format specified in the session input audio type configuration. This defaults to PCM 16-bit 24kHz mono if not specified.
The detail level of the image (for input_image). auto will default to high.
Base64-encoded image bytes (for input_image) as a data URI. For example data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA.... Supported formats are PNG and JPEG.
Base64-encoded image bytes (for input_image) as a data URI. For example data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA.... Supported formats are PNG and JPEG.
Transcript of the audio (for input_audio). This is not sent to the model, but will be attached to the message item for reference.
Transcript of the audio (for input_audio). This is not sent to the model, but will be attached to the message item for reference.
The content type (input_text, input_audio, or input_image).