@ray-js/t-agent-plugin-aistream 0.2.5-beta-5 → 0.2.5-beta-6
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 +3 -1
- package/package.json +2 -2
package/dist/withAIStream.js
CHANGED
|
@@ -383,7 +383,9 @@ export function withAIStream() {
|
|
|
383
383
|
}
|
|
384
384
|
return [userMsg, ...result.messages];
|
|
385
385
|
};
|
|
386
|
-
|
|
386
|
+
if (options.wireInput !== false) {
|
|
387
|
+
onInputBlocksPush(chat);
|
|
388
|
+
}
|
|
387
389
|
const feedback = async _ref => {
|
|
388
390
|
var _accountInfo$miniProg;
|
|
389
391
|
let {
|
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-6",
|
|
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": "ba276000cd0b5b4d49b9cf54385440065c7c5dd7"
|
|
39
39
|
}
|