{
"title": "functions.inventions.recursive.response.streaming.FunctionInventionRecursiveChunk",
"type": "object",
"properties": {
"created": {
"type": "integer",
"minimum": 0,
"maximum": 18446744073709551615
},
"id": {
"type": "string"
},
"inventions": {
"type": "array",
"items": {
"$ref": "functions.inventions.recursive.response.streaming.FunctionInventionChunk"
}
},
"inventions_errors": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"omitempty": true
},
"object": {
"$ref": "functions.inventions.recursive.response.streaming.Object"
},
"usage": {
"anyOf": [
{
"$ref": "agent.completions.response.Usage"
},
{
"type": "null"
}
],
"omitempty": true
}
}
}