@ray-js/t-agent-plugin-aistream 0.2.5-beta-3 → 0.2.5-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/dist/withAIStream.js +1 -0
- package/package.json +2 -2
package/dist/withAIStream.js
CHANGED
|
@@ -482,6 +482,7 @@ export function withAIStream() {
|
|
|
482
482
|
await handleTTTAction(tile, payload.tttAction);
|
|
483
483
|
}
|
|
484
484
|
});
|
|
485
|
+
ui.onEvent('runTTTAction', async action => handleTTTAction(null, action));
|
|
485
486
|
onTileEvent(async (tile, payload) => {
|
|
486
487
|
if (tile.type === 'card' && (payload === null || payload === void 0 ? void 0 : payload.type) === '@buildIn/setCardState') {
|
|
487
488
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/t-agent-plugin-aistream",
|
|
3
|
-
"version": "0.2.5-beta-
|
|
3
|
+
"version": "0.2.5-beta-5",
|
|
4
4
|
"author": "Tuya.inc",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/url-parse": "^1.4.11"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5e337015b6c5a690e55834b45e652f34ee338d01"
|
|
39
39
|
}
|