fix: session timestamps (#4913)

This commit is contained in:
Jack Amadeo
2025-10-01 14:32:32 -04:00
committed by GitHub
parent 5fa1efbddb
commit a1068ec591
6 changed files with 27 additions and 39 deletions
+4 -2
View File
@@ -3618,7 +3618,8 @@
"nullable": true
},
"created_at": {
"type": "string"
"type": "string",
"format": "date-time"
},
"description": {
"type": "string"
@@ -3661,7 +3662,8 @@
"nullable": true
},
"updated_at": {
"type": "string"
"type": "string",
"format": "date-time"
},
"working_dir": {
"type": "string"