fix: update doc

This commit is contained in:
Julien Delavande 2025-08-28 14:17:17 +00:00
parent cc51aab040
commit 2b6d0742c0

View File

@ -1430,6 +1430,13 @@
},
"nullable": true
},
"energy_mj": {
"type": "integer",
"format": "int64",
"example": 152,
"nullable": true,
"minimum": 0
},
"finish_reason": {
"$ref": "#/components/schemas/FinishReason"
},
@ -2156,6 +2163,13 @@
"input_length"
],
"properties": {
"energy_mj": {
"type": "integer",
"format": "int64",
"example": 152,
"nullable": true,
"minimum": 0
},
"finish_reason": {
"$ref": "#/components/schemas/FinishReason"
},