openai/openai-realtime-api-beta

UserItemType role property should be "user" not "system"

Opened this issue · 0 comments

export type UserItemType = {
    previous_item_id?: string | null;
    type: "message";
    status: ItemStatusType;
    role: "system";
    content: Array<InputTextContentType | InputAudioContentType>;