Skip to main content

InsightEvent

Defined in: types.ts:866

A structured event emitted when the insight engine generates an LLM-powered analysis.

Properties

agentId

readonly agentId: string

Defined in: types.ts:868


dataHash

readonly dataHash: string

Defined in: types.ts:881

Hash of input data — used for cache identity.


eventType

readonly eventType: "insight.generated"

Defined in: types.ts:867


insightType

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

Defined in: types.ts:871


prompt

readonly prompt: string

Defined in: types.ts:877

The prompt that was sent to the AnalysisFn (for auditing).


response

readonly response: string

Defined in: types.ts:879

The LLM response.


schemaVersion

readonly schemaVersion: number

Defined in: types.ts:870


timestamp

readonly timestamp: number

Defined in: types.ts:869