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
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ➖ | Unique identifier for the feedback entry |
requestId | string | ➖ | The chat completion request ID (chatcmpl-xxx) that this feedback is associated with |
rating | operations.GetFeedbackByIdRating | ➖ | The feedback rating indicating user satisfaction |
description | string | ➖ | Optional detailed feedback description providing additional context or explanation |
createdAt | Date | ➖ | Timestamp when the feedback was created |
updatedAt | Date | ➖ | Timestamp when the feedback was last updated |