Interfaces
StatusState
Interface: StatusState
Defined in: src/recorders/observability/status/statusTemplates.ts:53
What the selector returns. The chat-bubble consumer feeds this into the renderer to get the final string.
Properties
state
readonlystate:StatusKind
Defined in: src/recorders/observability/status/statusTemplates.ts:54
toolName?
readonlyoptionaltoolName?:string
Defined in: src/recorders/observability/status/statusTemplates.ts:59
When state === 'tool', the resolving toolName. The renderer
uses this to look up tool.<toolName> before the generic tool.
vars
readonlyvars:Readonly<Record<string,string>>
Defined in: src/recorders/observability/status/statusTemplates.ts:56
Vars for {{name}} substitution in the matched template.
