Skip to content

GetFeedbackByIdResponseBody

Response containing the feedback entry for the requested chat completion.

Example Usage

typescript
import { GetFeedbackByIdResponseBody } from "@meetkai/mka1/models/operations";

let value: GetFeedbackByIdResponseBody = {};

Fields

FieldTypeRequiredDescription
idstringUnique identifier for the feedback entry
requestIdstringThe chat completion request ID (chatcmpl-xxx) that this feedback is associated with
ratingoperations.GetFeedbackByIdRatingThe feedback rating indicating user satisfaction
descriptionstringOptional detailed feedback description providing additional context or explanation
createdAtDateTimestamp when the feedback was created
updatedAtDateTimestamp when the feedback was last updated