Skip to content

Interface: TranspileRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / TranspileRequest

Interface: TranspileRequest

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

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:246

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


osfql

osfql: string

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

OSFQL query to transpile.