Skip to content

BatchGetCompletionFeedbackRequest

Example Usage

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

let value: BatchGetCompletionFeedbackRequest = {
  batchGetFeedbackRequest: {
    ids: [
      "chatcmpl-abc123",
      "chatcmpl-def456",
      "resp-xyz789",
    ],
  },
};

Fields

FieldTypeRequiredDescriptionExample
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
batchGetFeedbackRequestcomponents.BatchGetFeedbackRequest✔️N/A{
"ids": [
"chatcmpl-abc123",
"chatcmpl-def456",
"resp-xyz789"
]
}