{
"title": "functions.executions.response.streaming.TaskChunk",
"anyOf": [
{
"title": "FunctionExecution",
"$ref": "functions.executions.response.streaming.FunctionExecutionTaskChunk"
},
{
"title": "VectorCompletion",
"$ref": "functions.executions.response.streaming.VectorCompletionTaskChunk"
}
]
}