@ray-js/t-agent 0.2.0-beta-6 → 0.2.0-beta-8
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.
|
@@ -3,6 +3,10 @@ import _awaitAsyncGenerator from "@babel/runtime/helpers/esm/awaitAsyncGenerator
|
|
|
3
3
|
import _wrapAsyncGenerator from "@babel/runtime/helpers/esm/wrapAsyncGenerator";
|
|
4
4
|
import "core-js/modules/es.symbol.async-iterator.js";
|
|
5
5
|
export default class StreamResponse {
|
|
6
|
+
get started() {
|
|
7
|
+
return !!this.reader;
|
|
8
|
+
}
|
|
9
|
+
|
|
6
10
|
/**
|
|
7
11
|
* Create a new StreamResponse instance.
|
|
8
12
|
*
|
package/dist/chat/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/t-agent",
|
|
3
|
-
"version": "0.2.0-beta-
|
|
3
|
+
"version": "0.2.0-beta-8",
|
|
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": "586a5010616634911334e31f9c1e1993231dfb95"
|
|
30
30
|
}
|