Skip to content

Type Alias: GenMode

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Generation / GenMode

Type Alias: GenMode

GenMode = "grounding" | "certify" | "steered" | "certify_prose" | "constrained"

Defined in: src/types/generation.ts:115

Anti-hallucination technique applied to a grounded generation.

Remarks

Wire-serialised as the bare lowercase/compound string literals below (backend GenMode serde enum). "constrained" is the default.