schema regen

This commit is contained in:
Roy Han
2026-04-01 13:17:29 -07:00
parent 26cca3ac99
commit 6071ffd3f0
7 changed files with 94 additions and 2 deletions

View File

@@ -1559,6 +1559,19 @@
}
},
"properties": {
"completedAt": {
"description": "Unix timestamp (in seconds) when the turn completed.",
"format": "int64",
"type": "integer"
},
"durationMs": {
"description": "Duration between turn start and completion in milliseconds, if known.",
"format": "int64",
"type": [
"integer",
"null"
]
},
"threadId": {
"type": "string"
},
@@ -1567,6 +1580,7 @@
}
},
"required": [
"completedAt",
"threadId",
"turn"
],