Skip to content

ReasoningEffort

Example Usage

typescript
import { ReasoningEffort } from "@meetkai/mka1/models/components";

let value: ReasoningEffort = "none";

Values

typescript
"none" | "minimal" | "low" | "medium" | "high" | "xhigh"