Files
codex/codex-rs/app-server-protocol/schema/json/v2/ThreadContextReadParams.json
2026-04-06 14:39:05 -07:00

17 lines
372 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
},
"verbose": {
"description": "When true, include every contributing row instead of merging repeated labels.",
"type": "boolean"
}
},
"required": [
"threadId"
],
"title": "ThreadContextReadParams",
"type": "object"
}