Interface: OsfqlDiagnoseRequest
@kortexya/reasoninglayer / Osfql / OsfqlDiagnoseRequest
Interface: OsfqlDiagnoseRequest
Defined in: src/types/osfql.ts:131
Request to diagnose an OSFQL program for contradictions / inconsistencies.
Remarks
The program is executed ephemerally (against a cloned hierarchy and a scratch store) and never mutates the tenant knowledge base.
Properties
query
query:
string
Defined in: src/types/osfql.ts:133
OSFQL program text to check.