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

View File

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