fix: populate workflow_run.script_run with script identity + complete ai_fallback_triggered coverage (#5635)

This commit is contained in:
pedrohsdb 2026-04-23 18:37:18 -07:00 committed by GitHub
parent 71316dbc01
commit 37f10704e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 499 additions and 2 deletions

View file

@ -9582,6 +9582,16 @@
"type": "boolean",
"title": "Ai Fallback Triggered",
"default": false
},
"script_id": {
"type": "string",
"nullable": true,
"title": "Script Id"
},
"script_revision_id": {
"type": "string",
"nullable": true,
"title": "Script Revision Id"
}
},
"type": "object",