feat(core) serialize response_item.id

This commit is contained in:
Dylan Hurd
2026-03-18 00:20:21 -07:00
parent a3613035f3
commit 77c14132c9
15 changed files with 462 additions and 34 deletions

View File

@@ -437,6 +437,9 @@
"realtime_conversation": {
"type": "boolean"
},
"record_response_item_id": {
"type": "boolean"
},
"remote_models": {
"type": "boolean"
},
@@ -1995,6 +1998,9 @@
"realtime_conversation": {
"type": "boolean"
},
"record_response_item_id": {
"type": "boolean"
},
"remote_models": {
"type": "boolean"
},
@@ -2479,4 +2485,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}