ListCompletionFeedbackRequest
Example Usage
typescript
import { ListCompletionFeedbackRequest } from "@meetkai/mka1/models/operations";
let value: ListCompletionFeedbackRequest = {
after: "chatcmpl-abc123def456",
limit: 25,
rating: "thumbs_up",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after | string | ➖ | N/A | chatcmpl-abc123def456 |
limit | number | ➖ | N/A | 25 |
order | operations.ListCompletionFeedbackQueryParamOrder | ➖ | The 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 |
rating | operations.QueryParamRating | ➖ | Only return feedback entries with this rating. Omit to return entries with any rating. | thumbs_up |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |