瀏覽代碼

chore: generate

GitHub Action 1 月之前
父節點
當前提交
d4cf78bceb
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 4 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 6 0
      packages/sdk/openapi.json

+ 4 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -1651,6 +1651,10 @@ export type Config = {
      * Continue the agent loop when a tool call is denied
      */
     continue_loop_on_deny?: boolean
+    /**
+     * Timeout in milliseconds for model context protocol (MCP) requests
+     */
+    mcp_timeout?: number
   }
 }
 

+ 6 - 0
packages/sdk/openapi.json

@@ -8767,6 +8767,12 @@
               "continue_loop_on_deny": {
                 "description": "Continue the agent loop when a tool call is denied",
                 "type": "boolean"
+              },
+              "mcp_timeout": {
+                "description": "Timeout in milliseconds for model context protocol (MCP) requests",
+                "type": "integer",
+                "exclusiveMinimum": 0,
+                "maximum": 9007199254740991
               }
             }
           }