Skip to content

Interface: VerificationStepDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Scenarios / VerificationStepDto

Interface: VerificationStepDto

Defined in: src/types/scenarios.ts:273

A single verification step detail.

Properties

description

description: string

Defined in: src/types/scenarios.ts:275

Description of what happened in this step.


name

name: string

Defined in: src/types/scenarios.ts:277

Step name (e.g., “sort_creation”, “belief_materialization”).


passed

passed: boolean

Defined in: src/types/scenarios.ts:279

Whether this step passed verification.