Skip to content

UpdateFeedbackResponseBody

Response containing the updated feedback entry with new updatedAt timestamp.

Example Usage

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

let value: UpdateFeedbackResponseBody = {};

Fields

FieldTypeRequiredDescription
idstringUnique identifier for the feedback entry
requestIdstringThe chat completion request ID (chatcmpl-xxx) that this feedback is associated with
ratingoperations.UpdateFeedbackLlmFeedbackRatingThe 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