Interface: OsfqlRequest
@kortexya/reasoninglayer / Osfql / OsfqlRequest
Interface: OsfqlRequest
Defined in: src/types/osfql.ts:9
Request to execute an OSFQL program.
Remarks
The query field accepts one or more OSFQL statements separated by semicolons. Supported statement types include MATCH, INSERT, RETRACT, DERIVE, UNIFY, DEFINE, AWAIT, COUNTERFACTUAL, and CAUSES.
Properties
query
query:
string
Defined in: src/types/osfql.ts:11
The OSFQL program text (one or more statements separated by ;).