@mxmweb/rtext 1.1.53 → 1.2.1
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/adopters/ChatMessageAdapter.d.ts +1 -0
- package/assets/style.css +1 -1
- package/examples/showMarkdown/index.d.ts +3 -0
- package/index.js +7833 -37292
- package/mockserverdata.d.ts +35 -5
- package/package.json +1 -1
- package/stats.html +1 -1
package/mockserverdata.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export declare const mockServerData: {
|
|
|
27
27
|
type: string;
|
|
28
28
|
reference: string;
|
|
29
29
|
webReference: string;
|
|
30
|
+
graphReference: string;
|
|
30
31
|
queryId: string;
|
|
31
32
|
feedbackResult: null;
|
|
32
33
|
feedbackId: null;
|
|
@@ -36,7 +37,6 @@ export declare const mockServerData: {
|
|
|
36
37
|
resultType: number;
|
|
37
38
|
respTime: number;
|
|
38
39
|
tokens: number;
|
|
39
|
-
graphReference?: undefined;
|
|
40
40
|
databaseReference?: undefined;
|
|
41
41
|
};
|
|
42
42
|
} | {
|
|
@@ -55,9 +55,9 @@ export declare const mockServerData: {
|
|
|
55
55
|
gmtCreate: string;
|
|
56
56
|
content: string;
|
|
57
57
|
type: string;
|
|
58
|
-
reference:
|
|
59
|
-
webReference:
|
|
60
|
-
graphReference:
|
|
58
|
+
reference: null;
|
|
59
|
+
webReference: null;
|
|
60
|
+
graphReference: null;
|
|
61
61
|
queryId: string;
|
|
62
62
|
feedbackResult: null;
|
|
63
63
|
feedbackId: null;
|
|
@@ -91,7 +91,7 @@ export declare const mockServerData: {
|
|
|
91
91
|
feedbackResult: null;
|
|
92
92
|
feedbackId: null;
|
|
93
93
|
parsedFilePaths: null;
|
|
94
|
-
recommendQuestion:
|
|
94
|
+
recommendQuestion: string;
|
|
95
95
|
llmType: number;
|
|
96
96
|
resultType: number;
|
|
97
97
|
respTime: number;
|
|
@@ -159,6 +159,36 @@ export declare const mockServerData: {
|
|
|
159
159
|
tokens: number;
|
|
160
160
|
graphReference?: undefined;
|
|
161
161
|
};
|
|
162
|
+
} | {
|
|
163
|
+
query: {
|
|
164
|
+
id: number;
|
|
165
|
+
gmtCreate: string;
|
|
166
|
+
content: string;
|
|
167
|
+
type: string;
|
|
168
|
+
queryId: string;
|
|
169
|
+
audioUrl: string;
|
|
170
|
+
filePaths: null;
|
|
171
|
+
currentFiles: null;
|
|
172
|
+
};
|
|
173
|
+
reply: {
|
|
174
|
+
id: number;
|
|
175
|
+
gmtCreate: string;
|
|
176
|
+
content: string;
|
|
177
|
+
type: string;
|
|
178
|
+
reference: string;
|
|
179
|
+
webReference: string;
|
|
180
|
+
queryId: string;
|
|
181
|
+
feedbackResult: null;
|
|
182
|
+
feedbackId: null;
|
|
183
|
+
parsedFilePaths: null;
|
|
184
|
+
recommendQuestion: null;
|
|
185
|
+
llmType: number;
|
|
186
|
+
resultType: number;
|
|
187
|
+
respTime: number;
|
|
188
|
+
tokens: number;
|
|
189
|
+
graphReference?: undefined;
|
|
190
|
+
databaseReference?: undefined;
|
|
191
|
+
};
|
|
162
192
|
} | {
|
|
163
193
|
query: {
|
|
164
194
|
id: number;
|