mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
remove unneeded hook_run_ids plural variant
This commit is contained in:
@@ -396,18 +396,15 @@
|
||||
},
|
||||
"HookPromptFragment": {
|
||||
"properties": {
|
||||
"hookRunIds": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
"hookRunId": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"hookRunIds",
|
||||
"hookRunId",
|
||||
"text"
|
||||
],
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user