API referenceType aliases
ThinkingLevel
Type Alias: ThinkingLevel
type ThinkingLevel = "low" | "medium" | "high" | string & object;Defined in: packages/microfoom-core/src/config.ts:14
Reasoning effort. Known levels plus provider-passthrough raw strings.
