Text
Configuration options for text output from the model. Includes response format (text, JSON object, JSON schema) and verbosity level (low, medium, high). Use this to control output structure and detail level.
Example Usage
typescript
import { Text } from "@meetkai/mka1/models/operations";
let value: Text = {
format: {},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
format | operations.CreateResponseFormat | ✔️ | N/A |
verbosity | operations.Verbosity | ➖ | N/A |