mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
17 lines
372 B
JSON
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"
|
|
} |