mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
Expose elapsed goal time in app server API
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeUsedSeconds": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"tokenBudget": {
|
||||
"format": "int64",
|
||||
"type": [
|
||||
@@ -37,6 +41,7 @@
|
||||
"objective",
|
||||
"status",
|
||||
"threadId",
|
||||
"timeUsedSeconds",
|
||||
"tokensUsed",
|
||||
"updatedAt"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user