CreateResponseRequest
Example Usage
typescript
import { CreateResponseRequest } from "@meetkai/mka1/models/operations";
let value: CreateResponseRequest = {
responsesCreateRequest: {
model: "meetkai:functionary-urdu-mini-pak",
input: "What is the capital of France?",
},
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. | |
responsesCreateRequest | components.ResponsesCreateRequest | ✔️ | N/A | { "model": "meetkai:functionary-urdu-mini-pak", "input": "What is the capital of France?", "stream": false } |