remove unneeded hook_run_ids plural variant

This commit is contained in:
Andrei Eternal
2026-03-17 13:16:07 -07:00
parent 796438281e
commit ae25f38428
26 changed files with 88 additions and 166 deletions

View File

@@ -259,18 +259,15 @@
},
"HookPromptFragment": {
"properties": {
"hookRunIds": {
"items": {
"type": "string"
},
"type": "array"
"hookRunId": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"hookRunIds",
"hookRunId",
"text"
],
"type": "object"