You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(runtime): replace alibabacloud-tea-util with darabonba-runtime across API modules
Replace RuntimeOptions import from alibabacloud_tea_util.models to darabonba.runtime
across multiple API control files and templates. This change affects agent runtime,
credential, model, sandbox, and toolset API modules along with their corresponding
templates used for code generation.
Additionally includes minor documentation updates in AioSandbox class to clarify
async method annotations and removes extra whitespace in browser sandbox health
check logging statements.
This appears to be part of a broader dependency migration from Tea SDK to Darabonba runtime.
//
重构运行时:将多个 API 模块中的 alibabacloud-tea-util 替换为 darabonba-runtime
将多个 API 控制文件和模板中的 RuntimeOptions 导入从 alibabacloud_tea_util.models
替换为 darabonba.runtime。此更改影响代理运行时、凭证、模型、沙箱和工具集 API 模块
以及用于代码生成的相应模板。
此外还包括对 AioSandbox 类的次要文档更新,以澄清异步方法注释,并删除浏览器
沙箱健康检查日志语句中的额外空白。
这似乎是将依赖项从 Tea SDK 迁移到 Darabonba 运行时的更广泛工作的一部分。
Change-Id: I525c91379d0aeef6b9f6692fb687dafa62b161e0
Signed-off-by: OhYee <[email protected]>
0 commit comments