You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Engine name: built-in ('claude', 'codex', 'copilot', 'gemini') or a named catalog entry"
7788
7808
},
7789
7809
{
7790
7810
"type": "object",
7791
7811
"description": "Extended engine configuration object with advanced options for model selection, turn limiting, environment variables, and custom steps",
"description": "AI engine identifier: built-in ('claude', 'codex', 'copilot', 'gemini') or a named catalog entry"
7797
7816
},
7798
7817
"version": {
7799
7818
"type": ["string", "number"],
@@ -7914,6 +7933,61 @@
7914
7933
},
7915
7934
"required": ["id"],
7916
7935
"additionalProperties": false
7936
+
},
7937
+
{
7938
+
"type": "object",
7939
+
"description": "Inline engine definition: specifies a runtime adapter and optional provider settings directly in the workflow frontmatter, without requiring a named catalog entry",
7940
+
"properties": {
7941
+
"runtime": {
7942
+
"type": "object",
7943
+
"description": "Runtime adapter reference for the inline engine definition",
0 commit comments