Skip to content

Interface: StepVerificationResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Oversight / StepVerificationResponse

Interface: StepVerificationResponse

Defined in: src/types/oversight.ts:300

Response from ingesting a trajectory step.

Properties

alerts?

optional alerts: OversightAlertDto[]

Defined in: src/types/oversight.ts:302

Alerts triggered by this step.


incrementalScore

incrementalScore: number

Defined in: src/types/oversight.ts:304

Incremental overall score (0.0-1.0).


incrementalVerdict

incrementalVerdict: string

Defined in: src/types/oversight.ts:306

Incremental verdict after this step: “safe”, “unsafe”, “partial”, or “residuated”.


stepIndex

stepIndex: number

Defined in: src/types/oversight.ts:308

Index of the ingested step.


totalSteps

totalSteps: number

Defined in: src/types/oversight.ts:310

Total steps ingested so far.