AudioContent
autogen.llm_clients.models.content_blocks.AudioContent #
Bases: BaseContent
Audio content with optional transcript.
Supports both URLs and data URIs (base64-encoded blob data): - audio_url: Remote HTTP(S) URL to the audio file - data_uri: Base64-encoded audio data (e.g., "data:audio/mp3;base64,...")
Note: Provide either audio_url OR data_uri, not both.