Documentation / @agentick/shared / TickEndEvent
Type Alias: TickEndEvent ​
TickEndEvent =
object&StreamEventBase
Defined in: streaming.ts:476
Type Declaration ​
executionId? ​
optionalexecutionId:string
model? ​
optionalmodel:string
Model ID used for this tick
response? ​
optionalresponse:object
New timeline entries added during this tick (for persistence)
response.newTimelineEntries? ​
optionalnewTimelineEntries:unknown[]
shouldContinue? ​
optionalshouldContinue:boolean
Whether execution should continue
stopReason? ​
optionalstopReason:StopReason|string
Why the model stopped
tick ​
tick:
number
type ​
type:
"tick_end"
usage? ​
optionalusage:UsageStats