mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
[codex-analytics] add protocol-native turn timestamps
This commit is contained in:
@@ -1559,6 +1559,11 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"description": "Unix timestamp (in seconds) when the turn started.",
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1567,6 +1572,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"createdAt",
|
||||
"threadId",
|
||||
"turn"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user