mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
[codex-rs] harden review-loop validation flow [ci changed_files]
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -5839,6 +5839,9 @@
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"validate_findings": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -5851,6 +5854,12 @@
|
||||
{
|
||||
"description": "Exited review mode with an optional final result to apply.",
|
||||
"properties": {
|
||||
"failure_message": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"review_output": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user