Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadMemoriesDropParams.json
2026-02-23 08:31:57 -08:00

13 lines
223 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadMemoriesDropParams",
"type": "object"
}