Skip to content

Interface: BackwardChainResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / BackwardChainResponse

Interface: BackwardChainResponse

Defined in: src/types/inference.ts:171

Response from backward chaining inference.

Properties

goalId?

optional goalId: string | null

Defined in: src/types/inference.ts:177

Goal ID if the goal was saved (when save_goal=true).


queryTimeMs

queryTimeMs: number

Defined in: src/types/inference.ts:175

Query execution time in milliseconds.


solutions

solutions: SolutionDto[]

Defined in: src/types/inference.ts:173

Solutions found (may be partial if timeout fired).