Skip to content

ListCompletionFeedbackRequest

Example Usage

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

let value: ListCompletionFeedbackRequest = {
  after: "chatcmpl-abc123def456",
  limit: 25,
  rating: "thumbs_up",
};

Fields

FieldTypeRequiredDescriptionExample
afterstringN/Achatcmpl-abc123def456
limitnumberN/A25
orderoperations.ListCompletionFeedbackQueryParamOrderThe order to return feedback entries in by creation date of the underlying request. 'asc' returns oldest first, 'desc' returns newest first. Defaults to 'desc' (newest first).desc
ratingoperations.QueryParamRatingOnly return feedback entries with this rating. Omit to return entries with any rating.thumbs_up
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.