@mxmweb/rtext 1.3.8 → 1.3.9
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/assets/style.css +1 -1
- package/core/ImageGroupView/index.d.ts +3 -0
- package/index.js +8703 -8524
- package/mockserverdata.d.ts +7 -136
- package/package.json +1 -1
- package/stats.html +1 -1
package/mockserverdata.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const mockServerData: {
|
|
2
|
+
success: boolean;
|
|
3
|
+
errorMsg: null;
|
|
4
|
+
errorCode: null;
|
|
2
5
|
data: {
|
|
3
6
|
label: string;
|
|
4
7
|
sessionId: string;
|
|
@@ -9,7 +12,7 @@ export declare const mockServerData: {
|
|
|
9
12
|
filePath: string;
|
|
10
13
|
configId: number;
|
|
11
14
|
kbId: null;
|
|
12
|
-
queryReplyPairList:
|
|
15
|
+
queryReplyPairList: {
|
|
13
16
|
query: {
|
|
14
17
|
id: number;
|
|
15
18
|
gmtCreate: string;
|
|
@@ -37,140 +40,8 @@ export declare const mockServerData: {
|
|
|
37
40
|
respTime: number;
|
|
38
41
|
databaseReference: null;
|
|
39
42
|
tokens: number;
|
|
40
|
-
flow_chain?: undefined;
|
|
41
|
-
graphReference?: undefined;
|
|
42
43
|
};
|
|
43
|
-
}
|
|
44
|
-
query: {
|
|
45
|
-
id: number;
|
|
46
|
-
gmtCreate: string;
|
|
47
|
-
content: string;
|
|
48
|
-
type: string;
|
|
49
|
-
queryId: string;
|
|
50
|
-
audioUrl: string;
|
|
51
|
-
filePaths: string;
|
|
52
|
-
currentFiles: string;
|
|
53
|
-
};
|
|
54
|
-
reply: {
|
|
55
|
-
id: number;
|
|
56
|
-
gmtCreate: string;
|
|
57
|
-
content: string;
|
|
58
|
-
type: string;
|
|
59
|
-
reference: string;
|
|
60
|
-
webReference: string;
|
|
61
|
-
queryId: string;
|
|
62
|
-
feedbackResult: null;
|
|
63
|
-
feedbackId: null;
|
|
64
|
-
parsedFilePaths: null;
|
|
65
|
-
recommendQuestion: string;
|
|
66
|
-
llmType: number;
|
|
67
|
-
resultType: number;
|
|
68
|
-
respTime: number;
|
|
69
|
-
databaseReference: null;
|
|
70
|
-
tokens: number;
|
|
71
|
-
flow_chain?: undefined;
|
|
72
|
-
graphReference?: undefined;
|
|
73
|
-
};
|
|
74
|
-
} | {
|
|
75
|
-
query: {
|
|
76
|
-
id: number;
|
|
77
|
-
gmtCreate: string;
|
|
78
|
-
content: string;
|
|
79
|
-
type: string;
|
|
80
|
-
queryId: string;
|
|
81
|
-
audioUrl: string;
|
|
82
|
-
filePaths: null;
|
|
83
|
-
currentFiles: null;
|
|
84
|
-
};
|
|
85
|
-
reply: {
|
|
86
|
-
id: number;
|
|
87
|
-
gmtCreate: string;
|
|
88
|
-
content: string;
|
|
89
|
-
type: string;
|
|
90
|
-
reference: string;
|
|
91
|
-
webReference: string;
|
|
92
|
-
queryId: string;
|
|
93
|
-
feedbackResult: null;
|
|
94
|
-
feedbackId: null;
|
|
95
|
-
parsedFilePaths: null;
|
|
96
|
-
recommendQuestion: string;
|
|
97
|
-
llmType: number;
|
|
98
|
-
resultType: number;
|
|
99
|
-
respTime: number;
|
|
100
|
-
tokens: number;
|
|
101
|
-
databaseReference?: undefined;
|
|
102
|
-
flow_chain?: undefined;
|
|
103
|
-
graphReference?: undefined;
|
|
104
|
-
};
|
|
105
|
-
} | {
|
|
106
|
-
query: {
|
|
107
|
-
id: number;
|
|
108
|
-
gmtCreate: string;
|
|
109
|
-
content: string;
|
|
110
|
-
type: string;
|
|
111
|
-
queryId: string;
|
|
112
|
-
audioUrl: string;
|
|
113
|
-
filePaths: null;
|
|
114
|
-
currentFiles: null;
|
|
115
|
-
};
|
|
116
|
-
reply: {
|
|
117
|
-
id: number;
|
|
118
|
-
gmtCreate: string;
|
|
119
|
-
content: string;
|
|
120
|
-
type: string;
|
|
121
|
-
flow_chain: {
|
|
122
|
-
type: string;
|
|
123
|
-
timestamp: number;
|
|
124
|
-
state: string;
|
|
125
|
-
error_msg: string;
|
|
126
|
-
content: string;
|
|
127
|
-
}[];
|
|
128
|
-
recommendQuestion: string;
|
|
129
|
-
reference: string;
|
|
130
|
-
webReference: string;
|
|
131
|
-
graphReference: string;
|
|
132
|
-
queryId: string;
|
|
133
|
-
feedbackResult: null;
|
|
134
|
-
feedbackId: null;
|
|
135
|
-
parsedFilePaths: null;
|
|
136
|
-
llmType: number;
|
|
137
|
-
resultType: number;
|
|
138
|
-
respTime: number;
|
|
139
|
-
tokens: number;
|
|
140
|
-
databaseReference?: undefined;
|
|
141
|
-
};
|
|
142
|
-
} | {
|
|
143
|
-
query: {
|
|
144
|
-
id: number;
|
|
145
|
-
gmtCreate: string;
|
|
146
|
-
content: string;
|
|
147
|
-
type: string;
|
|
148
|
-
queryId: string;
|
|
149
|
-
audioUrl: string;
|
|
150
|
-
filePaths: null;
|
|
151
|
-
currentFiles: null;
|
|
152
|
-
};
|
|
153
|
-
reply: {
|
|
154
|
-
id: number;
|
|
155
|
-
gmtCreate: string;
|
|
156
|
-
content: string;
|
|
157
|
-
type: string;
|
|
158
|
-
reference: string;
|
|
159
|
-
webReference: string;
|
|
160
|
-
queryId: string;
|
|
161
|
-
feedbackResult: null;
|
|
162
|
-
feedbackId: null;
|
|
163
|
-
parsedFilePaths: null;
|
|
164
|
-
recommendQuestion: string;
|
|
165
|
-
llmType: number;
|
|
166
|
-
resultType: number;
|
|
167
|
-
respTime: number;
|
|
168
|
-
databaseReference: string;
|
|
169
|
-
tokens: number;
|
|
170
|
-
flow_chain?: undefined;
|
|
171
|
-
graphReference?: undefined;
|
|
172
|
-
};
|
|
173
|
-
})[];
|
|
44
|
+
}[];
|
|
174
45
|
searchConfigDTO: {
|
|
175
46
|
id: number;
|
|
176
47
|
status: number;
|
|
@@ -181,8 +52,8 @@ export declare const mockServerData: {
|
|
|
181
52
|
createBy: string;
|
|
182
53
|
gmtCreate: string;
|
|
183
54
|
permission: null;
|
|
184
|
-
sensitiveWordIds:
|
|
185
|
-
defaultAnswer:
|
|
55
|
+
sensitiveWordIds: null;
|
|
56
|
+
defaultAnswer: null;
|
|
186
57
|
model: boolean;
|
|
187
58
|
enabledFaq: number;
|
|
188
59
|
dependOnKb: number;
|