Browse Source

chore: format code

GitHub Action 2 months ago
parent
commit
a5f964aec6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/sdk/openapi.json

+ 6 - 0
packages/sdk/openapi.json

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