Update API specifications with fern api update (#3556)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng 2025-09-29 18:22:46 -07:00 committed by GitHub
parent d4de6a4d09
commit 8fd5db7d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11909,10 +11909,16 @@
],
"title": "Extra Http Headers"
},
"generate_script": {
"type": "boolean",
"title": "Generate Script",
"default": false
"run_with": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Run With"
},
"ai_fallback": {
"type": "boolean",
@ -12103,10 +12109,16 @@
"$ref": "#/components/schemas/WorkflowStatus",
"default": "published"
},
"generate_script": {
"type": "boolean",
"title": "Generate Script",
"default": false
"run_with": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Run With"
},
"ai_fallback": {
"type": "boolean",