@ray-js/t-agent-plugin-aistream 0.2.3-beta-1 → 0.2.3-beta-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.
@@ -344,7 +344,6 @@ export function withAIStream() {
344
344
  let valid = false;
345
345
  if (message.bubble.text) {
346
346
  valid = true;
347
- await message.persist();
348
347
  } else if (message.bubble.status === BubbleTileStatus.NORMAL) {
349
348
  valid = false;
350
349
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/t-agent-plugin-aistream",
3
- "version": "0.2.3-beta-1",
3
+ "version": "0.2.3-beta-2",
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": "ed9810075246e1261af2fdaa41550070313a98dc"
38
+ "gitHead": "13c4284de3e8b067813efee40be01c1992b448b3"
39
39
  }