Skip to content

Interface: UnificationQueryResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Query / UnificationQueryResponse

Interface: UnificationQueryResponse

Defined in: src/types/query.ts:198

Response wrapper for unification queries (e.g., findUnifiable).

Remarks

The SDK unwraps this internally, returning TermDto[] to the caller.

Properties

count

count: number

Defined in: src/types/query.ts:202

Total count.


results

results: TermDto[]

Defined in: src/types/query.ts:200

Matching terms.