interface ResponseResource {
    id: string;
    object: "realtime.response";
    output: ItemResource[];
    status: string;
    status_details: ResponseStatusDetails;
    usage?: ModelUsage;
}

Properties

id: string
object: "realtime.response"
output: ItemResource[]
status: string
status_details: ResponseStatusDetails
usage?: ModelUsage