GitHub Action 2 месяцев назад
Родитель
Сommit
a5f964aec6
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      packages/sdk/openapi.json

+ 6 - 0
packages/sdk/openapi.json

@@ -5982,6 +5982,9 @@
               },
               },
               "agent": {
               "agent": {
                 "type": "string"
                 "type": "string"
+              },
+              "command": {
+                "type": "string"
               }
               }
             },
             },
             "required": ["id", "sessionID", "messageID", "type", "prompt", "description", "agent"]
             "required": ["id", "sessionID", "messageID", "type", "prompt", "description", "agent"]
@@ -8486,6 +8489,9 @@
           },
           },
           "agent": {
           "agent": {
             "type": "string"
             "type": "string"
+          },
+          "command": {
+            "type": "string"
           }
           }
         },
         },
         "required": ["type", "prompt", "description", "agent"]
         "required": ["type", "prompt", "description", "agent"]