{
    "index": 0,
    "read": "path-to-audio",
    "run_id": "run_1",
    "audio_id": "audio_123"
}

Represents an audio chunk generated by the agent during a run (using voice).

Props

index
number

The index of the audio chunk.

read
string

A link to read the generated audio. it can only be used once.

run_id
string

The ID of the run this audio was generated during.

audio_id
string

The ID of the audio chunk.

{
    "index": 0,
    "read": "path-to-audio",
    "run_id": "run_1",
    "audio_id": "audio_123"
}