Interface: EvaluatedValueDto
@kortexya/reasoninglayer / Execution / EvaluatedValueDto
Interface: EvaluatedValueDto
Defined in: src/types/execution.ts:196
An evaluated value from goal evaluation.
Properties
comparison?
optionalcomparison:string|null
Defined in: src/types/execution.ts:204
Comparison result.
termName
termName:
string
Defined in: src/types/execution.ts:198
Term name.
threshold?
optionalthreshold:string|null
Defined in: src/types/execution.ts:202
Threshold for evaluation.
value?
optionalvalue:ExecutionValueDto|null
Defined in: src/types/execution.ts:200
Evaluated value.