InsightResult
Defined in: types.ts:797
Result returned by InsightEngine methods.
Properties
agentId
readonlyagentId:string
Defined in: types.ts:798
cached
readonlycached:boolean
Defined in: types.ts:803
Whether this result came from cache.
content
readonlycontent:string
Defined in: types.ts:801
The LLM response or pre-computed message.
insightType
readonlyinsightType:"failure-analysis"|"anomaly-explanation"|"agent-summary"|"fix-suggestion"
Defined in: types.ts:799
timestamp
readonlytimestamp:number
Defined in: types.ts:805
When the insight was generated (epoch ms).