@blueking/chat-helper 0.0.12-beta.20 → 0.0.12-beta.21
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/agent/use-agent.d.ts +44 -0
- package/dist/event/ag-ui.d.ts +1 -1
- package/dist/event/ag-ui.ts.js +66 -5
- package/dist/event/type.d.ts +1 -0
- package/dist/http/transform/message.ts.js +11 -5
- package/dist/index.d.ts +308 -0
- package/dist/message/type.d.ts +10 -0
- package/dist/message/type.ts.js +14 -0
- package/dist/message/use-message.d.ts +88 -0
- package/dist/session/use-session.d.ts +176 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
128
|
role: import("./message").MessageRole.Activity;
|
|
129
|
+
createdAt?: string;
|
|
129
130
|
id?: string;
|
|
130
131
|
messageId?: string;
|
|
131
132
|
name?: string;
|
|
@@ -169,6 +170,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
169
170
|
id: string;
|
|
170
171
|
type: import("./message").MessageType.Function;
|
|
171
172
|
}[];
|
|
173
|
+
createdAt?: string;
|
|
172
174
|
id?: string;
|
|
173
175
|
messageId?: string;
|
|
174
176
|
name?: string;
|
|
@@ -177,6 +179,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
177
179
|
} | {
|
|
178
180
|
content: string;
|
|
179
181
|
role: import("./message").MessageRole.Developer;
|
|
182
|
+
createdAt?: string;
|
|
180
183
|
id?: string;
|
|
181
184
|
messageId?: string;
|
|
182
185
|
name?: string;
|
|
@@ -185,6 +188,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
185
188
|
} | {
|
|
186
189
|
content: string;
|
|
187
190
|
role: import("./message").MessageRole.Guide;
|
|
191
|
+
createdAt?: string;
|
|
188
192
|
id?: string;
|
|
189
193
|
messageId?: string;
|
|
190
194
|
name?: string;
|
|
@@ -193,6 +197,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
193
197
|
} | {
|
|
194
198
|
content: string;
|
|
195
199
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
200
|
+
createdAt?: string;
|
|
196
201
|
id?: string;
|
|
197
202
|
messageId?: string;
|
|
198
203
|
name?: string;
|
|
@@ -201,6 +206,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
201
206
|
} | {
|
|
202
207
|
content: string;
|
|
203
208
|
role: import("./message").MessageRole.HiddenGuide;
|
|
209
|
+
createdAt?: string;
|
|
204
210
|
id?: string;
|
|
205
211
|
messageId?: string;
|
|
206
212
|
name?: string;
|
|
@@ -209,6 +215,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
209
215
|
} | {
|
|
210
216
|
content: string;
|
|
211
217
|
role: import("./message").MessageRole.Hidden;
|
|
218
|
+
createdAt?: string;
|
|
212
219
|
id?: string;
|
|
213
220
|
messageId?: string;
|
|
214
221
|
name?: string;
|
|
@@ -217,6 +224,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
217
224
|
} | {
|
|
218
225
|
content: string;
|
|
219
226
|
role: import("./message").MessageRole.HiddenSystem;
|
|
227
|
+
createdAt?: string;
|
|
220
228
|
id?: string;
|
|
221
229
|
messageId?: string;
|
|
222
230
|
name?: string;
|
|
@@ -225,6 +233,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
225
233
|
} | {
|
|
226
234
|
content: string;
|
|
227
235
|
role: import("./message").MessageRole.HiddenUser;
|
|
236
|
+
createdAt?: string;
|
|
228
237
|
id?: string;
|
|
229
238
|
messageId?: string;
|
|
230
239
|
name?: string;
|
|
@@ -233,6 +242,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
233
242
|
} | {
|
|
234
243
|
content: string;
|
|
235
244
|
role: import("./message").MessageRole.Info;
|
|
245
|
+
createdAt?: string;
|
|
236
246
|
id?: string;
|
|
237
247
|
messageId?: string;
|
|
238
248
|
name?: string;
|
|
@@ -241,6 +251,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
241
251
|
} | {
|
|
242
252
|
content: string;
|
|
243
253
|
role: import("./message").MessageRole.Pause;
|
|
254
|
+
createdAt?: string;
|
|
244
255
|
id?: string;
|
|
245
256
|
messageId?: string;
|
|
246
257
|
name?: string;
|
|
@@ -249,6 +260,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
249
260
|
} | {
|
|
250
261
|
content: string;
|
|
251
262
|
role: import("./message").MessageRole.Placeholder;
|
|
263
|
+
createdAt?: string;
|
|
252
264
|
id?: string;
|
|
253
265
|
messageId?: string;
|
|
254
266
|
name?: string;
|
|
@@ -258,6 +270,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
258
270
|
content: string[];
|
|
259
271
|
duration?: number;
|
|
260
272
|
role: import("./message").MessageRole.Reasoning;
|
|
273
|
+
createdAt?: string;
|
|
261
274
|
id?: string;
|
|
262
275
|
messageId?: string;
|
|
263
276
|
name?: string;
|
|
@@ -266,6 +279,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
266
279
|
} | {
|
|
267
280
|
content: string;
|
|
268
281
|
role: import("./message").MessageRole.System;
|
|
282
|
+
createdAt?: string;
|
|
269
283
|
id?: string;
|
|
270
284
|
messageId?: string;
|
|
271
285
|
name?: string;
|
|
@@ -274,6 +288,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
274
288
|
} | {
|
|
275
289
|
content: string;
|
|
276
290
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
291
|
+
createdAt?: string;
|
|
277
292
|
id?: string;
|
|
278
293
|
messageId?: string;
|
|
279
294
|
name?: string;
|
|
@@ -282,6 +297,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
282
297
|
} | {
|
|
283
298
|
content: string;
|
|
284
299
|
role: import("./message").MessageRole.TemplateGuide;
|
|
300
|
+
createdAt?: string;
|
|
285
301
|
id?: string;
|
|
286
302
|
messageId?: string;
|
|
287
303
|
name?: string;
|
|
@@ -290,6 +306,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
290
306
|
} | {
|
|
291
307
|
content: string;
|
|
292
308
|
role: import("./message").MessageRole.TemplateHidden;
|
|
309
|
+
createdAt?: string;
|
|
293
310
|
id?: string;
|
|
294
311
|
messageId?: string;
|
|
295
312
|
name?: string;
|
|
@@ -298,6 +315,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
298
315
|
} | {
|
|
299
316
|
content: string;
|
|
300
317
|
role: import("./message").MessageRole.TemplateSystem;
|
|
318
|
+
createdAt?: string;
|
|
301
319
|
id?: string;
|
|
302
320
|
messageId?: string;
|
|
303
321
|
name?: string;
|
|
@@ -306,6 +324,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
306
324
|
} | {
|
|
307
325
|
content: string;
|
|
308
326
|
role: import("./message").MessageRole.TemplateUser;
|
|
327
|
+
createdAt?: string;
|
|
309
328
|
id?: string;
|
|
310
329
|
messageId?: string;
|
|
311
330
|
name?: string;
|
|
@@ -317,6 +336,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
317
336
|
error?: string;
|
|
318
337
|
role: import("./message").MessageRole.Tool;
|
|
319
338
|
toolCallId: string;
|
|
339
|
+
createdAt?: string;
|
|
320
340
|
id?: string;
|
|
321
341
|
messageId?: string;
|
|
322
342
|
name?: string;
|
|
@@ -360,6 +380,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
360
380
|
};
|
|
361
381
|
};
|
|
362
382
|
role: import("./message").MessageRole.User;
|
|
383
|
+
createdAt?: string;
|
|
363
384
|
id?: string;
|
|
364
385
|
messageId?: string;
|
|
365
386
|
name?: string;
|
|
@@ -990,6 +1011,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
990
1011
|
timestamp?: number;
|
|
991
1012
|
};
|
|
992
1013
|
role: import("./message").MessageRole.Interrupt;
|
|
1014
|
+
createdAt?: string;
|
|
993
1015
|
id?: string;
|
|
994
1016
|
messageId?: string;
|
|
995
1017
|
name?: string;
|
|
@@ -1114,6 +1136,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1114
1136
|
};
|
|
1115
1137
|
};
|
|
1116
1138
|
role: import("./message").MessageRole.Activity;
|
|
1139
|
+
createdAt?: string;
|
|
1117
1140
|
id?: string;
|
|
1118
1141
|
messageId?: string;
|
|
1119
1142
|
name?: string;
|
|
@@ -1157,6 +1180,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1157
1180
|
id: string;
|
|
1158
1181
|
type: import("./message").MessageType.Function;
|
|
1159
1182
|
}[];
|
|
1183
|
+
createdAt?: string;
|
|
1160
1184
|
id?: string;
|
|
1161
1185
|
messageId?: string;
|
|
1162
1186
|
name?: string;
|
|
@@ -1165,6 +1189,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1165
1189
|
} | {
|
|
1166
1190
|
content: string;
|
|
1167
1191
|
role: import("./message").MessageRole.Developer;
|
|
1192
|
+
createdAt?: string;
|
|
1168
1193
|
id?: string;
|
|
1169
1194
|
messageId?: string;
|
|
1170
1195
|
name?: string;
|
|
@@ -1173,6 +1198,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1173
1198
|
} | {
|
|
1174
1199
|
content: string;
|
|
1175
1200
|
role: import("./message").MessageRole.Guide;
|
|
1201
|
+
createdAt?: string;
|
|
1176
1202
|
id?: string;
|
|
1177
1203
|
messageId?: string;
|
|
1178
1204
|
name?: string;
|
|
@@ -1181,6 +1207,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1181
1207
|
} | {
|
|
1182
1208
|
content: string;
|
|
1183
1209
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
1210
|
+
createdAt?: string;
|
|
1184
1211
|
id?: string;
|
|
1185
1212
|
messageId?: string;
|
|
1186
1213
|
name?: string;
|
|
@@ -1189,6 +1216,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1189
1216
|
} | {
|
|
1190
1217
|
content: string;
|
|
1191
1218
|
role: import("./message").MessageRole.HiddenGuide;
|
|
1219
|
+
createdAt?: string;
|
|
1192
1220
|
id?: string;
|
|
1193
1221
|
messageId?: string;
|
|
1194
1222
|
name?: string;
|
|
@@ -1197,6 +1225,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1197
1225
|
} | {
|
|
1198
1226
|
content: string;
|
|
1199
1227
|
role: import("./message").MessageRole.Hidden;
|
|
1228
|
+
createdAt?: string;
|
|
1200
1229
|
id?: string;
|
|
1201
1230
|
messageId?: string;
|
|
1202
1231
|
name?: string;
|
|
@@ -1205,6 +1234,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1205
1234
|
} | {
|
|
1206
1235
|
content: string;
|
|
1207
1236
|
role: import("./message").MessageRole.HiddenSystem;
|
|
1237
|
+
createdAt?: string;
|
|
1208
1238
|
id?: string;
|
|
1209
1239
|
messageId?: string;
|
|
1210
1240
|
name?: string;
|
|
@@ -1213,6 +1243,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1213
1243
|
} | {
|
|
1214
1244
|
content: string;
|
|
1215
1245
|
role: import("./message").MessageRole.HiddenUser;
|
|
1246
|
+
createdAt?: string;
|
|
1216
1247
|
id?: string;
|
|
1217
1248
|
messageId?: string;
|
|
1218
1249
|
name?: string;
|
|
@@ -1221,6 +1252,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1221
1252
|
} | {
|
|
1222
1253
|
content: string;
|
|
1223
1254
|
role: import("./message").MessageRole.Info;
|
|
1255
|
+
createdAt?: string;
|
|
1224
1256
|
id?: string;
|
|
1225
1257
|
messageId?: string;
|
|
1226
1258
|
name?: string;
|
|
@@ -1229,6 +1261,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1229
1261
|
} | {
|
|
1230
1262
|
content: string;
|
|
1231
1263
|
role: import("./message").MessageRole.Pause;
|
|
1264
|
+
createdAt?: string;
|
|
1232
1265
|
id?: string;
|
|
1233
1266
|
messageId?: string;
|
|
1234
1267
|
name?: string;
|
|
@@ -1237,6 +1270,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1237
1270
|
} | {
|
|
1238
1271
|
content: string;
|
|
1239
1272
|
role: import("./message").MessageRole.Placeholder;
|
|
1273
|
+
createdAt?: string;
|
|
1240
1274
|
id?: string;
|
|
1241
1275
|
messageId?: string;
|
|
1242
1276
|
name?: string;
|
|
@@ -1246,6 +1280,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1246
1280
|
content: string[];
|
|
1247
1281
|
duration?: number;
|
|
1248
1282
|
role: import("./message").MessageRole.Reasoning;
|
|
1283
|
+
createdAt?: string;
|
|
1249
1284
|
id?: string;
|
|
1250
1285
|
messageId?: string;
|
|
1251
1286
|
name?: string;
|
|
@@ -1254,6 +1289,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1254
1289
|
} | {
|
|
1255
1290
|
content: string;
|
|
1256
1291
|
role: import("./message").MessageRole.System;
|
|
1292
|
+
createdAt?: string;
|
|
1257
1293
|
id?: string;
|
|
1258
1294
|
messageId?: string;
|
|
1259
1295
|
name?: string;
|
|
@@ -1262,6 +1298,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1262
1298
|
} | {
|
|
1263
1299
|
content: string;
|
|
1264
1300
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
1301
|
+
createdAt?: string;
|
|
1265
1302
|
id?: string;
|
|
1266
1303
|
messageId?: string;
|
|
1267
1304
|
name?: string;
|
|
@@ -1270,6 +1307,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1270
1307
|
} | {
|
|
1271
1308
|
content: string;
|
|
1272
1309
|
role: import("./message").MessageRole.TemplateGuide;
|
|
1310
|
+
createdAt?: string;
|
|
1273
1311
|
id?: string;
|
|
1274
1312
|
messageId?: string;
|
|
1275
1313
|
name?: string;
|
|
@@ -1278,6 +1316,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1278
1316
|
} | {
|
|
1279
1317
|
content: string;
|
|
1280
1318
|
role: import("./message").MessageRole.TemplateHidden;
|
|
1319
|
+
createdAt?: string;
|
|
1281
1320
|
id?: string;
|
|
1282
1321
|
messageId?: string;
|
|
1283
1322
|
name?: string;
|
|
@@ -1286,6 +1325,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1286
1325
|
} | {
|
|
1287
1326
|
content: string;
|
|
1288
1327
|
role: import("./message").MessageRole.TemplateSystem;
|
|
1328
|
+
createdAt?: string;
|
|
1289
1329
|
id?: string;
|
|
1290
1330
|
messageId?: string;
|
|
1291
1331
|
name?: string;
|
|
@@ -1294,6 +1334,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1294
1334
|
} | {
|
|
1295
1335
|
content: string;
|
|
1296
1336
|
role: import("./message").MessageRole.TemplateUser;
|
|
1337
|
+
createdAt?: string;
|
|
1297
1338
|
id?: string;
|
|
1298
1339
|
messageId?: string;
|
|
1299
1340
|
name?: string;
|
|
@@ -1305,6 +1346,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1305
1346
|
error?: string;
|
|
1306
1347
|
role: import("./message").MessageRole.Tool;
|
|
1307
1348
|
toolCallId: string;
|
|
1349
|
+
createdAt?: string;
|
|
1308
1350
|
id?: string;
|
|
1309
1351
|
messageId?: string;
|
|
1310
1352
|
name?: string;
|
|
@@ -1348,6 +1390,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1348
1390
|
};
|
|
1349
1391
|
};
|
|
1350
1392
|
role: import("./message").MessageRole.User;
|
|
1393
|
+
createdAt?: string;
|
|
1351
1394
|
id?: string;
|
|
1352
1395
|
messageId?: string;
|
|
1353
1396
|
name?: string;
|
|
@@ -1978,6 +2021,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
1978
2021
|
timestamp?: number;
|
|
1979
2022
|
};
|
|
1980
2023
|
role: import("./message").MessageRole.Interrupt;
|
|
2024
|
+
createdAt?: string;
|
|
1981
2025
|
id?: string;
|
|
1982
2026
|
messageId?: string;
|
|
1983
2027
|
name?: string;
|
|
@@ -2140,6 +2184,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2140
2184
|
};
|
|
2141
2185
|
};
|
|
2142
2186
|
role: import("./message").MessageRole.Activity;
|
|
2187
|
+
createdAt?: string;
|
|
2143
2188
|
id?: string;
|
|
2144
2189
|
messageId?: string;
|
|
2145
2190
|
name?: string;
|
|
@@ -2183,6 +2228,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2183
2228
|
id: string;
|
|
2184
2229
|
type: import("./message").MessageType.Function;
|
|
2185
2230
|
}[];
|
|
2231
|
+
createdAt?: string;
|
|
2186
2232
|
id?: string;
|
|
2187
2233
|
messageId?: string;
|
|
2188
2234
|
name?: string;
|
|
@@ -2191,6 +2237,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2191
2237
|
} | {
|
|
2192
2238
|
content: string;
|
|
2193
2239
|
role: import("./message").MessageRole.Developer;
|
|
2240
|
+
createdAt?: string;
|
|
2194
2241
|
id?: string;
|
|
2195
2242
|
messageId?: string;
|
|
2196
2243
|
name?: string;
|
|
@@ -2199,6 +2246,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2199
2246
|
} | {
|
|
2200
2247
|
content: string;
|
|
2201
2248
|
role: import("./message").MessageRole.Guide;
|
|
2249
|
+
createdAt?: string;
|
|
2202
2250
|
id?: string;
|
|
2203
2251
|
messageId?: string;
|
|
2204
2252
|
name?: string;
|
|
@@ -2207,6 +2255,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2207
2255
|
} | {
|
|
2208
2256
|
content: string;
|
|
2209
2257
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
2258
|
+
createdAt?: string;
|
|
2210
2259
|
id?: string;
|
|
2211
2260
|
messageId?: string;
|
|
2212
2261
|
name?: string;
|
|
@@ -2215,6 +2264,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2215
2264
|
} | {
|
|
2216
2265
|
content: string;
|
|
2217
2266
|
role: import("./message").MessageRole.HiddenGuide;
|
|
2267
|
+
createdAt?: string;
|
|
2218
2268
|
id?: string;
|
|
2219
2269
|
messageId?: string;
|
|
2220
2270
|
name?: string;
|
|
@@ -2223,6 +2273,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2223
2273
|
} | {
|
|
2224
2274
|
content: string;
|
|
2225
2275
|
role: import("./message").MessageRole.Hidden;
|
|
2276
|
+
createdAt?: string;
|
|
2226
2277
|
id?: string;
|
|
2227
2278
|
messageId?: string;
|
|
2228
2279
|
name?: string;
|
|
@@ -2231,6 +2282,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2231
2282
|
} | {
|
|
2232
2283
|
content: string;
|
|
2233
2284
|
role: import("./message").MessageRole.HiddenSystem;
|
|
2285
|
+
createdAt?: string;
|
|
2234
2286
|
id?: string;
|
|
2235
2287
|
messageId?: string;
|
|
2236
2288
|
name?: string;
|
|
@@ -2239,6 +2291,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2239
2291
|
} | {
|
|
2240
2292
|
content: string;
|
|
2241
2293
|
role: import("./message").MessageRole.HiddenUser;
|
|
2294
|
+
createdAt?: string;
|
|
2242
2295
|
id?: string;
|
|
2243
2296
|
messageId?: string;
|
|
2244
2297
|
name?: string;
|
|
@@ -2247,6 +2300,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2247
2300
|
} | {
|
|
2248
2301
|
content: string;
|
|
2249
2302
|
role: import("./message").MessageRole.Info;
|
|
2303
|
+
createdAt?: string;
|
|
2250
2304
|
id?: string;
|
|
2251
2305
|
messageId?: string;
|
|
2252
2306
|
name?: string;
|
|
@@ -2255,6 +2309,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2255
2309
|
} | {
|
|
2256
2310
|
content: string;
|
|
2257
2311
|
role: import("./message").MessageRole.Pause;
|
|
2312
|
+
createdAt?: string;
|
|
2258
2313
|
id?: string;
|
|
2259
2314
|
messageId?: string;
|
|
2260
2315
|
name?: string;
|
|
@@ -2263,6 +2318,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2263
2318
|
} | {
|
|
2264
2319
|
content: string;
|
|
2265
2320
|
role: import("./message").MessageRole.Placeholder;
|
|
2321
|
+
createdAt?: string;
|
|
2266
2322
|
id?: string;
|
|
2267
2323
|
messageId?: string;
|
|
2268
2324
|
name?: string;
|
|
@@ -2272,6 +2328,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2272
2328
|
content: string[];
|
|
2273
2329
|
duration?: number;
|
|
2274
2330
|
role: import("./message").MessageRole.Reasoning;
|
|
2331
|
+
createdAt?: string;
|
|
2275
2332
|
id?: string;
|
|
2276
2333
|
messageId?: string;
|
|
2277
2334
|
name?: string;
|
|
@@ -2280,6 +2337,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2280
2337
|
} | {
|
|
2281
2338
|
content: string;
|
|
2282
2339
|
role: import("./message").MessageRole.System;
|
|
2340
|
+
createdAt?: string;
|
|
2283
2341
|
id?: string;
|
|
2284
2342
|
messageId?: string;
|
|
2285
2343
|
name?: string;
|
|
@@ -2288,6 +2346,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2288
2346
|
} | {
|
|
2289
2347
|
content: string;
|
|
2290
2348
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
2349
|
+
createdAt?: string;
|
|
2291
2350
|
id?: string;
|
|
2292
2351
|
messageId?: string;
|
|
2293
2352
|
name?: string;
|
|
@@ -2296,6 +2355,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2296
2355
|
} | {
|
|
2297
2356
|
content: string;
|
|
2298
2357
|
role: import("./message").MessageRole.TemplateGuide;
|
|
2358
|
+
createdAt?: string;
|
|
2299
2359
|
id?: string;
|
|
2300
2360
|
messageId?: string;
|
|
2301
2361
|
name?: string;
|
|
@@ -2304,6 +2364,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2304
2364
|
} | {
|
|
2305
2365
|
content: string;
|
|
2306
2366
|
role: import("./message").MessageRole.TemplateHidden;
|
|
2367
|
+
createdAt?: string;
|
|
2307
2368
|
id?: string;
|
|
2308
2369
|
messageId?: string;
|
|
2309
2370
|
name?: string;
|
|
@@ -2312,6 +2373,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2312
2373
|
} | {
|
|
2313
2374
|
content: string;
|
|
2314
2375
|
role: import("./message").MessageRole.TemplateSystem;
|
|
2376
|
+
createdAt?: string;
|
|
2315
2377
|
id?: string;
|
|
2316
2378
|
messageId?: string;
|
|
2317
2379
|
name?: string;
|
|
@@ -2320,6 +2382,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2320
2382
|
} | {
|
|
2321
2383
|
content: string;
|
|
2322
2384
|
role: import("./message").MessageRole.TemplateUser;
|
|
2385
|
+
createdAt?: string;
|
|
2323
2386
|
id?: string;
|
|
2324
2387
|
messageId?: string;
|
|
2325
2388
|
name?: string;
|
|
@@ -2331,6 +2394,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2331
2394
|
error?: string;
|
|
2332
2395
|
role: import("./message").MessageRole.Tool;
|
|
2333
2396
|
toolCallId: string;
|
|
2397
|
+
createdAt?: string;
|
|
2334
2398
|
id?: string;
|
|
2335
2399
|
messageId?: string;
|
|
2336
2400
|
name?: string;
|
|
@@ -2374,6 +2438,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
2374
2438
|
};
|
|
2375
2439
|
};
|
|
2376
2440
|
role: import("./message").MessageRole.User;
|
|
2441
|
+
createdAt?: string;
|
|
2377
2442
|
id?: string;
|
|
2378
2443
|
messageId?: string;
|
|
2379
2444
|
name?: string;
|
|
@@ -3004,6 +3069,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3004
3069
|
timestamp?: number;
|
|
3005
3070
|
};
|
|
3006
3071
|
role: import("./message").MessageRole.Interrupt;
|
|
3072
|
+
createdAt?: string;
|
|
3007
3073
|
id?: string;
|
|
3008
3074
|
messageId?: string;
|
|
3009
3075
|
name?: string;
|
|
@@ -3069,6 +3135,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3069
3135
|
};
|
|
3070
3136
|
};
|
|
3071
3137
|
role: import("./message").MessageRole.Activity;
|
|
3138
|
+
createdAt?: string;
|
|
3072
3139
|
id?: string;
|
|
3073
3140
|
messageId?: string;
|
|
3074
3141
|
name?: string;
|
|
@@ -3112,6 +3179,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3112
3179
|
id: string;
|
|
3113
3180
|
type: import("./message").MessageType.Function;
|
|
3114
3181
|
}[];
|
|
3182
|
+
createdAt?: string;
|
|
3115
3183
|
id?: string;
|
|
3116
3184
|
messageId?: string;
|
|
3117
3185
|
name?: string;
|
|
@@ -3120,6 +3188,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3120
3188
|
} | {
|
|
3121
3189
|
content: string;
|
|
3122
3190
|
role: import("./message").MessageRole.Developer;
|
|
3191
|
+
createdAt?: string;
|
|
3123
3192
|
id?: string;
|
|
3124
3193
|
messageId?: string;
|
|
3125
3194
|
name?: string;
|
|
@@ -3128,6 +3197,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3128
3197
|
} | {
|
|
3129
3198
|
content: string;
|
|
3130
3199
|
role: import("./message").MessageRole.Guide;
|
|
3200
|
+
createdAt?: string;
|
|
3131
3201
|
id?: string;
|
|
3132
3202
|
messageId?: string;
|
|
3133
3203
|
name?: string;
|
|
@@ -3136,6 +3206,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3136
3206
|
} | {
|
|
3137
3207
|
content: string;
|
|
3138
3208
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
3209
|
+
createdAt?: string;
|
|
3139
3210
|
id?: string;
|
|
3140
3211
|
messageId?: string;
|
|
3141
3212
|
name?: string;
|
|
@@ -3144,6 +3215,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3144
3215
|
} | {
|
|
3145
3216
|
content: string;
|
|
3146
3217
|
role: import("./message").MessageRole.HiddenGuide;
|
|
3218
|
+
createdAt?: string;
|
|
3147
3219
|
id?: string;
|
|
3148
3220
|
messageId?: string;
|
|
3149
3221
|
name?: string;
|
|
@@ -3152,6 +3224,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3152
3224
|
} | {
|
|
3153
3225
|
content: string;
|
|
3154
3226
|
role: import("./message").MessageRole.Hidden;
|
|
3227
|
+
createdAt?: string;
|
|
3155
3228
|
id?: string;
|
|
3156
3229
|
messageId?: string;
|
|
3157
3230
|
name?: string;
|
|
@@ -3160,6 +3233,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3160
3233
|
} | {
|
|
3161
3234
|
content: string;
|
|
3162
3235
|
role: import("./message").MessageRole.HiddenSystem;
|
|
3236
|
+
createdAt?: string;
|
|
3163
3237
|
id?: string;
|
|
3164
3238
|
messageId?: string;
|
|
3165
3239
|
name?: string;
|
|
@@ -3168,6 +3242,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3168
3242
|
} | {
|
|
3169
3243
|
content: string;
|
|
3170
3244
|
role: import("./message").MessageRole.HiddenUser;
|
|
3245
|
+
createdAt?: string;
|
|
3171
3246
|
id?: string;
|
|
3172
3247
|
messageId?: string;
|
|
3173
3248
|
name?: string;
|
|
@@ -3176,6 +3251,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3176
3251
|
} | {
|
|
3177
3252
|
content: string;
|
|
3178
3253
|
role: import("./message").MessageRole.Info;
|
|
3254
|
+
createdAt?: string;
|
|
3179
3255
|
id?: string;
|
|
3180
3256
|
messageId?: string;
|
|
3181
3257
|
name?: string;
|
|
@@ -3184,6 +3260,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3184
3260
|
} | {
|
|
3185
3261
|
content: string;
|
|
3186
3262
|
role: import("./message").MessageRole.Pause;
|
|
3263
|
+
createdAt?: string;
|
|
3187
3264
|
id?: string;
|
|
3188
3265
|
messageId?: string;
|
|
3189
3266
|
name?: string;
|
|
@@ -3192,6 +3269,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3192
3269
|
} | {
|
|
3193
3270
|
content: string;
|
|
3194
3271
|
role: import("./message").MessageRole.Placeholder;
|
|
3272
|
+
createdAt?: string;
|
|
3195
3273
|
id?: string;
|
|
3196
3274
|
messageId?: string;
|
|
3197
3275
|
name?: string;
|
|
@@ -3201,6 +3279,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3201
3279
|
content: string[];
|
|
3202
3280
|
duration?: number;
|
|
3203
3281
|
role: import("./message").MessageRole.Reasoning;
|
|
3282
|
+
createdAt?: string;
|
|
3204
3283
|
id?: string;
|
|
3205
3284
|
messageId?: string;
|
|
3206
3285
|
name?: string;
|
|
@@ -3209,6 +3288,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3209
3288
|
} | {
|
|
3210
3289
|
content: string;
|
|
3211
3290
|
role: import("./message").MessageRole.System;
|
|
3291
|
+
createdAt?: string;
|
|
3212
3292
|
id?: string;
|
|
3213
3293
|
messageId?: string;
|
|
3214
3294
|
name?: string;
|
|
@@ -3217,6 +3297,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3217
3297
|
} | {
|
|
3218
3298
|
content: string;
|
|
3219
3299
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
3300
|
+
createdAt?: string;
|
|
3220
3301
|
id?: string;
|
|
3221
3302
|
messageId?: string;
|
|
3222
3303
|
name?: string;
|
|
@@ -3225,6 +3306,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3225
3306
|
} | {
|
|
3226
3307
|
content: string;
|
|
3227
3308
|
role: import("./message").MessageRole.TemplateGuide;
|
|
3309
|
+
createdAt?: string;
|
|
3228
3310
|
id?: string;
|
|
3229
3311
|
messageId?: string;
|
|
3230
3312
|
name?: string;
|
|
@@ -3233,6 +3315,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3233
3315
|
} | {
|
|
3234
3316
|
content: string;
|
|
3235
3317
|
role: import("./message").MessageRole.TemplateHidden;
|
|
3318
|
+
createdAt?: string;
|
|
3236
3319
|
id?: string;
|
|
3237
3320
|
messageId?: string;
|
|
3238
3321
|
name?: string;
|
|
@@ -3241,6 +3324,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3241
3324
|
} | {
|
|
3242
3325
|
content: string;
|
|
3243
3326
|
role: import("./message").MessageRole.TemplateSystem;
|
|
3327
|
+
createdAt?: string;
|
|
3244
3328
|
id?: string;
|
|
3245
3329
|
messageId?: string;
|
|
3246
3330
|
name?: string;
|
|
@@ -3249,6 +3333,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3249
3333
|
} | {
|
|
3250
3334
|
content: string;
|
|
3251
3335
|
role: import("./message").MessageRole.TemplateUser;
|
|
3336
|
+
createdAt?: string;
|
|
3252
3337
|
id?: string;
|
|
3253
3338
|
messageId?: string;
|
|
3254
3339
|
name?: string;
|
|
@@ -3260,6 +3345,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3260
3345
|
error?: string;
|
|
3261
3346
|
role: import("./message").MessageRole.Tool;
|
|
3262
3347
|
toolCallId: string;
|
|
3348
|
+
createdAt?: string;
|
|
3263
3349
|
id?: string;
|
|
3264
3350
|
messageId?: string;
|
|
3265
3351
|
name?: string;
|
|
@@ -3303,6 +3389,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3303
3389
|
};
|
|
3304
3390
|
};
|
|
3305
3391
|
role: import("./message").MessageRole.User;
|
|
3392
|
+
createdAt?: string;
|
|
3306
3393
|
id?: string;
|
|
3307
3394
|
messageId?: string;
|
|
3308
3395
|
name?: string;
|
|
@@ -3933,6 +4020,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
3933
4020
|
timestamp?: number;
|
|
3934
4021
|
};
|
|
3935
4022
|
role: import("./message").MessageRole.Interrupt;
|
|
4023
|
+
createdAt?: string;
|
|
3936
4024
|
id?: string;
|
|
3937
4025
|
messageId?: string;
|
|
3938
4026
|
name?: string;
|
|
@@ -4019,6 +4107,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4019
4107
|
};
|
|
4020
4108
|
};
|
|
4021
4109
|
role: import("./message").MessageRole.Activity;
|
|
4110
|
+
createdAt?: string;
|
|
4022
4111
|
id?: string;
|
|
4023
4112
|
messageId?: string;
|
|
4024
4113
|
name?: string;
|
|
@@ -4062,6 +4151,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4062
4151
|
id: string;
|
|
4063
4152
|
type: import("./message").MessageType.Function;
|
|
4064
4153
|
}[];
|
|
4154
|
+
createdAt?: string;
|
|
4065
4155
|
id?: string;
|
|
4066
4156
|
messageId?: string;
|
|
4067
4157
|
name?: string;
|
|
@@ -4070,6 +4160,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4070
4160
|
} | {
|
|
4071
4161
|
content: string;
|
|
4072
4162
|
role: import("./message").MessageRole.Developer;
|
|
4163
|
+
createdAt?: string;
|
|
4073
4164
|
id?: string;
|
|
4074
4165
|
messageId?: string;
|
|
4075
4166
|
name?: string;
|
|
@@ -4078,6 +4169,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4078
4169
|
} | {
|
|
4079
4170
|
content: string;
|
|
4080
4171
|
role: import("./message").MessageRole.Guide;
|
|
4172
|
+
createdAt?: string;
|
|
4081
4173
|
id?: string;
|
|
4082
4174
|
messageId?: string;
|
|
4083
4175
|
name?: string;
|
|
@@ -4086,6 +4178,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4086
4178
|
} | {
|
|
4087
4179
|
content: string;
|
|
4088
4180
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
4181
|
+
createdAt?: string;
|
|
4089
4182
|
id?: string;
|
|
4090
4183
|
messageId?: string;
|
|
4091
4184
|
name?: string;
|
|
@@ -4094,6 +4187,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4094
4187
|
} | {
|
|
4095
4188
|
content: string;
|
|
4096
4189
|
role: import("./message").MessageRole.HiddenGuide;
|
|
4190
|
+
createdAt?: string;
|
|
4097
4191
|
id?: string;
|
|
4098
4192
|
messageId?: string;
|
|
4099
4193
|
name?: string;
|
|
@@ -4102,6 +4196,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4102
4196
|
} | {
|
|
4103
4197
|
content: string;
|
|
4104
4198
|
role: import("./message").MessageRole.Hidden;
|
|
4199
|
+
createdAt?: string;
|
|
4105
4200
|
id?: string;
|
|
4106
4201
|
messageId?: string;
|
|
4107
4202
|
name?: string;
|
|
@@ -4110,6 +4205,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4110
4205
|
} | {
|
|
4111
4206
|
content: string;
|
|
4112
4207
|
role: import("./message").MessageRole.HiddenSystem;
|
|
4208
|
+
createdAt?: string;
|
|
4113
4209
|
id?: string;
|
|
4114
4210
|
messageId?: string;
|
|
4115
4211
|
name?: string;
|
|
@@ -4118,6 +4214,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4118
4214
|
} | {
|
|
4119
4215
|
content: string;
|
|
4120
4216
|
role: import("./message").MessageRole.HiddenUser;
|
|
4217
|
+
createdAt?: string;
|
|
4121
4218
|
id?: string;
|
|
4122
4219
|
messageId?: string;
|
|
4123
4220
|
name?: string;
|
|
@@ -4126,6 +4223,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4126
4223
|
} | {
|
|
4127
4224
|
content: string;
|
|
4128
4225
|
role: import("./message").MessageRole.Info;
|
|
4226
|
+
createdAt?: string;
|
|
4129
4227
|
id?: string;
|
|
4130
4228
|
messageId?: string;
|
|
4131
4229
|
name?: string;
|
|
@@ -4134,6 +4232,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4134
4232
|
} | {
|
|
4135
4233
|
content: string;
|
|
4136
4234
|
role: import("./message").MessageRole.Pause;
|
|
4235
|
+
createdAt?: string;
|
|
4137
4236
|
id?: string;
|
|
4138
4237
|
messageId?: string;
|
|
4139
4238
|
name?: string;
|
|
@@ -4142,6 +4241,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4142
4241
|
} | {
|
|
4143
4242
|
content: string;
|
|
4144
4243
|
role: import("./message").MessageRole.Placeholder;
|
|
4244
|
+
createdAt?: string;
|
|
4145
4245
|
id?: string;
|
|
4146
4246
|
messageId?: string;
|
|
4147
4247
|
name?: string;
|
|
@@ -4151,6 +4251,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4151
4251
|
content: string[];
|
|
4152
4252
|
duration?: number;
|
|
4153
4253
|
role: import("./message").MessageRole.Reasoning;
|
|
4254
|
+
createdAt?: string;
|
|
4154
4255
|
id?: string;
|
|
4155
4256
|
messageId?: string;
|
|
4156
4257
|
name?: string;
|
|
@@ -4159,6 +4260,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4159
4260
|
} | {
|
|
4160
4261
|
content: string;
|
|
4161
4262
|
role: import("./message").MessageRole.System;
|
|
4263
|
+
createdAt?: string;
|
|
4162
4264
|
id?: string;
|
|
4163
4265
|
messageId?: string;
|
|
4164
4266
|
name?: string;
|
|
@@ -4167,6 +4269,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4167
4269
|
} | {
|
|
4168
4270
|
content: string;
|
|
4169
4271
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
4272
|
+
createdAt?: string;
|
|
4170
4273
|
id?: string;
|
|
4171
4274
|
messageId?: string;
|
|
4172
4275
|
name?: string;
|
|
@@ -4175,6 +4278,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4175
4278
|
} | {
|
|
4176
4279
|
content: string;
|
|
4177
4280
|
role: import("./message").MessageRole.TemplateGuide;
|
|
4281
|
+
createdAt?: string;
|
|
4178
4282
|
id?: string;
|
|
4179
4283
|
messageId?: string;
|
|
4180
4284
|
name?: string;
|
|
@@ -4183,6 +4287,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4183
4287
|
} | {
|
|
4184
4288
|
content: string;
|
|
4185
4289
|
role: import("./message").MessageRole.TemplateHidden;
|
|
4290
|
+
createdAt?: string;
|
|
4186
4291
|
id?: string;
|
|
4187
4292
|
messageId?: string;
|
|
4188
4293
|
name?: string;
|
|
@@ -4191,6 +4296,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4191
4296
|
} | {
|
|
4192
4297
|
content: string;
|
|
4193
4298
|
role: import("./message").MessageRole.TemplateSystem;
|
|
4299
|
+
createdAt?: string;
|
|
4194
4300
|
id?: string;
|
|
4195
4301
|
messageId?: string;
|
|
4196
4302
|
name?: string;
|
|
@@ -4199,6 +4305,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4199
4305
|
} | {
|
|
4200
4306
|
content: string;
|
|
4201
4307
|
role: import("./message").MessageRole.TemplateUser;
|
|
4308
|
+
createdAt?: string;
|
|
4202
4309
|
id?: string;
|
|
4203
4310
|
messageId?: string;
|
|
4204
4311
|
name?: string;
|
|
@@ -4210,6 +4317,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4210
4317
|
error?: string;
|
|
4211
4318
|
role: import("./message").MessageRole.Tool;
|
|
4212
4319
|
toolCallId: string;
|
|
4320
|
+
createdAt?: string;
|
|
4213
4321
|
id?: string;
|
|
4214
4322
|
messageId?: string;
|
|
4215
4323
|
name?: string;
|
|
@@ -4253,6 +4361,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4253
4361
|
};
|
|
4254
4362
|
};
|
|
4255
4363
|
role: import("./message").MessageRole.User;
|
|
4364
|
+
createdAt?: string;
|
|
4256
4365
|
id?: string;
|
|
4257
4366
|
messageId?: string;
|
|
4258
4367
|
name?: string;
|
|
@@ -4883,6 +4992,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4883
4992
|
timestamp?: number;
|
|
4884
4993
|
};
|
|
4885
4994
|
role: import("./message").MessageRole.Interrupt;
|
|
4995
|
+
createdAt?: string;
|
|
4886
4996
|
id?: string;
|
|
4887
4997
|
messageId?: string;
|
|
4888
4998
|
name?: string;
|
|
@@ -4948,6 +5058,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4948
5058
|
};
|
|
4949
5059
|
};
|
|
4950
5060
|
role: import("./message").MessageRole.Activity;
|
|
5061
|
+
createdAt?: string;
|
|
4951
5062
|
id?: string;
|
|
4952
5063
|
messageId?: string;
|
|
4953
5064
|
name?: string;
|
|
@@ -4991,6 +5102,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4991
5102
|
id: string;
|
|
4992
5103
|
type: import("./message").MessageType.Function;
|
|
4993
5104
|
}[];
|
|
5105
|
+
createdAt?: string;
|
|
4994
5106
|
id?: string;
|
|
4995
5107
|
messageId?: string;
|
|
4996
5108
|
name?: string;
|
|
@@ -4999,6 +5111,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
4999
5111
|
} | {
|
|
5000
5112
|
content: string;
|
|
5001
5113
|
role: import("./message").MessageRole.Developer;
|
|
5114
|
+
createdAt?: string;
|
|
5002
5115
|
id?: string;
|
|
5003
5116
|
messageId?: string;
|
|
5004
5117
|
name?: string;
|
|
@@ -5007,6 +5120,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5007
5120
|
} | {
|
|
5008
5121
|
content: string;
|
|
5009
5122
|
role: import("./message").MessageRole.Guide;
|
|
5123
|
+
createdAt?: string;
|
|
5010
5124
|
id?: string;
|
|
5011
5125
|
messageId?: string;
|
|
5012
5126
|
name?: string;
|
|
@@ -5015,6 +5129,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5015
5129
|
} | {
|
|
5016
5130
|
content: string;
|
|
5017
5131
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
5132
|
+
createdAt?: string;
|
|
5018
5133
|
id?: string;
|
|
5019
5134
|
messageId?: string;
|
|
5020
5135
|
name?: string;
|
|
@@ -5023,6 +5138,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5023
5138
|
} | {
|
|
5024
5139
|
content: string;
|
|
5025
5140
|
role: import("./message").MessageRole.HiddenGuide;
|
|
5141
|
+
createdAt?: string;
|
|
5026
5142
|
id?: string;
|
|
5027
5143
|
messageId?: string;
|
|
5028
5144
|
name?: string;
|
|
@@ -5031,6 +5147,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5031
5147
|
} | {
|
|
5032
5148
|
content: string;
|
|
5033
5149
|
role: import("./message").MessageRole.Hidden;
|
|
5150
|
+
createdAt?: string;
|
|
5034
5151
|
id?: string;
|
|
5035
5152
|
messageId?: string;
|
|
5036
5153
|
name?: string;
|
|
@@ -5039,6 +5156,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5039
5156
|
} | {
|
|
5040
5157
|
content: string;
|
|
5041
5158
|
role: import("./message").MessageRole.HiddenSystem;
|
|
5159
|
+
createdAt?: string;
|
|
5042
5160
|
id?: string;
|
|
5043
5161
|
messageId?: string;
|
|
5044
5162
|
name?: string;
|
|
@@ -5047,6 +5165,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5047
5165
|
} | {
|
|
5048
5166
|
content: string;
|
|
5049
5167
|
role: import("./message").MessageRole.HiddenUser;
|
|
5168
|
+
createdAt?: string;
|
|
5050
5169
|
id?: string;
|
|
5051
5170
|
messageId?: string;
|
|
5052
5171
|
name?: string;
|
|
@@ -5055,6 +5174,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5055
5174
|
} | {
|
|
5056
5175
|
content: string;
|
|
5057
5176
|
role: import("./message").MessageRole.Info;
|
|
5177
|
+
createdAt?: string;
|
|
5058
5178
|
id?: string;
|
|
5059
5179
|
messageId?: string;
|
|
5060
5180
|
name?: string;
|
|
@@ -5063,6 +5183,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5063
5183
|
} | {
|
|
5064
5184
|
content: string;
|
|
5065
5185
|
role: import("./message").MessageRole.Pause;
|
|
5186
|
+
createdAt?: string;
|
|
5066
5187
|
id?: string;
|
|
5067
5188
|
messageId?: string;
|
|
5068
5189
|
name?: string;
|
|
@@ -5071,6 +5192,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5071
5192
|
} | {
|
|
5072
5193
|
content: string;
|
|
5073
5194
|
role: import("./message").MessageRole.Placeholder;
|
|
5195
|
+
createdAt?: string;
|
|
5074
5196
|
id?: string;
|
|
5075
5197
|
messageId?: string;
|
|
5076
5198
|
name?: string;
|
|
@@ -5080,6 +5202,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5080
5202
|
content: string[];
|
|
5081
5203
|
duration?: number;
|
|
5082
5204
|
role: import("./message").MessageRole.Reasoning;
|
|
5205
|
+
createdAt?: string;
|
|
5083
5206
|
id?: string;
|
|
5084
5207
|
messageId?: string;
|
|
5085
5208
|
name?: string;
|
|
@@ -5088,6 +5211,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5088
5211
|
} | {
|
|
5089
5212
|
content: string;
|
|
5090
5213
|
role: import("./message").MessageRole.System;
|
|
5214
|
+
createdAt?: string;
|
|
5091
5215
|
id?: string;
|
|
5092
5216
|
messageId?: string;
|
|
5093
5217
|
name?: string;
|
|
@@ -5096,6 +5220,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5096
5220
|
} | {
|
|
5097
5221
|
content: string;
|
|
5098
5222
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
5223
|
+
createdAt?: string;
|
|
5099
5224
|
id?: string;
|
|
5100
5225
|
messageId?: string;
|
|
5101
5226
|
name?: string;
|
|
@@ -5104,6 +5229,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5104
5229
|
} | {
|
|
5105
5230
|
content: string;
|
|
5106
5231
|
role: import("./message").MessageRole.TemplateGuide;
|
|
5232
|
+
createdAt?: string;
|
|
5107
5233
|
id?: string;
|
|
5108
5234
|
messageId?: string;
|
|
5109
5235
|
name?: string;
|
|
@@ -5112,6 +5238,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5112
5238
|
} | {
|
|
5113
5239
|
content: string;
|
|
5114
5240
|
role: import("./message").MessageRole.TemplateHidden;
|
|
5241
|
+
createdAt?: string;
|
|
5115
5242
|
id?: string;
|
|
5116
5243
|
messageId?: string;
|
|
5117
5244
|
name?: string;
|
|
@@ -5120,6 +5247,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5120
5247
|
} | {
|
|
5121
5248
|
content: string;
|
|
5122
5249
|
role: import("./message").MessageRole.TemplateSystem;
|
|
5250
|
+
createdAt?: string;
|
|
5123
5251
|
id?: string;
|
|
5124
5252
|
messageId?: string;
|
|
5125
5253
|
name?: string;
|
|
@@ -5128,6 +5256,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5128
5256
|
} | {
|
|
5129
5257
|
content: string;
|
|
5130
5258
|
role: import("./message").MessageRole.TemplateUser;
|
|
5259
|
+
createdAt?: string;
|
|
5131
5260
|
id?: string;
|
|
5132
5261
|
messageId?: string;
|
|
5133
5262
|
name?: string;
|
|
@@ -5139,6 +5268,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5139
5268
|
error?: string;
|
|
5140
5269
|
role: import("./message").MessageRole.Tool;
|
|
5141
5270
|
toolCallId: string;
|
|
5271
|
+
createdAt?: string;
|
|
5142
5272
|
id?: string;
|
|
5143
5273
|
messageId?: string;
|
|
5144
5274
|
name?: string;
|
|
@@ -5182,6 +5312,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5182
5312
|
};
|
|
5183
5313
|
};
|
|
5184
5314
|
role: import("./message").MessageRole.User;
|
|
5315
|
+
createdAt?: string;
|
|
5185
5316
|
id?: string;
|
|
5186
5317
|
messageId?: string;
|
|
5187
5318
|
name?: string;
|
|
@@ -5812,6 +5943,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5812
5943
|
timestamp?: number;
|
|
5813
5944
|
};
|
|
5814
5945
|
role: import("./message").MessageRole.Interrupt;
|
|
5946
|
+
createdAt?: string;
|
|
5815
5947
|
id?: string;
|
|
5816
5948
|
messageId?: string;
|
|
5817
5949
|
name?: string;
|
|
@@ -5899,6 +6031,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5899
6031
|
};
|
|
5900
6032
|
};
|
|
5901
6033
|
role: import("./message").MessageRole.Activity;
|
|
6034
|
+
createdAt?: string;
|
|
5902
6035
|
id?: string;
|
|
5903
6036
|
messageId?: string;
|
|
5904
6037
|
name?: string;
|
|
@@ -5942,6 +6075,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5942
6075
|
id: string;
|
|
5943
6076
|
type: import("./message").MessageType.Function;
|
|
5944
6077
|
}[];
|
|
6078
|
+
createdAt?: string;
|
|
5945
6079
|
id?: string;
|
|
5946
6080
|
messageId?: string;
|
|
5947
6081
|
name?: string;
|
|
@@ -5950,6 +6084,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5950
6084
|
} | {
|
|
5951
6085
|
content: string;
|
|
5952
6086
|
role: import("./message").MessageRole.Developer;
|
|
6087
|
+
createdAt?: string;
|
|
5953
6088
|
id?: string;
|
|
5954
6089
|
messageId?: string;
|
|
5955
6090
|
name?: string;
|
|
@@ -5958,6 +6093,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5958
6093
|
} | {
|
|
5959
6094
|
content: string;
|
|
5960
6095
|
role: import("./message").MessageRole.Guide;
|
|
6096
|
+
createdAt?: string;
|
|
5961
6097
|
id?: string;
|
|
5962
6098
|
messageId?: string;
|
|
5963
6099
|
name?: string;
|
|
@@ -5966,6 +6102,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5966
6102
|
} | {
|
|
5967
6103
|
content: string;
|
|
5968
6104
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
6105
|
+
createdAt?: string;
|
|
5969
6106
|
id?: string;
|
|
5970
6107
|
messageId?: string;
|
|
5971
6108
|
name?: string;
|
|
@@ -5974,6 +6111,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5974
6111
|
} | {
|
|
5975
6112
|
content: string;
|
|
5976
6113
|
role: import("./message").MessageRole.HiddenGuide;
|
|
6114
|
+
createdAt?: string;
|
|
5977
6115
|
id?: string;
|
|
5978
6116
|
messageId?: string;
|
|
5979
6117
|
name?: string;
|
|
@@ -5982,6 +6120,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5982
6120
|
} | {
|
|
5983
6121
|
content: string;
|
|
5984
6122
|
role: import("./message").MessageRole.Hidden;
|
|
6123
|
+
createdAt?: string;
|
|
5985
6124
|
id?: string;
|
|
5986
6125
|
messageId?: string;
|
|
5987
6126
|
name?: string;
|
|
@@ -5990,6 +6129,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5990
6129
|
} | {
|
|
5991
6130
|
content: string;
|
|
5992
6131
|
role: import("./message").MessageRole.HiddenSystem;
|
|
6132
|
+
createdAt?: string;
|
|
5993
6133
|
id?: string;
|
|
5994
6134
|
messageId?: string;
|
|
5995
6135
|
name?: string;
|
|
@@ -5998,6 +6138,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
5998
6138
|
} | {
|
|
5999
6139
|
content: string;
|
|
6000
6140
|
role: import("./message").MessageRole.HiddenUser;
|
|
6141
|
+
createdAt?: string;
|
|
6001
6142
|
id?: string;
|
|
6002
6143
|
messageId?: string;
|
|
6003
6144
|
name?: string;
|
|
@@ -6006,6 +6147,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6006
6147
|
} | {
|
|
6007
6148
|
content: string;
|
|
6008
6149
|
role: import("./message").MessageRole.Info;
|
|
6150
|
+
createdAt?: string;
|
|
6009
6151
|
id?: string;
|
|
6010
6152
|
messageId?: string;
|
|
6011
6153
|
name?: string;
|
|
@@ -6014,6 +6156,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6014
6156
|
} | {
|
|
6015
6157
|
content: string;
|
|
6016
6158
|
role: import("./message").MessageRole.Pause;
|
|
6159
|
+
createdAt?: string;
|
|
6017
6160
|
id?: string;
|
|
6018
6161
|
messageId?: string;
|
|
6019
6162
|
name?: string;
|
|
@@ -6022,6 +6165,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6022
6165
|
} | {
|
|
6023
6166
|
content: string;
|
|
6024
6167
|
role: import("./message").MessageRole.Placeholder;
|
|
6168
|
+
createdAt?: string;
|
|
6025
6169
|
id?: string;
|
|
6026
6170
|
messageId?: string;
|
|
6027
6171
|
name?: string;
|
|
@@ -6031,6 +6175,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6031
6175
|
content: string[];
|
|
6032
6176
|
duration?: number;
|
|
6033
6177
|
role: import("./message").MessageRole.Reasoning;
|
|
6178
|
+
createdAt?: string;
|
|
6034
6179
|
id?: string;
|
|
6035
6180
|
messageId?: string;
|
|
6036
6181
|
name?: string;
|
|
@@ -6039,6 +6184,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6039
6184
|
} | {
|
|
6040
6185
|
content: string;
|
|
6041
6186
|
role: import("./message").MessageRole.System;
|
|
6187
|
+
createdAt?: string;
|
|
6042
6188
|
id?: string;
|
|
6043
6189
|
messageId?: string;
|
|
6044
6190
|
name?: string;
|
|
@@ -6047,6 +6193,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6047
6193
|
} | {
|
|
6048
6194
|
content: string;
|
|
6049
6195
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
6196
|
+
createdAt?: string;
|
|
6050
6197
|
id?: string;
|
|
6051
6198
|
messageId?: string;
|
|
6052
6199
|
name?: string;
|
|
@@ -6055,6 +6202,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6055
6202
|
} | {
|
|
6056
6203
|
content: string;
|
|
6057
6204
|
role: import("./message").MessageRole.TemplateGuide;
|
|
6205
|
+
createdAt?: string;
|
|
6058
6206
|
id?: string;
|
|
6059
6207
|
messageId?: string;
|
|
6060
6208
|
name?: string;
|
|
@@ -6063,6 +6211,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6063
6211
|
} | {
|
|
6064
6212
|
content: string;
|
|
6065
6213
|
role: import("./message").MessageRole.TemplateHidden;
|
|
6214
|
+
createdAt?: string;
|
|
6066
6215
|
id?: string;
|
|
6067
6216
|
messageId?: string;
|
|
6068
6217
|
name?: string;
|
|
@@ -6071,6 +6220,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6071
6220
|
} | {
|
|
6072
6221
|
content: string;
|
|
6073
6222
|
role: import("./message").MessageRole.TemplateSystem;
|
|
6223
|
+
createdAt?: string;
|
|
6074
6224
|
id?: string;
|
|
6075
6225
|
messageId?: string;
|
|
6076
6226
|
name?: string;
|
|
@@ -6079,6 +6229,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6079
6229
|
} | {
|
|
6080
6230
|
content: string;
|
|
6081
6231
|
role: import("./message").MessageRole.TemplateUser;
|
|
6232
|
+
createdAt?: string;
|
|
6082
6233
|
id?: string;
|
|
6083
6234
|
messageId?: string;
|
|
6084
6235
|
name?: string;
|
|
@@ -6090,6 +6241,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6090
6241
|
error?: string;
|
|
6091
6242
|
role: import("./message").MessageRole.Tool;
|
|
6092
6243
|
toolCallId: string;
|
|
6244
|
+
createdAt?: string;
|
|
6093
6245
|
id?: string;
|
|
6094
6246
|
messageId?: string;
|
|
6095
6247
|
name?: string;
|
|
@@ -6133,6 +6285,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6133
6285
|
};
|
|
6134
6286
|
};
|
|
6135
6287
|
role: import("./message").MessageRole.User;
|
|
6288
|
+
createdAt?: string;
|
|
6136
6289
|
id?: string;
|
|
6137
6290
|
messageId?: string;
|
|
6138
6291
|
name?: string;
|
|
@@ -6763,6 +6916,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6763
6916
|
timestamp?: number;
|
|
6764
6917
|
};
|
|
6765
6918
|
role: import("./message").MessageRole.Interrupt;
|
|
6919
|
+
createdAt?: string;
|
|
6766
6920
|
id?: string;
|
|
6767
6921
|
messageId?: string;
|
|
6768
6922
|
name?: string;
|
|
@@ -6828,6 +6982,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6828
6982
|
};
|
|
6829
6983
|
};
|
|
6830
6984
|
role: import("./message").MessageRole.Activity;
|
|
6985
|
+
createdAt?: string;
|
|
6831
6986
|
id?: string;
|
|
6832
6987
|
messageId?: string;
|
|
6833
6988
|
name?: string;
|
|
@@ -6871,6 +7026,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6871
7026
|
id: string;
|
|
6872
7027
|
type: import("./message").MessageType.Function;
|
|
6873
7028
|
}[];
|
|
7029
|
+
createdAt?: string;
|
|
6874
7030
|
id?: string;
|
|
6875
7031
|
messageId?: string;
|
|
6876
7032
|
name?: string;
|
|
@@ -6879,6 +7035,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6879
7035
|
} | {
|
|
6880
7036
|
content: string;
|
|
6881
7037
|
role: import("./message").MessageRole.Developer;
|
|
7038
|
+
createdAt?: string;
|
|
6882
7039
|
id?: string;
|
|
6883
7040
|
messageId?: string;
|
|
6884
7041
|
name?: string;
|
|
@@ -6887,6 +7044,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6887
7044
|
} | {
|
|
6888
7045
|
content: string;
|
|
6889
7046
|
role: import("./message").MessageRole.Guide;
|
|
7047
|
+
createdAt?: string;
|
|
6890
7048
|
id?: string;
|
|
6891
7049
|
messageId?: string;
|
|
6892
7050
|
name?: string;
|
|
@@ -6895,6 +7053,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6895
7053
|
} | {
|
|
6896
7054
|
content: string;
|
|
6897
7055
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
7056
|
+
createdAt?: string;
|
|
6898
7057
|
id?: string;
|
|
6899
7058
|
messageId?: string;
|
|
6900
7059
|
name?: string;
|
|
@@ -6903,6 +7062,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6903
7062
|
} | {
|
|
6904
7063
|
content: string;
|
|
6905
7064
|
role: import("./message").MessageRole.HiddenGuide;
|
|
7065
|
+
createdAt?: string;
|
|
6906
7066
|
id?: string;
|
|
6907
7067
|
messageId?: string;
|
|
6908
7068
|
name?: string;
|
|
@@ -6911,6 +7071,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6911
7071
|
} | {
|
|
6912
7072
|
content: string;
|
|
6913
7073
|
role: import("./message").MessageRole.Hidden;
|
|
7074
|
+
createdAt?: string;
|
|
6914
7075
|
id?: string;
|
|
6915
7076
|
messageId?: string;
|
|
6916
7077
|
name?: string;
|
|
@@ -6919,6 +7080,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6919
7080
|
} | {
|
|
6920
7081
|
content: string;
|
|
6921
7082
|
role: import("./message").MessageRole.HiddenSystem;
|
|
7083
|
+
createdAt?: string;
|
|
6922
7084
|
id?: string;
|
|
6923
7085
|
messageId?: string;
|
|
6924
7086
|
name?: string;
|
|
@@ -6927,6 +7089,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6927
7089
|
} | {
|
|
6928
7090
|
content: string;
|
|
6929
7091
|
role: import("./message").MessageRole.HiddenUser;
|
|
7092
|
+
createdAt?: string;
|
|
6930
7093
|
id?: string;
|
|
6931
7094
|
messageId?: string;
|
|
6932
7095
|
name?: string;
|
|
@@ -6935,6 +7098,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6935
7098
|
} | {
|
|
6936
7099
|
content: string;
|
|
6937
7100
|
role: import("./message").MessageRole.Info;
|
|
7101
|
+
createdAt?: string;
|
|
6938
7102
|
id?: string;
|
|
6939
7103
|
messageId?: string;
|
|
6940
7104
|
name?: string;
|
|
@@ -6943,6 +7107,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6943
7107
|
} | {
|
|
6944
7108
|
content: string;
|
|
6945
7109
|
role: import("./message").MessageRole.Pause;
|
|
7110
|
+
createdAt?: string;
|
|
6946
7111
|
id?: string;
|
|
6947
7112
|
messageId?: string;
|
|
6948
7113
|
name?: string;
|
|
@@ -6951,6 +7116,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6951
7116
|
} | {
|
|
6952
7117
|
content: string;
|
|
6953
7118
|
role: import("./message").MessageRole.Placeholder;
|
|
7119
|
+
createdAt?: string;
|
|
6954
7120
|
id?: string;
|
|
6955
7121
|
messageId?: string;
|
|
6956
7122
|
name?: string;
|
|
@@ -6960,6 +7126,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6960
7126
|
content: string[];
|
|
6961
7127
|
duration?: number;
|
|
6962
7128
|
role: import("./message").MessageRole.Reasoning;
|
|
7129
|
+
createdAt?: string;
|
|
6963
7130
|
id?: string;
|
|
6964
7131
|
messageId?: string;
|
|
6965
7132
|
name?: string;
|
|
@@ -6968,6 +7135,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6968
7135
|
} | {
|
|
6969
7136
|
content: string;
|
|
6970
7137
|
role: import("./message").MessageRole.System;
|
|
7138
|
+
createdAt?: string;
|
|
6971
7139
|
id?: string;
|
|
6972
7140
|
messageId?: string;
|
|
6973
7141
|
name?: string;
|
|
@@ -6976,6 +7144,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6976
7144
|
} | {
|
|
6977
7145
|
content: string;
|
|
6978
7146
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
7147
|
+
createdAt?: string;
|
|
6979
7148
|
id?: string;
|
|
6980
7149
|
messageId?: string;
|
|
6981
7150
|
name?: string;
|
|
@@ -6984,6 +7153,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6984
7153
|
} | {
|
|
6985
7154
|
content: string;
|
|
6986
7155
|
role: import("./message").MessageRole.TemplateGuide;
|
|
7156
|
+
createdAt?: string;
|
|
6987
7157
|
id?: string;
|
|
6988
7158
|
messageId?: string;
|
|
6989
7159
|
name?: string;
|
|
@@ -6992,6 +7162,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
6992
7162
|
} | {
|
|
6993
7163
|
content: string;
|
|
6994
7164
|
role: import("./message").MessageRole.TemplateHidden;
|
|
7165
|
+
createdAt?: string;
|
|
6995
7166
|
id?: string;
|
|
6996
7167
|
messageId?: string;
|
|
6997
7168
|
name?: string;
|
|
@@ -7000,6 +7171,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7000
7171
|
} | {
|
|
7001
7172
|
content: string;
|
|
7002
7173
|
role: import("./message").MessageRole.TemplateSystem;
|
|
7174
|
+
createdAt?: string;
|
|
7003
7175
|
id?: string;
|
|
7004
7176
|
messageId?: string;
|
|
7005
7177
|
name?: string;
|
|
@@ -7008,6 +7180,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7008
7180
|
} | {
|
|
7009
7181
|
content: string;
|
|
7010
7182
|
role: import("./message").MessageRole.TemplateUser;
|
|
7183
|
+
createdAt?: string;
|
|
7011
7184
|
id?: string;
|
|
7012
7185
|
messageId?: string;
|
|
7013
7186
|
name?: string;
|
|
@@ -7019,6 +7192,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7019
7192
|
error?: string;
|
|
7020
7193
|
role: import("./message").MessageRole.Tool;
|
|
7021
7194
|
toolCallId: string;
|
|
7195
|
+
createdAt?: string;
|
|
7022
7196
|
id?: string;
|
|
7023
7197
|
messageId?: string;
|
|
7024
7198
|
name?: string;
|
|
@@ -7062,6 +7236,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7062
7236
|
};
|
|
7063
7237
|
};
|
|
7064
7238
|
role: import("./message").MessageRole.User;
|
|
7239
|
+
createdAt?: string;
|
|
7065
7240
|
id?: string;
|
|
7066
7241
|
messageId?: string;
|
|
7067
7242
|
name?: string;
|
|
@@ -7692,6 +7867,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7692
7867
|
timestamp?: number;
|
|
7693
7868
|
};
|
|
7694
7869
|
role: import("./message").MessageRole.Interrupt;
|
|
7870
|
+
createdAt?: string;
|
|
7695
7871
|
id?: string;
|
|
7696
7872
|
messageId?: string;
|
|
7697
7873
|
name?: string;
|
|
@@ -7778,6 +7954,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7778
7954
|
};
|
|
7779
7955
|
};
|
|
7780
7956
|
role: import("./message").MessageRole.Activity;
|
|
7957
|
+
createdAt?: string;
|
|
7781
7958
|
id?: string;
|
|
7782
7959
|
messageId?: string;
|
|
7783
7960
|
name?: string;
|
|
@@ -7821,6 +7998,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7821
7998
|
id: string;
|
|
7822
7999
|
type: import("./message").MessageType.Function;
|
|
7823
8000
|
}[];
|
|
8001
|
+
createdAt?: string;
|
|
7824
8002
|
id?: string;
|
|
7825
8003
|
messageId?: string;
|
|
7826
8004
|
name?: string;
|
|
@@ -7829,6 +8007,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7829
8007
|
} | {
|
|
7830
8008
|
content: string;
|
|
7831
8009
|
role: import("./message").MessageRole.Developer;
|
|
8010
|
+
createdAt?: string;
|
|
7832
8011
|
id?: string;
|
|
7833
8012
|
messageId?: string;
|
|
7834
8013
|
name?: string;
|
|
@@ -7837,6 +8016,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7837
8016
|
} | {
|
|
7838
8017
|
content: string;
|
|
7839
8018
|
role: import("./message").MessageRole.Guide;
|
|
8019
|
+
createdAt?: string;
|
|
7840
8020
|
id?: string;
|
|
7841
8021
|
messageId?: string;
|
|
7842
8022
|
name?: string;
|
|
@@ -7845,6 +8025,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7845
8025
|
} | {
|
|
7846
8026
|
content: string;
|
|
7847
8027
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
8028
|
+
createdAt?: string;
|
|
7848
8029
|
id?: string;
|
|
7849
8030
|
messageId?: string;
|
|
7850
8031
|
name?: string;
|
|
@@ -7853,6 +8034,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7853
8034
|
} | {
|
|
7854
8035
|
content: string;
|
|
7855
8036
|
role: import("./message").MessageRole.HiddenGuide;
|
|
8037
|
+
createdAt?: string;
|
|
7856
8038
|
id?: string;
|
|
7857
8039
|
messageId?: string;
|
|
7858
8040
|
name?: string;
|
|
@@ -7861,6 +8043,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7861
8043
|
} | {
|
|
7862
8044
|
content: string;
|
|
7863
8045
|
role: import("./message").MessageRole.Hidden;
|
|
8046
|
+
createdAt?: string;
|
|
7864
8047
|
id?: string;
|
|
7865
8048
|
messageId?: string;
|
|
7866
8049
|
name?: string;
|
|
@@ -7869,6 +8052,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7869
8052
|
} | {
|
|
7870
8053
|
content: string;
|
|
7871
8054
|
role: import("./message").MessageRole.HiddenSystem;
|
|
8055
|
+
createdAt?: string;
|
|
7872
8056
|
id?: string;
|
|
7873
8057
|
messageId?: string;
|
|
7874
8058
|
name?: string;
|
|
@@ -7877,6 +8061,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7877
8061
|
} | {
|
|
7878
8062
|
content: string;
|
|
7879
8063
|
role: import("./message").MessageRole.HiddenUser;
|
|
8064
|
+
createdAt?: string;
|
|
7880
8065
|
id?: string;
|
|
7881
8066
|
messageId?: string;
|
|
7882
8067
|
name?: string;
|
|
@@ -7885,6 +8070,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7885
8070
|
} | {
|
|
7886
8071
|
content: string;
|
|
7887
8072
|
role: import("./message").MessageRole.Info;
|
|
8073
|
+
createdAt?: string;
|
|
7888
8074
|
id?: string;
|
|
7889
8075
|
messageId?: string;
|
|
7890
8076
|
name?: string;
|
|
@@ -7893,6 +8079,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7893
8079
|
} | {
|
|
7894
8080
|
content: string;
|
|
7895
8081
|
role: import("./message").MessageRole.Pause;
|
|
8082
|
+
createdAt?: string;
|
|
7896
8083
|
id?: string;
|
|
7897
8084
|
messageId?: string;
|
|
7898
8085
|
name?: string;
|
|
@@ -7901,6 +8088,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7901
8088
|
} | {
|
|
7902
8089
|
content: string;
|
|
7903
8090
|
role: import("./message").MessageRole.Placeholder;
|
|
8091
|
+
createdAt?: string;
|
|
7904
8092
|
id?: string;
|
|
7905
8093
|
messageId?: string;
|
|
7906
8094
|
name?: string;
|
|
@@ -7910,6 +8098,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7910
8098
|
content: string[];
|
|
7911
8099
|
duration?: number;
|
|
7912
8100
|
role: import("./message").MessageRole.Reasoning;
|
|
8101
|
+
createdAt?: string;
|
|
7913
8102
|
id?: string;
|
|
7914
8103
|
messageId?: string;
|
|
7915
8104
|
name?: string;
|
|
@@ -7918,6 +8107,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7918
8107
|
} | {
|
|
7919
8108
|
content: string;
|
|
7920
8109
|
role: import("./message").MessageRole.System;
|
|
8110
|
+
createdAt?: string;
|
|
7921
8111
|
id?: string;
|
|
7922
8112
|
messageId?: string;
|
|
7923
8113
|
name?: string;
|
|
@@ -7926,6 +8116,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7926
8116
|
} | {
|
|
7927
8117
|
content: string;
|
|
7928
8118
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
8119
|
+
createdAt?: string;
|
|
7929
8120
|
id?: string;
|
|
7930
8121
|
messageId?: string;
|
|
7931
8122
|
name?: string;
|
|
@@ -7934,6 +8125,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7934
8125
|
} | {
|
|
7935
8126
|
content: string;
|
|
7936
8127
|
role: import("./message").MessageRole.TemplateGuide;
|
|
8128
|
+
createdAt?: string;
|
|
7937
8129
|
id?: string;
|
|
7938
8130
|
messageId?: string;
|
|
7939
8131
|
name?: string;
|
|
@@ -7942,6 +8134,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7942
8134
|
} | {
|
|
7943
8135
|
content: string;
|
|
7944
8136
|
role: import("./message").MessageRole.TemplateHidden;
|
|
8137
|
+
createdAt?: string;
|
|
7945
8138
|
id?: string;
|
|
7946
8139
|
messageId?: string;
|
|
7947
8140
|
name?: string;
|
|
@@ -7950,6 +8143,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7950
8143
|
} | {
|
|
7951
8144
|
content: string;
|
|
7952
8145
|
role: import("./message").MessageRole.TemplateSystem;
|
|
8146
|
+
createdAt?: string;
|
|
7953
8147
|
id?: string;
|
|
7954
8148
|
messageId?: string;
|
|
7955
8149
|
name?: string;
|
|
@@ -7958,6 +8152,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7958
8152
|
} | {
|
|
7959
8153
|
content: string;
|
|
7960
8154
|
role: import("./message").MessageRole.TemplateUser;
|
|
8155
|
+
createdAt?: string;
|
|
7961
8156
|
id?: string;
|
|
7962
8157
|
messageId?: string;
|
|
7963
8158
|
name?: string;
|
|
@@ -7969,6 +8164,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
7969
8164
|
error?: string;
|
|
7970
8165
|
role: import("./message").MessageRole.Tool;
|
|
7971
8166
|
toolCallId: string;
|
|
8167
|
+
createdAt?: string;
|
|
7972
8168
|
id?: string;
|
|
7973
8169
|
messageId?: string;
|
|
7974
8170
|
name?: string;
|
|
@@ -8012,6 +8208,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8012
8208
|
};
|
|
8013
8209
|
};
|
|
8014
8210
|
role: import("./message").MessageRole.User;
|
|
8211
|
+
createdAt?: string;
|
|
8015
8212
|
id?: string;
|
|
8016
8213
|
messageId?: string;
|
|
8017
8214
|
name?: string;
|
|
@@ -8642,6 +8839,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8642
8839
|
timestamp?: number;
|
|
8643
8840
|
};
|
|
8644
8841
|
role: import("./message").MessageRole.Interrupt;
|
|
8842
|
+
createdAt?: string;
|
|
8645
8843
|
id?: string;
|
|
8646
8844
|
messageId?: string;
|
|
8647
8845
|
name?: string;
|
|
@@ -8707,6 +8905,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8707
8905
|
};
|
|
8708
8906
|
};
|
|
8709
8907
|
role: import("./message").MessageRole.Activity;
|
|
8908
|
+
createdAt?: string;
|
|
8710
8909
|
id?: string;
|
|
8711
8910
|
messageId?: string;
|
|
8712
8911
|
name?: string;
|
|
@@ -8750,6 +8949,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8750
8949
|
id: string;
|
|
8751
8950
|
type: import("./message").MessageType.Function;
|
|
8752
8951
|
}[];
|
|
8952
|
+
createdAt?: string;
|
|
8753
8953
|
id?: string;
|
|
8754
8954
|
messageId?: string;
|
|
8755
8955
|
name?: string;
|
|
@@ -8758,6 +8958,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8758
8958
|
} | {
|
|
8759
8959
|
content: string;
|
|
8760
8960
|
role: import("./message").MessageRole.Developer;
|
|
8961
|
+
createdAt?: string;
|
|
8761
8962
|
id?: string;
|
|
8762
8963
|
messageId?: string;
|
|
8763
8964
|
name?: string;
|
|
@@ -8766,6 +8967,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8766
8967
|
} | {
|
|
8767
8968
|
content: string;
|
|
8768
8969
|
role: import("./message").MessageRole.Guide;
|
|
8970
|
+
createdAt?: string;
|
|
8769
8971
|
id?: string;
|
|
8770
8972
|
messageId?: string;
|
|
8771
8973
|
name?: string;
|
|
@@ -8774,6 +8976,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8774
8976
|
} | {
|
|
8775
8977
|
content: string;
|
|
8776
8978
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
8979
|
+
createdAt?: string;
|
|
8777
8980
|
id?: string;
|
|
8778
8981
|
messageId?: string;
|
|
8779
8982
|
name?: string;
|
|
@@ -8782,6 +8985,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8782
8985
|
} | {
|
|
8783
8986
|
content: string;
|
|
8784
8987
|
role: import("./message").MessageRole.HiddenGuide;
|
|
8988
|
+
createdAt?: string;
|
|
8785
8989
|
id?: string;
|
|
8786
8990
|
messageId?: string;
|
|
8787
8991
|
name?: string;
|
|
@@ -8790,6 +8994,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8790
8994
|
} | {
|
|
8791
8995
|
content: string;
|
|
8792
8996
|
role: import("./message").MessageRole.Hidden;
|
|
8997
|
+
createdAt?: string;
|
|
8793
8998
|
id?: string;
|
|
8794
8999
|
messageId?: string;
|
|
8795
9000
|
name?: string;
|
|
@@ -8798,6 +9003,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8798
9003
|
} | {
|
|
8799
9004
|
content: string;
|
|
8800
9005
|
role: import("./message").MessageRole.HiddenSystem;
|
|
9006
|
+
createdAt?: string;
|
|
8801
9007
|
id?: string;
|
|
8802
9008
|
messageId?: string;
|
|
8803
9009
|
name?: string;
|
|
@@ -8806,6 +9012,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8806
9012
|
} | {
|
|
8807
9013
|
content: string;
|
|
8808
9014
|
role: import("./message").MessageRole.HiddenUser;
|
|
9015
|
+
createdAt?: string;
|
|
8809
9016
|
id?: string;
|
|
8810
9017
|
messageId?: string;
|
|
8811
9018
|
name?: string;
|
|
@@ -8814,6 +9021,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8814
9021
|
} | {
|
|
8815
9022
|
content: string;
|
|
8816
9023
|
role: import("./message").MessageRole.Info;
|
|
9024
|
+
createdAt?: string;
|
|
8817
9025
|
id?: string;
|
|
8818
9026
|
messageId?: string;
|
|
8819
9027
|
name?: string;
|
|
@@ -8822,6 +9030,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8822
9030
|
} | {
|
|
8823
9031
|
content: string;
|
|
8824
9032
|
role: import("./message").MessageRole.Pause;
|
|
9033
|
+
createdAt?: string;
|
|
8825
9034
|
id?: string;
|
|
8826
9035
|
messageId?: string;
|
|
8827
9036
|
name?: string;
|
|
@@ -8830,6 +9039,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8830
9039
|
} | {
|
|
8831
9040
|
content: string;
|
|
8832
9041
|
role: import("./message").MessageRole.Placeholder;
|
|
9042
|
+
createdAt?: string;
|
|
8833
9043
|
id?: string;
|
|
8834
9044
|
messageId?: string;
|
|
8835
9045
|
name?: string;
|
|
@@ -8839,6 +9049,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8839
9049
|
content: string[];
|
|
8840
9050
|
duration?: number;
|
|
8841
9051
|
role: import("./message").MessageRole.Reasoning;
|
|
9052
|
+
createdAt?: string;
|
|
8842
9053
|
id?: string;
|
|
8843
9054
|
messageId?: string;
|
|
8844
9055
|
name?: string;
|
|
@@ -8847,6 +9058,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8847
9058
|
} | {
|
|
8848
9059
|
content: string;
|
|
8849
9060
|
role: import("./message").MessageRole.System;
|
|
9061
|
+
createdAt?: string;
|
|
8850
9062
|
id?: string;
|
|
8851
9063
|
messageId?: string;
|
|
8852
9064
|
name?: string;
|
|
@@ -8855,6 +9067,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8855
9067
|
} | {
|
|
8856
9068
|
content: string;
|
|
8857
9069
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
9070
|
+
createdAt?: string;
|
|
8858
9071
|
id?: string;
|
|
8859
9072
|
messageId?: string;
|
|
8860
9073
|
name?: string;
|
|
@@ -8863,6 +9076,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8863
9076
|
} | {
|
|
8864
9077
|
content: string;
|
|
8865
9078
|
role: import("./message").MessageRole.TemplateGuide;
|
|
9079
|
+
createdAt?: string;
|
|
8866
9080
|
id?: string;
|
|
8867
9081
|
messageId?: string;
|
|
8868
9082
|
name?: string;
|
|
@@ -8871,6 +9085,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8871
9085
|
} | {
|
|
8872
9086
|
content: string;
|
|
8873
9087
|
role: import("./message").MessageRole.TemplateHidden;
|
|
9088
|
+
createdAt?: string;
|
|
8874
9089
|
id?: string;
|
|
8875
9090
|
messageId?: string;
|
|
8876
9091
|
name?: string;
|
|
@@ -8879,6 +9094,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8879
9094
|
} | {
|
|
8880
9095
|
content: string;
|
|
8881
9096
|
role: import("./message").MessageRole.TemplateSystem;
|
|
9097
|
+
createdAt?: string;
|
|
8882
9098
|
id?: string;
|
|
8883
9099
|
messageId?: string;
|
|
8884
9100
|
name?: string;
|
|
@@ -8887,6 +9103,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8887
9103
|
} | {
|
|
8888
9104
|
content: string;
|
|
8889
9105
|
role: import("./message").MessageRole.TemplateUser;
|
|
9106
|
+
createdAt?: string;
|
|
8890
9107
|
id?: string;
|
|
8891
9108
|
messageId?: string;
|
|
8892
9109
|
name?: string;
|
|
@@ -8898,6 +9115,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8898
9115
|
error?: string;
|
|
8899
9116
|
role: import("./message").MessageRole.Tool;
|
|
8900
9117
|
toolCallId: string;
|
|
9118
|
+
createdAt?: string;
|
|
8901
9119
|
id?: string;
|
|
8902
9120
|
messageId?: string;
|
|
8903
9121
|
name?: string;
|
|
@@ -8941,6 +9159,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
8941
9159
|
};
|
|
8942
9160
|
};
|
|
8943
9161
|
role: import("./message").MessageRole.User;
|
|
9162
|
+
createdAt?: string;
|
|
8944
9163
|
id?: string;
|
|
8945
9164
|
messageId?: string;
|
|
8946
9165
|
name?: string;
|
|
@@ -9571,6 +9790,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9571
9790
|
timestamp?: number;
|
|
9572
9791
|
};
|
|
9573
9792
|
role: import("./message").MessageRole.Interrupt;
|
|
9793
|
+
createdAt?: string;
|
|
9574
9794
|
id?: string;
|
|
9575
9795
|
messageId?: string;
|
|
9576
9796
|
name?: string;
|
|
@@ -9681,6 +9901,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9681
9901
|
};
|
|
9682
9902
|
};
|
|
9683
9903
|
role: import("./message").MessageRole.Activity;
|
|
9904
|
+
createdAt?: string;
|
|
9684
9905
|
id?: string;
|
|
9685
9906
|
messageId?: string;
|
|
9686
9907
|
name?: string;
|
|
@@ -9724,6 +9945,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9724
9945
|
id: string;
|
|
9725
9946
|
type: import("./message").MessageType.Function;
|
|
9726
9947
|
}[];
|
|
9948
|
+
createdAt?: string;
|
|
9727
9949
|
id?: string;
|
|
9728
9950
|
messageId?: string;
|
|
9729
9951
|
name?: string;
|
|
@@ -9732,6 +9954,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9732
9954
|
} | {
|
|
9733
9955
|
content: string;
|
|
9734
9956
|
role: import("./message").MessageRole.Developer;
|
|
9957
|
+
createdAt?: string;
|
|
9735
9958
|
id?: string;
|
|
9736
9959
|
messageId?: string;
|
|
9737
9960
|
name?: string;
|
|
@@ -9740,6 +9963,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9740
9963
|
} | {
|
|
9741
9964
|
content: string;
|
|
9742
9965
|
role: import("./message").MessageRole.Guide;
|
|
9966
|
+
createdAt?: string;
|
|
9743
9967
|
id?: string;
|
|
9744
9968
|
messageId?: string;
|
|
9745
9969
|
name?: string;
|
|
@@ -9748,6 +9972,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9748
9972
|
} | {
|
|
9749
9973
|
content: string;
|
|
9750
9974
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
9975
|
+
createdAt?: string;
|
|
9751
9976
|
id?: string;
|
|
9752
9977
|
messageId?: string;
|
|
9753
9978
|
name?: string;
|
|
@@ -9756,6 +9981,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9756
9981
|
} | {
|
|
9757
9982
|
content: string;
|
|
9758
9983
|
role: import("./message").MessageRole.HiddenGuide;
|
|
9984
|
+
createdAt?: string;
|
|
9759
9985
|
id?: string;
|
|
9760
9986
|
messageId?: string;
|
|
9761
9987
|
name?: string;
|
|
@@ -9764,6 +9990,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9764
9990
|
} | {
|
|
9765
9991
|
content: string;
|
|
9766
9992
|
role: import("./message").MessageRole.Hidden;
|
|
9993
|
+
createdAt?: string;
|
|
9767
9994
|
id?: string;
|
|
9768
9995
|
messageId?: string;
|
|
9769
9996
|
name?: string;
|
|
@@ -9772,6 +9999,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9772
9999
|
} | {
|
|
9773
10000
|
content: string;
|
|
9774
10001
|
role: import("./message").MessageRole.HiddenSystem;
|
|
10002
|
+
createdAt?: string;
|
|
9775
10003
|
id?: string;
|
|
9776
10004
|
messageId?: string;
|
|
9777
10005
|
name?: string;
|
|
@@ -9780,6 +10008,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9780
10008
|
} | {
|
|
9781
10009
|
content: string;
|
|
9782
10010
|
role: import("./message").MessageRole.HiddenUser;
|
|
10011
|
+
createdAt?: string;
|
|
9783
10012
|
id?: string;
|
|
9784
10013
|
messageId?: string;
|
|
9785
10014
|
name?: string;
|
|
@@ -9788,6 +10017,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9788
10017
|
} | {
|
|
9789
10018
|
content: string;
|
|
9790
10019
|
role: import("./message").MessageRole.Info;
|
|
10020
|
+
createdAt?: string;
|
|
9791
10021
|
id?: string;
|
|
9792
10022
|
messageId?: string;
|
|
9793
10023
|
name?: string;
|
|
@@ -9796,6 +10026,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9796
10026
|
} | {
|
|
9797
10027
|
content: string;
|
|
9798
10028
|
role: import("./message").MessageRole.Pause;
|
|
10029
|
+
createdAt?: string;
|
|
9799
10030
|
id?: string;
|
|
9800
10031
|
messageId?: string;
|
|
9801
10032
|
name?: string;
|
|
@@ -9804,6 +10035,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9804
10035
|
} | {
|
|
9805
10036
|
content: string;
|
|
9806
10037
|
role: import("./message").MessageRole.Placeholder;
|
|
10038
|
+
createdAt?: string;
|
|
9807
10039
|
id?: string;
|
|
9808
10040
|
messageId?: string;
|
|
9809
10041
|
name?: string;
|
|
@@ -9813,6 +10045,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9813
10045
|
content: string[];
|
|
9814
10046
|
duration?: number;
|
|
9815
10047
|
role: import("./message").MessageRole.Reasoning;
|
|
10048
|
+
createdAt?: string;
|
|
9816
10049
|
id?: string;
|
|
9817
10050
|
messageId?: string;
|
|
9818
10051
|
name?: string;
|
|
@@ -9821,6 +10054,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9821
10054
|
} | {
|
|
9822
10055
|
content: string;
|
|
9823
10056
|
role: import("./message").MessageRole.System;
|
|
10057
|
+
createdAt?: string;
|
|
9824
10058
|
id?: string;
|
|
9825
10059
|
messageId?: string;
|
|
9826
10060
|
name?: string;
|
|
@@ -9829,6 +10063,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9829
10063
|
} | {
|
|
9830
10064
|
content: string;
|
|
9831
10065
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
10066
|
+
createdAt?: string;
|
|
9832
10067
|
id?: string;
|
|
9833
10068
|
messageId?: string;
|
|
9834
10069
|
name?: string;
|
|
@@ -9837,6 +10072,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9837
10072
|
} | {
|
|
9838
10073
|
content: string;
|
|
9839
10074
|
role: import("./message").MessageRole.TemplateGuide;
|
|
10075
|
+
createdAt?: string;
|
|
9840
10076
|
id?: string;
|
|
9841
10077
|
messageId?: string;
|
|
9842
10078
|
name?: string;
|
|
@@ -9845,6 +10081,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9845
10081
|
} | {
|
|
9846
10082
|
content: string;
|
|
9847
10083
|
role: import("./message").MessageRole.TemplateHidden;
|
|
10084
|
+
createdAt?: string;
|
|
9848
10085
|
id?: string;
|
|
9849
10086
|
messageId?: string;
|
|
9850
10087
|
name?: string;
|
|
@@ -9853,6 +10090,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9853
10090
|
} | {
|
|
9854
10091
|
content: string;
|
|
9855
10092
|
role: import("./message").MessageRole.TemplateSystem;
|
|
10093
|
+
createdAt?: string;
|
|
9856
10094
|
id?: string;
|
|
9857
10095
|
messageId?: string;
|
|
9858
10096
|
name?: string;
|
|
@@ -9861,6 +10099,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9861
10099
|
} | {
|
|
9862
10100
|
content: string;
|
|
9863
10101
|
role: import("./message").MessageRole.TemplateUser;
|
|
10102
|
+
createdAt?: string;
|
|
9864
10103
|
id?: string;
|
|
9865
10104
|
messageId?: string;
|
|
9866
10105
|
name?: string;
|
|
@@ -9872,6 +10111,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9872
10111
|
error?: string;
|
|
9873
10112
|
role: import("./message").MessageRole.Tool;
|
|
9874
10113
|
toolCallId: string;
|
|
10114
|
+
createdAt?: string;
|
|
9875
10115
|
id?: string;
|
|
9876
10116
|
messageId?: string;
|
|
9877
10117
|
name?: string;
|
|
@@ -9915,6 +10155,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
9915
10155
|
};
|
|
9916
10156
|
};
|
|
9917
10157
|
role: import("./message").MessageRole.User;
|
|
10158
|
+
createdAt?: string;
|
|
9918
10159
|
id?: string;
|
|
9919
10160
|
messageId?: string;
|
|
9920
10161
|
name?: string;
|
|
@@ -10545,6 +10786,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10545
10786
|
timestamp?: number;
|
|
10546
10787
|
};
|
|
10547
10788
|
role: import("./message").MessageRole.Interrupt;
|
|
10789
|
+
createdAt?: string;
|
|
10548
10790
|
id?: string;
|
|
10549
10791
|
messageId?: string;
|
|
10550
10792
|
name?: string;
|
|
@@ -10607,6 +10849,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10607
10849
|
};
|
|
10608
10850
|
};
|
|
10609
10851
|
role: import("./message").MessageRole.Activity;
|
|
10852
|
+
createdAt?: string;
|
|
10610
10853
|
id?: string;
|
|
10611
10854
|
messageId?: string;
|
|
10612
10855
|
name?: string;
|
|
@@ -10650,6 +10893,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10650
10893
|
id: string;
|
|
10651
10894
|
type: import("./message").MessageType.Function;
|
|
10652
10895
|
}[];
|
|
10896
|
+
createdAt?: string;
|
|
10653
10897
|
id?: string;
|
|
10654
10898
|
messageId?: string;
|
|
10655
10899
|
name?: string;
|
|
@@ -10658,6 +10902,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10658
10902
|
} | {
|
|
10659
10903
|
content: string;
|
|
10660
10904
|
role: import("./message").MessageRole.Developer;
|
|
10905
|
+
createdAt?: string;
|
|
10661
10906
|
id?: string;
|
|
10662
10907
|
messageId?: string;
|
|
10663
10908
|
name?: string;
|
|
@@ -10666,6 +10911,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10666
10911
|
} | {
|
|
10667
10912
|
content: string;
|
|
10668
10913
|
role: import("./message").MessageRole.Guide;
|
|
10914
|
+
createdAt?: string;
|
|
10669
10915
|
id?: string;
|
|
10670
10916
|
messageId?: string;
|
|
10671
10917
|
name?: string;
|
|
@@ -10674,6 +10920,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10674
10920
|
} | {
|
|
10675
10921
|
content: string;
|
|
10676
10922
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
10923
|
+
createdAt?: string;
|
|
10677
10924
|
id?: string;
|
|
10678
10925
|
messageId?: string;
|
|
10679
10926
|
name?: string;
|
|
@@ -10682,6 +10929,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10682
10929
|
} | {
|
|
10683
10930
|
content: string;
|
|
10684
10931
|
role: import("./message").MessageRole.HiddenGuide;
|
|
10932
|
+
createdAt?: string;
|
|
10685
10933
|
id?: string;
|
|
10686
10934
|
messageId?: string;
|
|
10687
10935
|
name?: string;
|
|
@@ -10690,6 +10938,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10690
10938
|
} | {
|
|
10691
10939
|
content: string;
|
|
10692
10940
|
role: import("./message").MessageRole.Hidden;
|
|
10941
|
+
createdAt?: string;
|
|
10693
10942
|
id?: string;
|
|
10694
10943
|
messageId?: string;
|
|
10695
10944
|
name?: string;
|
|
@@ -10698,6 +10947,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10698
10947
|
} | {
|
|
10699
10948
|
content: string;
|
|
10700
10949
|
role: import("./message").MessageRole.HiddenSystem;
|
|
10950
|
+
createdAt?: string;
|
|
10701
10951
|
id?: string;
|
|
10702
10952
|
messageId?: string;
|
|
10703
10953
|
name?: string;
|
|
@@ -10706,6 +10956,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10706
10956
|
} | {
|
|
10707
10957
|
content: string;
|
|
10708
10958
|
role: import("./message").MessageRole.HiddenUser;
|
|
10959
|
+
createdAt?: string;
|
|
10709
10960
|
id?: string;
|
|
10710
10961
|
messageId?: string;
|
|
10711
10962
|
name?: string;
|
|
@@ -10714,6 +10965,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10714
10965
|
} | {
|
|
10715
10966
|
content: string;
|
|
10716
10967
|
role: import("./message").MessageRole.Info;
|
|
10968
|
+
createdAt?: string;
|
|
10717
10969
|
id?: string;
|
|
10718
10970
|
messageId?: string;
|
|
10719
10971
|
name?: string;
|
|
@@ -10722,6 +10974,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10722
10974
|
} | {
|
|
10723
10975
|
content: string;
|
|
10724
10976
|
role: import("./message").MessageRole.Pause;
|
|
10977
|
+
createdAt?: string;
|
|
10725
10978
|
id?: string;
|
|
10726
10979
|
messageId?: string;
|
|
10727
10980
|
name?: string;
|
|
@@ -10730,6 +10983,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10730
10983
|
} | {
|
|
10731
10984
|
content: string;
|
|
10732
10985
|
role: import("./message").MessageRole.Placeholder;
|
|
10986
|
+
createdAt?: string;
|
|
10733
10987
|
id?: string;
|
|
10734
10988
|
messageId?: string;
|
|
10735
10989
|
name?: string;
|
|
@@ -10739,6 +10993,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10739
10993
|
content: string[];
|
|
10740
10994
|
duration?: number;
|
|
10741
10995
|
role: import("./message").MessageRole.Reasoning;
|
|
10996
|
+
createdAt?: string;
|
|
10742
10997
|
id?: string;
|
|
10743
10998
|
messageId?: string;
|
|
10744
10999
|
name?: string;
|
|
@@ -10747,6 +11002,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10747
11002
|
} | {
|
|
10748
11003
|
content: string;
|
|
10749
11004
|
role: import("./message").MessageRole.System;
|
|
11005
|
+
createdAt?: string;
|
|
10750
11006
|
id?: string;
|
|
10751
11007
|
messageId?: string;
|
|
10752
11008
|
name?: string;
|
|
@@ -10755,6 +11011,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10755
11011
|
} | {
|
|
10756
11012
|
content: string;
|
|
10757
11013
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
11014
|
+
createdAt?: string;
|
|
10758
11015
|
id?: string;
|
|
10759
11016
|
messageId?: string;
|
|
10760
11017
|
name?: string;
|
|
@@ -10763,6 +11020,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10763
11020
|
} | {
|
|
10764
11021
|
content: string;
|
|
10765
11022
|
role: import("./message").MessageRole.TemplateGuide;
|
|
11023
|
+
createdAt?: string;
|
|
10766
11024
|
id?: string;
|
|
10767
11025
|
messageId?: string;
|
|
10768
11026
|
name?: string;
|
|
@@ -10771,6 +11029,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10771
11029
|
} | {
|
|
10772
11030
|
content: string;
|
|
10773
11031
|
role: import("./message").MessageRole.TemplateHidden;
|
|
11032
|
+
createdAt?: string;
|
|
10774
11033
|
id?: string;
|
|
10775
11034
|
messageId?: string;
|
|
10776
11035
|
name?: string;
|
|
@@ -10779,6 +11038,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10779
11038
|
} | {
|
|
10780
11039
|
content: string;
|
|
10781
11040
|
role: import("./message").MessageRole.TemplateSystem;
|
|
11041
|
+
createdAt?: string;
|
|
10782
11042
|
id?: string;
|
|
10783
11043
|
messageId?: string;
|
|
10784
11044
|
name?: string;
|
|
@@ -10787,6 +11047,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10787
11047
|
} | {
|
|
10788
11048
|
content: string;
|
|
10789
11049
|
role: import("./message").MessageRole.TemplateUser;
|
|
11050
|
+
createdAt?: string;
|
|
10790
11051
|
id?: string;
|
|
10791
11052
|
messageId?: string;
|
|
10792
11053
|
name?: string;
|
|
@@ -10798,6 +11059,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10798
11059
|
error?: string;
|
|
10799
11060
|
role: import("./message").MessageRole.Tool;
|
|
10800
11061
|
toolCallId: string;
|
|
11062
|
+
createdAt?: string;
|
|
10801
11063
|
id?: string;
|
|
10802
11064
|
messageId?: string;
|
|
10803
11065
|
name?: string;
|
|
@@ -10841,6 +11103,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
10841
11103
|
};
|
|
10842
11104
|
};
|
|
10843
11105
|
role: import("./message").MessageRole.User;
|
|
11106
|
+
createdAt?: string;
|
|
10844
11107
|
id?: string;
|
|
10845
11108
|
messageId?: string;
|
|
10846
11109
|
name?: string;
|
|
@@ -11471,6 +11734,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11471
11734
|
timestamp?: number;
|
|
11472
11735
|
};
|
|
11473
11736
|
role: import("./message").MessageRole.Interrupt;
|
|
11737
|
+
createdAt?: string;
|
|
11474
11738
|
id?: string;
|
|
11475
11739
|
messageId?: string;
|
|
11476
11740
|
name?: string;
|
|
@@ -11538,6 +11802,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11538
11802
|
};
|
|
11539
11803
|
};
|
|
11540
11804
|
role: import("./message").MessageRole.Activity;
|
|
11805
|
+
createdAt?: string;
|
|
11541
11806
|
id?: string;
|
|
11542
11807
|
messageId?: string;
|
|
11543
11808
|
name?: string;
|
|
@@ -11581,6 +11846,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11581
11846
|
id: string;
|
|
11582
11847
|
type: import("./message").MessageType.Function;
|
|
11583
11848
|
}[];
|
|
11849
|
+
createdAt?: string;
|
|
11584
11850
|
id?: string;
|
|
11585
11851
|
messageId?: string;
|
|
11586
11852
|
name?: string;
|
|
@@ -11589,6 +11855,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11589
11855
|
} | {
|
|
11590
11856
|
content: string;
|
|
11591
11857
|
role: import("./message").MessageRole.Developer;
|
|
11858
|
+
createdAt?: string;
|
|
11592
11859
|
id?: string;
|
|
11593
11860
|
messageId?: string;
|
|
11594
11861
|
name?: string;
|
|
@@ -11597,6 +11864,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11597
11864
|
} | {
|
|
11598
11865
|
content: string;
|
|
11599
11866
|
role: import("./message").MessageRole.Guide;
|
|
11867
|
+
createdAt?: string;
|
|
11600
11868
|
id?: string;
|
|
11601
11869
|
messageId?: string;
|
|
11602
11870
|
name?: string;
|
|
@@ -11605,6 +11873,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11605
11873
|
} | {
|
|
11606
11874
|
content: string;
|
|
11607
11875
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
11876
|
+
createdAt?: string;
|
|
11608
11877
|
id?: string;
|
|
11609
11878
|
messageId?: string;
|
|
11610
11879
|
name?: string;
|
|
@@ -11613,6 +11882,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11613
11882
|
} | {
|
|
11614
11883
|
content: string;
|
|
11615
11884
|
role: import("./message").MessageRole.HiddenGuide;
|
|
11885
|
+
createdAt?: string;
|
|
11616
11886
|
id?: string;
|
|
11617
11887
|
messageId?: string;
|
|
11618
11888
|
name?: string;
|
|
@@ -11621,6 +11891,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11621
11891
|
} | {
|
|
11622
11892
|
content: string;
|
|
11623
11893
|
role: import("./message").MessageRole.Hidden;
|
|
11894
|
+
createdAt?: string;
|
|
11624
11895
|
id?: string;
|
|
11625
11896
|
messageId?: string;
|
|
11626
11897
|
name?: string;
|
|
@@ -11629,6 +11900,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11629
11900
|
} | {
|
|
11630
11901
|
content: string;
|
|
11631
11902
|
role: import("./message").MessageRole.HiddenSystem;
|
|
11903
|
+
createdAt?: string;
|
|
11632
11904
|
id?: string;
|
|
11633
11905
|
messageId?: string;
|
|
11634
11906
|
name?: string;
|
|
@@ -11637,6 +11909,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11637
11909
|
} | {
|
|
11638
11910
|
content: string;
|
|
11639
11911
|
role: import("./message").MessageRole.HiddenUser;
|
|
11912
|
+
createdAt?: string;
|
|
11640
11913
|
id?: string;
|
|
11641
11914
|
messageId?: string;
|
|
11642
11915
|
name?: string;
|
|
@@ -11645,6 +11918,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11645
11918
|
} | {
|
|
11646
11919
|
content: string;
|
|
11647
11920
|
role: import("./message").MessageRole.Info;
|
|
11921
|
+
createdAt?: string;
|
|
11648
11922
|
id?: string;
|
|
11649
11923
|
messageId?: string;
|
|
11650
11924
|
name?: string;
|
|
@@ -11653,6 +11927,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11653
11927
|
} | {
|
|
11654
11928
|
content: string;
|
|
11655
11929
|
role: import("./message").MessageRole.Pause;
|
|
11930
|
+
createdAt?: string;
|
|
11656
11931
|
id?: string;
|
|
11657
11932
|
messageId?: string;
|
|
11658
11933
|
name?: string;
|
|
@@ -11661,6 +11936,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11661
11936
|
} | {
|
|
11662
11937
|
content: string;
|
|
11663
11938
|
role: import("./message").MessageRole.Placeholder;
|
|
11939
|
+
createdAt?: string;
|
|
11664
11940
|
id?: string;
|
|
11665
11941
|
messageId?: string;
|
|
11666
11942
|
name?: string;
|
|
@@ -11670,6 +11946,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11670
11946
|
content: string[];
|
|
11671
11947
|
duration?: number;
|
|
11672
11948
|
role: import("./message").MessageRole.Reasoning;
|
|
11949
|
+
createdAt?: string;
|
|
11673
11950
|
id?: string;
|
|
11674
11951
|
messageId?: string;
|
|
11675
11952
|
name?: string;
|
|
@@ -11678,6 +11955,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11678
11955
|
} | {
|
|
11679
11956
|
content: string;
|
|
11680
11957
|
role: import("./message").MessageRole.System;
|
|
11958
|
+
createdAt?: string;
|
|
11681
11959
|
id?: string;
|
|
11682
11960
|
messageId?: string;
|
|
11683
11961
|
name?: string;
|
|
@@ -11686,6 +11964,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11686
11964
|
} | {
|
|
11687
11965
|
content: string;
|
|
11688
11966
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
11967
|
+
createdAt?: string;
|
|
11689
11968
|
id?: string;
|
|
11690
11969
|
messageId?: string;
|
|
11691
11970
|
name?: string;
|
|
@@ -11694,6 +11973,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11694
11973
|
} | {
|
|
11695
11974
|
content: string;
|
|
11696
11975
|
role: import("./message").MessageRole.TemplateGuide;
|
|
11976
|
+
createdAt?: string;
|
|
11697
11977
|
id?: string;
|
|
11698
11978
|
messageId?: string;
|
|
11699
11979
|
name?: string;
|
|
@@ -11702,6 +11982,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11702
11982
|
} | {
|
|
11703
11983
|
content: string;
|
|
11704
11984
|
role: import("./message").MessageRole.TemplateHidden;
|
|
11985
|
+
createdAt?: string;
|
|
11705
11986
|
id?: string;
|
|
11706
11987
|
messageId?: string;
|
|
11707
11988
|
name?: string;
|
|
@@ -11710,6 +11991,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11710
11991
|
} | {
|
|
11711
11992
|
content: string;
|
|
11712
11993
|
role: import("./message").MessageRole.TemplateSystem;
|
|
11994
|
+
createdAt?: string;
|
|
11713
11995
|
id?: string;
|
|
11714
11996
|
messageId?: string;
|
|
11715
11997
|
name?: string;
|
|
@@ -11718,6 +12000,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11718
12000
|
} | {
|
|
11719
12001
|
content: string;
|
|
11720
12002
|
role: import("./message").MessageRole.TemplateUser;
|
|
12003
|
+
createdAt?: string;
|
|
11721
12004
|
id?: string;
|
|
11722
12005
|
messageId?: string;
|
|
11723
12006
|
name?: string;
|
|
@@ -11729,6 +12012,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11729
12012
|
error?: string;
|
|
11730
12013
|
role: import("./message").MessageRole.Tool;
|
|
11731
12014
|
toolCallId: string;
|
|
12015
|
+
createdAt?: string;
|
|
11732
12016
|
id?: string;
|
|
11733
12017
|
messageId?: string;
|
|
11734
12018
|
name?: string;
|
|
@@ -11772,6 +12056,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
11772
12056
|
};
|
|
11773
12057
|
};
|
|
11774
12058
|
role: import("./message").MessageRole.User;
|
|
12059
|
+
createdAt?: string;
|
|
11775
12060
|
id?: string;
|
|
11776
12061
|
messageId?: string;
|
|
11777
12062
|
name?: string;
|
|
@@ -12402,6 +12687,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12402
12687
|
timestamp?: number;
|
|
12403
12688
|
};
|
|
12404
12689
|
role: import("./message").MessageRole.Interrupt;
|
|
12690
|
+
createdAt?: string;
|
|
12405
12691
|
id?: string;
|
|
12406
12692
|
messageId?: string;
|
|
12407
12693
|
name?: string;
|
|
@@ -12465,6 +12751,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12465
12751
|
};
|
|
12466
12752
|
};
|
|
12467
12753
|
role: import("./message").MessageRole.Activity;
|
|
12754
|
+
createdAt?: string;
|
|
12468
12755
|
id?: string;
|
|
12469
12756
|
messageId?: string;
|
|
12470
12757
|
name?: string;
|
|
@@ -12508,6 +12795,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12508
12795
|
id: string;
|
|
12509
12796
|
type: import("./message").MessageType.Function;
|
|
12510
12797
|
}[];
|
|
12798
|
+
createdAt?: string;
|
|
12511
12799
|
id?: string;
|
|
12512
12800
|
messageId?: string;
|
|
12513
12801
|
name?: string;
|
|
@@ -12516,6 +12804,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12516
12804
|
} | {
|
|
12517
12805
|
content: string;
|
|
12518
12806
|
role: import("./message").MessageRole.Developer;
|
|
12807
|
+
createdAt?: string;
|
|
12519
12808
|
id?: string;
|
|
12520
12809
|
messageId?: string;
|
|
12521
12810
|
name?: string;
|
|
@@ -12524,6 +12813,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12524
12813
|
} | {
|
|
12525
12814
|
content: string;
|
|
12526
12815
|
role: import("./message").MessageRole.Guide;
|
|
12816
|
+
createdAt?: string;
|
|
12527
12817
|
id?: string;
|
|
12528
12818
|
messageId?: string;
|
|
12529
12819
|
name?: string;
|
|
@@ -12532,6 +12822,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12532
12822
|
} | {
|
|
12533
12823
|
content: string;
|
|
12534
12824
|
role: import("./message").MessageRole.HiddenAssistant;
|
|
12825
|
+
createdAt?: string;
|
|
12535
12826
|
id?: string;
|
|
12536
12827
|
messageId?: string;
|
|
12537
12828
|
name?: string;
|
|
@@ -12540,6 +12831,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12540
12831
|
} | {
|
|
12541
12832
|
content: string;
|
|
12542
12833
|
role: import("./message").MessageRole.HiddenGuide;
|
|
12834
|
+
createdAt?: string;
|
|
12543
12835
|
id?: string;
|
|
12544
12836
|
messageId?: string;
|
|
12545
12837
|
name?: string;
|
|
@@ -12548,6 +12840,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12548
12840
|
} | {
|
|
12549
12841
|
content: string;
|
|
12550
12842
|
role: import("./message").MessageRole.Hidden;
|
|
12843
|
+
createdAt?: string;
|
|
12551
12844
|
id?: string;
|
|
12552
12845
|
messageId?: string;
|
|
12553
12846
|
name?: string;
|
|
@@ -12556,6 +12849,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12556
12849
|
} | {
|
|
12557
12850
|
content: string;
|
|
12558
12851
|
role: import("./message").MessageRole.HiddenSystem;
|
|
12852
|
+
createdAt?: string;
|
|
12559
12853
|
id?: string;
|
|
12560
12854
|
messageId?: string;
|
|
12561
12855
|
name?: string;
|
|
@@ -12564,6 +12858,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12564
12858
|
} | {
|
|
12565
12859
|
content: string;
|
|
12566
12860
|
role: import("./message").MessageRole.HiddenUser;
|
|
12861
|
+
createdAt?: string;
|
|
12567
12862
|
id?: string;
|
|
12568
12863
|
messageId?: string;
|
|
12569
12864
|
name?: string;
|
|
@@ -12572,6 +12867,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12572
12867
|
} | {
|
|
12573
12868
|
content: string;
|
|
12574
12869
|
role: import("./message").MessageRole.Info;
|
|
12870
|
+
createdAt?: string;
|
|
12575
12871
|
id?: string;
|
|
12576
12872
|
messageId?: string;
|
|
12577
12873
|
name?: string;
|
|
@@ -12580,6 +12876,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12580
12876
|
} | {
|
|
12581
12877
|
content: string;
|
|
12582
12878
|
role: import("./message").MessageRole.Pause;
|
|
12879
|
+
createdAt?: string;
|
|
12583
12880
|
id?: string;
|
|
12584
12881
|
messageId?: string;
|
|
12585
12882
|
name?: string;
|
|
@@ -12588,6 +12885,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12588
12885
|
} | {
|
|
12589
12886
|
content: string;
|
|
12590
12887
|
role: import("./message").MessageRole.Placeholder;
|
|
12888
|
+
createdAt?: string;
|
|
12591
12889
|
id?: string;
|
|
12592
12890
|
messageId?: string;
|
|
12593
12891
|
name?: string;
|
|
@@ -12597,6 +12895,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12597
12895
|
content: string[];
|
|
12598
12896
|
duration?: number;
|
|
12599
12897
|
role: import("./message").MessageRole.Reasoning;
|
|
12898
|
+
createdAt?: string;
|
|
12600
12899
|
id?: string;
|
|
12601
12900
|
messageId?: string;
|
|
12602
12901
|
name?: string;
|
|
@@ -12605,6 +12904,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12605
12904
|
} | {
|
|
12606
12905
|
content: string;
|
|
12607
12906
|
role: import("./message").MessageRole.System;
|
|
12907
|
+
createdAt?: string;
|
|
12608
12908
|
id?: string;
|
|
12609
12909
|
messageId?: string;
|
|
12610
12910
|
name?: string;
|
|
@@ -12613,6 +12913,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12613
12913
|
} | {
|
|
12614
12914
|
content: string;
|
|
12615
12915
|
role: import("./message").MessageRole.TemplateAssistant;
|
|
12916
|
+
createdAt?: string;
|
|
12616
12917
|
id?: string;
|
|
12617
12918
|
messageId?: string;
|
|
12618
12919
|
name?: string;
|
|
@@ -12621,6 +12922,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12621
12922
|
} | {
|
|
12622
12923
|
content: string;
|
|
12623
12924
|
role: import("./message").MessageRole.TemplateGuide;
|
|
12925
|
+
createdAt?: string;
|
|
12624
12926
|
id?: string;
|
|
12625
12927
|
messageId?: string;
|
|
12626
12928
|
name?: string;
|
|
@@ -12629,6 +12931,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12629
12931
|
} | {
|
|
12630
12932
|
content: string;
|
|
12631
12933
|
role: import("./message").MessageRole.TemplateHidden;
|
|
12934
|
+
createdAt?: string;
|
|
12632
12935
|
id?: string;
|
|
12633
12936
|
messageId?: string;
|
|
12634
12937
|
name?: string;
|
|
@@ -12637,6 +12940,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12637
12940
|
} | {
|
|
12638
12941
|
content: string;
|
|
12639
12942
|
role: import("./message").MessageRole.TemplateSystem;
|
|
12943
|
+
createdAt?: string;
|
|
12640
12944
|
id?: string;
|
|
12641
12945
|
messageId?: string;
|
|
12642
12946
|
name?: string;
|
|
@@ -12645,6 +12949,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12645
12949
|
} | {
|
|
12646
12950
|
content: string;
|
|
12647
12951
|
role: import("./message").MessageRole.TemplateUser;
|
|
12952
|
+
createdAt?: string;
|
|
12648
12953
|
id?: string;
|
|
12649
12954
|
messageId?: string;
|
|
12650
12955
|
name?: string;
|
|
@@ -12656,6 +12961,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12656
12961
|
error?: string;
|
|
12657
12962
|
role: import("./message").MessageRole.Tool;
|
|
12658
12963
|
toolCallId: string;
|
|
12964
|
+
createdAt?: string;
|
|
12659
12965
|
id?: string;
|
|
12660
12966
|
messageId?: string;
|
|
12661
12967
|
name?: string;
|
|
@@ -12699,6 +13005,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
12699
13005
|
};
|
|
12700
13006
|
};
|
|
12701
13007
|
role: import("./message").MessageRole.User;
|
|
13008
|
+
createdAt?: string;
|
|
12702
13009
|
id?: string;
|
|
12703
13010
|
messageId?: string;
|
|
12704
13011
|
name?: string;
|
|
@@ -13329,6 +13636,7 @@ export declare const useChatHelper: (options: IUseChatHelperOptions) => {
|
|
|
13329
13636
|
timestamp?: number;
|
|
13330
13637
|
};
|
|
13331
13638
|
role: import("./message").MessageRole.Interrupt;
|
|
13639
|
+
createdAt?: string;
|
|
13332
13640
|
id?: string;
|
|
13333
13641
|
messageId?: string;
|
|
13334
13642
|
name?: string;
|