@ray-js/t-agent 0.2.7-beta.2 → 0.2.7-beta.3
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-zh_CN.md +10 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/README-zh_CN.md
CHANGED
|
@@ -22,12 +22,21 @@ yarn add @ray-js/t-agent @ray-js/t-agent-plugin-aistream @ray-js/t-agent-ui-ray
|
|
|
22
22
|
"DeviceKit": "4.6.1",
|
|
23
23
|
"HomeKit": "3.4.0",
|
|
24
24
|
"MiniKit": "3.12.1",
|
|
25
|
-
"AIStreamKit": "1.
|
|
25
|
+
"AIStreamKit": "1.3.2"
|
|
26
26
|
},
|
|
27
27
|
"baseversion": "2.21.10"
|
|
28
28
|
}
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
### 小程序 kit 与功能对应表
|
|
32
|
+
|
|
33
|
+
部分功能对 App 的 kit 有依赖要求,需要配置 AIStreamKit 最低才能使用这些功能
|
|
34
|
+
|
|
35
|
+
| 功能 | AIStreamKit 最低版本 | 相关 API |
|
|
36
|
+
| ---------- | -------------------- | ------------------------------------- |
|
|
37
|
+
| 对话分组 | 1.3.2 | agent.plugins.aiStream.getChatId |
|
|
38
|
+
| 自定义参数 | 2.1.0 | agent.plugins.aiStream.onUserDataRead |
|
|
39
|
+
|
|
31
40
|
## package.json 依赖要求
|
|
32
41
|
|
|
33
42
|
```json
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/t-agent",
|
|
3
|
-
"version": "0.2.7-beta.
|
|
3
|
+
"version": "0.2.7-beta.3",
|
|
4
4
|
"author": "Tuya.inc",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"build": "ray build --type=component --output dist",
|
|
27
27
|
"clean": "rimraf ./dist"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "44d1d2ecb71857a1337c20137fe39d25384fdcdb"
|
|
30
30
|
}
|