Skip to main content
Version: latest (master)

Type Alias: CallStackNodeKind

CallStackNodeKind = "llm" | "tool" | "result"

Defined in: src/types/audit.ts:10

Discriminator for a CallStackNode — open-ended on the wire (proto uses string kind) but typed here as a union for the three values the dashboard currently renders.