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

readonly state: StatusKind

Defined in: src/recorders/observability/status/statusTemplates.ts:54


toolName?

readonly optional toolName?: 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

readonly vars: Readonly<Record<string, string>>

Defined in: src/recorders/observability/status/statusTemplates.ts:56

Vars for {{name}} substitution in the matched template.

On this page