Skip to content

Interface: LiveTrace

Defined in: sources.ts:22

The /debug/api/traces/:id/live payload when something changed.

Properties

actor?

optional actor?: string

Defined in: sources.ts:31

Who drove the client ("human" / "agent" — the hello's meta.actor).


costUsd?

optional costUsd?: number

Defined in: sources.ts:33

Running USD roll-up of the turn's own model calls (see the channel's cost.ts).


endedAt?

optional endedAt?: string

Defined in: sources.ts:29


format?

optional format?: string

Defined in: sources.ts:25


id?

optional id?: string

Defined in: sources.ts:24


rev

rev: number

Defined in: sources.ts:23


stages

stages: TraceStageLike[]

Defined in: sources.ts:34


startedAt?

optional startedAt?: string

Defined in: sources.ts:28


status?

optional status?: string

Defined in: sources.ts:27


threadId?

optional threadId?: string

Defined in: sources.ts:26