Interface: BindTermResponse
@kortexya/reasoninglayer / Execution / BindTermResponse
Interface: BindTermResponse
Defined in: src/types/execution.ts:258
Response from binding a term.
Properties
bindingsCount
bindingsCount:
number
Defined in: src/types/execution.ts:268
Bindings count.
choicePointCount
choicePointCount:
number
Defined in: src/types/execution.ts:266
Choice point count.
evaluationResults?
optionalevaluationResults:GoalEvaluationResultDto[]
Defined in: src/types/execution.ts:270
Evaluation results from released residuations.
sessionId
sessionId:
string
Defined in: src/types/execution.ts:260
Session ID.
tenantId
tenantId:
string
Defined in: src/types/execution.ts:262
Tenant ID (UUID).
trailLength
trailLength:
number
Defined in: src/types/execution.ts:264
Trail length after binding.