GetResponseReasoning
Example Usage
typescript
import { GetResponseReasoning } from "@meetkai/mka1/models/operations";
let value: GetResponseReasoning = {
effort: "high",
summary: "detailed",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
effort | operations.GetResponseEffort | ✔️ | N/A |
summary | operations.GetResponseSummary | ✔️ | N/A |