Interface: GroundedGenerateRequest
@kortexya/reasoninglayer / Generation / GroundedGenerateRequest
Interface: GroundedGenerateRequest
Defined in: src/types/generation.ts:154
Request body for POST /api/v1/generate/grounded — lattice-grounded anti-hallucination.
Properties
goalDest?
optionalgoalDest:string|null
Defined in: src/types/generation.ts:156
The goal destination constant (e.g. an on-site location).
goalDistance?
optionalgoalDistance:string|null
Defined in: src/types/generation.ts:158
Optional human distance to the destination (supporting prose context only).
goalFeasible?
optionalgoalFeasible:string[]
Defined in: src/types/generation.ts:160
Optional override for the goal-feasible sort names; normally left empty.
goalTarget?
optionalgoalTarget:string|null
Defined in: src/types/generation.ts:162
The goal’s target/destination constants (e.g. “TheCar” / “CarWash”).
maxTokens?
optionalmaxTokens:number|null
Defined in: src/types/generation.ts:164
Maximum tokens for the free-prose pass (default 96, clamped 1..=512).
mode?
optionalmode:GenMode
Defined in: src/types/generation.ts:166
Anti-hallucination technique (default constrained).
prompt
prompt:
string
Defined in: src/types/generation.ts:168
The user’s free-text prompt/question.
prose?
optionalprose:boolean
Defined in: src/types/generation.ts:170
Run the PASS B prose realization (default true).
steerMargin?
optionalsteerMargin:number|null
Defined in: src/types/generation.ts:172
steered/certify_prose decision-steer margin in logits (clamped 0..=30).