PipelineDebuggerAnalysisOutput interface
Lightweight output for pipeline debugger AI analysis.
Properties
| category | Failure category (e.g., "Infrastructure", "Code", "Configuration"). |
| prevention | Prevention strategies suggested by AI. |
| recommended |
Recommended fix provided by AI. |
| root |
Root cause identified by AI. |
Property Details
category
Failure category (e.g., "Infrastructure", "Code", "Configuration").
category: string
Property Value
string
prevention
Prevention strategies suggested by AI.
prevention: string
Property Value
string
recommendedFix
Recommended fix provided by AI.
recommendedFix: string
Property Value
string
rootCause
Root cause identified by AI.
rootCause: string
Property Value
string