Skip to main content

InsightResult

Defined in: types.ts:885

Result returned by InsightEngine methods.

Properties

agentId

readonly agentId: string

Defined in: types.ts:886


cached

readonly cached: boolean

Defined in: types.ts:891

Whether this result came from cache.


content

readonly content: string

Defined in: types.ts:889

The LLM response or pre-computed message.


insightType

readonly insightType: "failure-analysis" | "anomaly-explanation" | "agent-summary" | "fix-suggestion"

Defined in: types.ts:887


timestamp

readonly timestamp: number

Defined in: types.ts:893

When the insight was generated (epoch ms).