Skip to content

Interface: ResiduationDetailDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / ResiduationDetailDto

Interface: ResiduationDetailDto

Defined in: src/types/execution.ts:182

Detailed information about a residuation.

Properties

bestSort?

optional bestSort: string | null

Defined in: src/types/execution.ts:188

Best sort found so far.


bestValue?

optional bestValue: ExecutionValueDto | null

Defined in: src/types/execution.ts:190

Best value found so far.


goal

goal: ResiduationGoalDto

Defined in: src/types/execution.ts:186

The residuated goal.


id

id: string

Defined in: src/types/execution.ts:184

Residuation ID.


isPending

isPending: boolean

Defined in: src/types/execution.ts:192

Whether this residuation is pending.