{
"title": "cli.output.notification.functions.executions.Execution",
"description": "Result of `functions executions create`.\n\nWire: `{\"type\":\"notification\",\"execution\":{\"output\":...}}`.\n\nPer-task / per-vote / reasoning errors are surfaced live during\nstreaming via `Output::Error` notifications (see the CLI's\nstreaming handler). They are NOT bundled into this payload.",
"type": "object",
"properties": {
"execution": {
"$ref": "cli.output.notification.functions.executions.ExecutionResult"
}
}
}