更新日志
核心 API 的重要变更
2025-10-22
- 添加
parseMobileUseModelTextOutput端点(POST /api/mobile-use/parse/{type})。此端点类似于parseModelTextOutput,但用于移动端使用模型。 - 添加
executeSandboxAction端点(POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/execute)以提供电脑端使用或移动端使用操作的通用执行。- 已弃用:
executeComputerUseAction端点(POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/computer-use)已弃用。此端点已被executeSandboxAction替换,迁移应该很简单。
- 已弃用:
- 要求在
createSandbox端点(POST /api/orgs/{orgId}/sandboxes)的请求正文中提供shapeName。 - 要求在
createMcpServer端点(POST /api/orgs/{orgId}/mcp-servers)的请求正文中提供sandboxShape。
2025-09-02
- 添加
parseModelTextOutput端点(POST /api/computer-use/parse/{type})以提供特定于提示的解析,并扩展对不同提示的支持。- 已弃用:
parseModelOutput端点(POST /api/computer-use/parse)已弃用,将在未来版本中删除。
- 已弃用:
2025-08-19
- 添加
extendSandbox以延长沙箱的生命周期。 - 在
getSandbox的响应中将expiredAt重命名为expiresAt。expiredAt将在未来删除,请改用expiresAt。