mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
## Summary Short circuit the convo if auto-review hits too many denials ## Testing - [x] Added unit tests --------- Co-authored-by: Codex <noreply@openai.com>
19 lines
423 B
JSON
Generated
19 lines
423 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"message": {
|
|
"description": "Concise guardian warning message for the user.",
|
|
"type": "string"
|
|
},
|
|
"threadId": {
|
|
"description": "Thread target for the guardian warning.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"message",
|
|
"threadId"
|
|
],
|
|
"title": "GuardianWarningNotification",
|
|
"type": "object"
|
|
} |