Interface: BackwardChainResponse
@kortexya/reasoninglayer / Inference / BackwardChainResponse
Interface: BackwardChainResponse
Defined in: src/types/inference.ts:182
Response from backward chaining inference.
Properties
goalId?
optionalgoalId:string|null
Defined in: src/types/inference.ts:188
Goal ID if the goal was saved (when save_goal=true).
queryTimeMs
queryTimeMs:
number
Defined in: src/types/inference.ts:186
Query execution time in milliseconds.
solutions
solutions:
SolutionDto[]
Defined in: src/types/inference.ts:184
Solutions found (may be partial if timeout fired).