Interface: VerificationStepDto
@kortexya/reasoninglayer / Scenarios / VerificationStepDto
Interface: VerificationStepDto
Defined in: src/types/scenarios.ts:239
A single verification step detail.
Properties
description
description:
string
Defined in: src/types/scenarios.ts:241
Description of what happened in this step.
name
name:
string
Defined in: src/types/scenarios.ts:243
Step name (e.g., “sort_creation”, “belief_materialization”).
passed
passed:
boolean
Defined in: src/types/scenarios.ts:245
Whether this step passed verification.