Skip to content

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

FieldTypeRequiredDescription
formatoperations.CreateResponseFormat✔️N/A
verbosityoperations.VerbosityN/A