interface SystemItem {
    content: InputTextContent;
    id: string;
    object: "realtime.item";
    role: "system";
    type: "message";
}

Hierarchy (view full)

Properties

id: string
object: "realtime.item"
role: "system"
type: "message"