ai-client-sdk 4.0.0 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  - 配置系统消息
10
10
  - 接入自定义工具函数(Function Calling,将 AI 对话与业务逻辑相结合)
11
11
  - 提供一些常用的工具函数(如解析中文语境的相对时间),开发者可按需使用
12
- - 纯原生实现,技术栈无关,适配任意前端框架(React、Vue 等)及纯 HTML 页面
12
+ - 基于 Web Components 开发,可在任意框架或原生 HTML 中使用
13
13
  - 封装了与大模型交互的基础工具类(Agent class),开发者可基于此构建灵活的工作流
14
14
 
15
15
  ## 安装