ai-client-sdk 3.0.0 → 3.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AI Client SDK
2
2
 
3
- `AI Client SDK` 是一款 AI 集成套件,方便开发者在任意 Web 应用中接入 AI 功能。
3
+ `AI Client SDK` 方便开发者在任意 Web 应用中接入 AI 功能。
4
4
 
5
5
  ## Features
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-client-sdk",
3
- "version": "3.0.0",
4
- "description": "一款 AI 集成套件,适配任意前端框架,兼容多种大模型、聊天面板、Function Calling、Agent、工作流等。",
3
+ "version": "3.0.1",
4
+ "description": "开发 AI 应用的 SDK,适配任意前端框架,兼容多种大模型、聊天面板、Function Calling、Agent、工作流等。",
5
5
  "author": {
6
6
  "name": "Hughe5",
7
7
  "email": "2100921003@qq.com",