API Reference
DisclosureStep
Defined in: observability/tracer.types.ts:126
One turn of the progressive-disclosure timeline: what was disclosed to the
model this turn, and what changed since the previous turn. Built by diffing
consecutive RequestSnapshots.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
addedTools | string[] | Tools newly available since the previous turn. | observability/tracer.types.ts:134 |
dt | number | ms from the run start (the snapshot's dt). | observability/tracer.types.ts:130 |
messages | number | Context window size (message count) this turn. | observability/tracer.types.ts:140 |
messagesDelta | number | Change in context size vs the previous turn (full size on turn 1). | observability/tracer.types.ts:142 |
removedTools | string[] | Tools no longer available since the previous turn. | observability/tracer.types.ts:136 |
system | boolean | Whether a system prompt was present this turn. | observability/tracer.types.ts:138 |
tools | string[] | Tool names available this turn. | observability/tracer.types.ts:132 |
turn | number | 1-based turn index among captured requests. | observability/tracer.types.ts:128 |