TextConfiguration
Example Usage
typescript
import { TextConfiguration } from "@meetkai/mka1/models/components";
let value: TextConfiguration = {
format: {
type: "text",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
format | components.ResponseFormat | ✔️ | N/A |
verbosity | components.Verbosity | ➖ | N/A |