Interface: DiagnosticDto
@kortexya/reasoninglayer / Generation / DiagnosticDto
Interface: DiagnosticDto
Defined in: src/types/generation.ts:34
A diagnostic message from a pipeline stage.
Properties
level
level:
string
Defined in: src/types/generation.ts:36
Severity level: “info”, “warning”, or “error”.
message
message:
string
Defined in: src/types/generation.ts:38
Diagnostic message.
stage
stage:
string
Defined in: src/types/generation.ts:40
Pipeline stage that produced this diagnostic.