Circle V2 API Docs
    Preparing search index...

    Map of targetRef → the caller's current vote (only voted targets are present).

    type OwnAiFeedbackVote = {
        comment: string | null;
        correction: string | null;
        id: string;
        rating: AiFeedbackRating;
    }
    Index

    Properties

    comment: string | null
    correction: string | null
    id: string