Documentation / @agentick/shared / SpawnEndEvent
Type Alias: SpawnEndEvent ​
SpawnEndEvent =
object&StreamEventBase
Defined in: streaming.ts:763
Type Declaration ​
childExecutionId ​
childExecutionId:
string
Child execution ID
isError? ​
optionalisError:boolean
Whether the spawn errored
output ​
output:
unknown
Output from the spawned execution
parentExecutionId ​
parentExecutionId:
string
Parent execution that initiated the spawn
spawnId ​
spawnId:
string
Unique identifier for this spawn operation
type ​
type:
"spawn_end"
usage? ​
optionalusage:UsageStats
Token usage from the spawned execution