Skip to content

Interface: LazyEvalRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / LazyEvalRequest

Interface: LazyEvalRequest

Defined in: src/types/execution.ts:503

Request for lazy evaluation of a term.

Properties

excludeFeatures?

optional excludeFeatures: string[]

Defined in: src/types/execution.ts:505

Features to exclude from evaluation (non-strict arguments).


sessionId

sessionId: string

Defined in: src/types/execution.ts:507

Session ID.


termId

termId: string

Defined in: src/types/execution.ts:509

Term ID to evaluate lazily.