mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
fix: populate workflow_run.script_run with script identity + complete ai_fallback_triggered coverage (#5635)
This commit is contained in:
parent
71316dbc01
commit
37f10704e9
11 changed files with 499 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue