Browse Source

chore: regen sdk

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

+ 6 - 0
packages/sdk/openapi.json

@@ -910,6 +910,9 @@
         ],
         ],
         "summary": "Get session",
         "summary": "Get session",
         "description": "Retrieve detailed information about a specific OpenCode session.",
         "description": "Retrieve detailed information about a specific OpenCode session.",
+        "tags": [
+          "Session"
+        ],
         "responses": {
         "responses": {
           "200": {
           "200": {
             "description": "Get session",
             "description": "Get session",
@@ -1107,6 +1110,9 @@
           }
           }
         ],
         ],
         "summary": "Get session children",
         "summary": "Get session children",
+        "tags": [
+          "Session"
+        ],
         "description": "Retrieve all child sessions that were forked from the specified parent session.",
         "description": "Retrieve all child sessions that were forked from the specified parent session.",
         "responses": {
         "responses": {
           "200": {
           "200": {