@ray-js/t-agent 0.1.0-beta-4 → 0.1.0-beta-5
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 +3 -0
- package/README.md +3 -0
- package/package.json +2 -2
package/README-zh_CN.md
CHANGED
|
@@ -1469,3 +1469,6 @@ const renderOptions = {
|
|
|
1469
1469
|
- **气泡消息长按操作**:支持长按消息进行复制和删除等操作,其中助手消息还支持按渠道删除
|
|
1470
1470
|
- **OperateCardTile**:操作卡片组件,支持自定义详情内容展示
|
|
1471
1471
|
- **ExecuteCardTile**:执行卡片组件
|
|
1472
|
+
- **DividerTile**:分割线组件,支持自定义文本内容
|
|
1473
|
+
- **创建新对话**:clearMemoryAndCreateDivider 方法支持传入文本内容,用于创建新对话
|
|
1474
|
+
- **删除指定渠道消息**:removeMessageByChannel 方法支持传入渠道,用于删除指定渠道的消息
|
package/README.md
CHANGED
|
@@ -1463,3 +1463,6 @@ Below are the built-in multilingual keys:
|
|
|
1463
1463
|
- **Bubble message long press operations**: Support copying and deleting operations by long-pressing messages, and assistant messages also support deletion by channel
|
|
1464
1464
|
- **OperateCardTile**: Operate card component, support custom detail content display
|
|
1465
1465
|
- **ExecuteCardTile**: Execute card component
|
|
1466
|
+
- **DividerTile**: Divider component, support custom text content
|
|
1467
|
+
- **Create new conversation**: clearMemoryAndCreateDivider method supports passing text content to create a new conversation
|
|
1468
|
+
- **Delete messages by channel**: removeMessageByChannel method supports passing channel to delete messages by channel
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/t-agent",
|
|
3
|
-
"version": "0.1.0-beta-
|
|
3
|
+
"version": "0.1.0-beta-5",
|
|
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": "061c94dea1a6668848c37f8f75efa0fa26329636"
|
|
30
30
|
}
|