Documentation / @agentick/shared / ForkEndEvent
Type Alias: ForkEndEvent ​
ForkEndEvent =
object&StreamEventBase
Defined in: streaming.ts:725
Type Declaration ​
forkId ​
forkId:
string
Unique identifier for this fork operation
parentExecutionId ​
parentExecutionId:
string
Parent execution that initiated the fork
results ​
results:
Record<string,unknown>
Aggregated results from all branches
selectedBranch? ​
optionalselectedBranch:string
The winning/selected branch (for race/vote strategies)
type ​
type:
"fork_end"
usage? ​
optionalusage:UsageStats
Token usage aggregated across all branches