Interface: OsfqlDiagnoseResponse
@kortexya/reasoninglayer / Osfql / OsfqlDiagnoseResponse
Interface: OsfqlDiagnoseResponse
Defined in: src/types/osfql.ts:181
Response from diagnosing an OSFQL program.
Remarks
Always returned with HTTP 200 — a contradiction is data about the program, not a request
failure. An empty diagnostics list means the program is well-formed and consistent in the
context of the caller’s knowledge base.
Properties
diagnostics
diagnostics:
OsfqlDiagnostic[]
Defined in: src/types/osfql.ts:183
Detected problems (empty when well-formed and consistent in context).