opencode-agent[bot] před 2 dny
rodič
revize
4ed3afea84
1 změnil soubory, kde provedl 11 přidání a 14 odebrání
  1. 11 14
      packages/sdk/openapi.json

+ 11 - 14
packages/sdk/openapi.json

@@ -4769,7 +4769,17 @@
           "content": {
             "application/json": {
               "schema": {
-                "$ref": "#/components/schemas/QuestionReply"
+                "type": "object",
+                "properties": {
+                  "answers": {
+                    "description": "User answers in order of questions (each answer is an array of selected labels)",
+                    "type": "array",
+                    "items": {
+                      "$ref": "#/components/schemas/QuestionAnswer"
+                    }
+                  }
+                },
+                "required": ["answers"]
               }
             }
           }
@@ -12361,19 +12371,6 @@
         },
         "required": ["type", "prompt", "description", "agent"]
       },
-      "QuestionReply": {
-        "type": "object",
-        "properties": {
-          "answers": {
-            "description": "User answers in order of questions (each answer is an array of selected labels)",
-            "type": "array",
-            "items": {
-              "$ref": "#/components/schemas/QuestionAnswer"
-            }
-          }
-        },
-        "required": ["answers"]
-      },
       "ProviderAuthMethod": {
         "type": "object",
         "properties": {