Skip to content

Documentation / @agentick/shared / TickEndEvent

Type Alias: TickEndEvent ​

TickEndEvent = object & StreamEventBase

Defined in: streaming.ts:476

Type Declaration ​

executionId? ​

optional executionId: string

model? ​

optional model: string

Model ID used for this tick

response? ​

optional response: object

New timeline entries added during this tick (for persistence)

response.newTimelineEntries? ​

optional newTimelineEntries: unknown[]

shouldContinue? ​

optional shouldContinue: boolean

Whether execution should continue

stopReason? ​

optional stopReason: StopReason | string

Why the model stopped

tick ​

tick: number

type ​

type: "tick_end"

usage? ​

optional usage: UsageStats

Released under the ISC License.