SongGuess
    Preparing search index...

    Type Alias ResponseOutputMessage

    type ResponseOutputMessage = {
        content: (ResponseOutputText | ResponseOutputRefusal)[];
        id: string;
        role: "assistant";
        status: "in_progress" | "completed" | "incomplete";
        type: "message";
    }
    Index

    Properties

    id: string
    role: "assistant"
    status: "in_progress" | "completed" | "incomplete"
    type: "message"