Circle V2 API Docs
    Preparing search index...

    Type Alias AiFeedbackTicketContextRow

    AiFeedbackTicketContextRow: Pick<
        AiFeedbackRow,
        "id"
        | "flow"
        | "rating"
        | "status"
        | "severity"
        | "comment"
        | "correction",
    > & { entity_name: string | null; question: string | null }

    The slice of a feedback row a Linear ticket is built from.