mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
38 lines
601 B
JSON
38 lines
601 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"classification": {
|
|
"type": "string"
|
|
},
|
|
"extraLogFiles": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": [
|
|
"array",
|
|
"null"
|
|
]
|
|
},
|
|
"includeLogs": {
|
|
"type": "boolean"
|
|
},
|
|
"reason": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"threadId": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"classification",
|
|
"includeLogs"
|
|
],
|
|
"title": "FeedbackUploadParams",
|
|
"type": "object"
|
|
} |