summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/sdk/openapi.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index a15ed389a..a6063adf1 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -8976,13 +8976,26 @@
"type": "string"
},
"template": {
- "type": "string"
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "string"
+ }
+ ]
},
"subtask": {
"type": "boolean"
+ },
+ "hints": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
},
- "required": ["name", "template"]
+ "required": ["name", "template", "hints"]
},
"Model": {
"type": "object",