Skip to content

Interface: TranspileRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / TranspileRequest

Interface: TranspileRequest

Defined in: src/types/ontology-bridge.ts:170

Request to transpile an OSFQL query to SQL.

Remarks

Sent to POST /api/v1/ontology/transpile. Wire format is snake_case (the osfql and dialect fields are already lowercase).

Properties

dialect?

optional dialect: string

Defined in: src/types/ontology-bridge.ts:172

SQL dialect: “postgres”, “mysql”, or “sqlite”.


osfql

osfql: string

Defined in: src/types/ontology-bridge.ts:174

OSFQL query to transpile.