ListUserChatCompletionsFeedbackRating
User feedback rating for this completion, if provided. Can be 'thumbs_up' or 'thumbs_down'.
Example Usage
typescript
import { ListUserChatCompletionsFeedbackRating } from "@meetkai/mka1/models/operations";
let value: ListUserChatCompletionsFeedbackRating = "thumbs_up";Values
typescript
"thumbs_up" | "thumbs_down"