Skip to content

Interface: EvaluatedValueDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / EvaluatedValueDto

Interface: EvaluatedValueDto

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

An evaluated value from goal evaluation.

Properties

comparison?

optional comparison: string | null

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

Comparison result.


termName

termName: string

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

Term name.


threshold?

optional threshold: string | null

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

Threshold for evaluation.


value?

optional value: ExecutionValueDto | null

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

Evaluated value.