@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
|
@@ -79,6 +79,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
79
79
|
};
|
|
80
80
|
};
|
|
81
81
|
role: import("..").MessageRole.Activity;
|
|
82
|
+
createdAt?: string;
|
|
82
83
|
id?: string;
|
|
83
84
|
messageId?: string;
|
|
84
85
|
name?: string;
|
|
@@ -122,6 +123,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
122
123
|
id: string;
|
|
123
124
|
type: import("..").MessageType.Function;
|
|
124
125
|
}[];
|
|
126
|
+
createdAt?: string;
|
|
125
127
|
id?: string;
|
|
126
128
|
messageId?: string;
|
|
127
129
|
name?: string;
|
|
@@ -130,6 +132,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
130
132
|
} | {
|
|
131
133
|
content: string;
|
|
132
134
|
role: import("..").MessageRole.Developer;
|
|
135
|
+
createdAt?: string;
|
|
133
136
|
id?: string;
|
|
134
137
|
messageId?: string;
|
|
135
138
|
name?: string;
|
|
@@ -138,6 +141,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
138
141
|
} | {
|
|
139
142
|
content: string;
|
|
140
143
|
role: import("..").MessageRole.Guide;
|
|
144
|
+
createdAt?: string;
|
|
141
145
|
id?: string;
|
|
142
146
|
messageId?: string;
|
|
143
147
|
name?: string;
|
|
@@ -146,6 +150,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
146
150
|
} | {
|
|
147
151
|
content: string;
|
|
148
152
|
role: import("..").MessageRole.HiddenAssistant;
|
|
153
|
+
createdAt?: string;
|
|
149
154
|
id?: string;
|
|
150
155
|
messageId?: string;
|
|
151
156
|
name?: string;
|
|
@@ -154,6 +159,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
154
159
|
} | {
|
|
155
160
|
content: string;
|
|
156
161
|
role: import("..").MessageRole.HiddenGuide;
|
|
162
|
+
createdAt?: string;
|
|
157
163
|
id?: string;
|
|
158
164
|
messageId?: string;
|
|
159
165
|
name?: string;
|
|
@@ -162,6 +168,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
162
168
|
} | {
|
|
163
169
|
content: string;
|
|
164
170
|
role: import("..").MessageRole.Hidden;
|
|
171
|
+
createdAt?: string;
|
|
165
172
|
id?: string;
|
|
166
173
|
messageId?: string;
|
|
167
174
|
name?: string;
|
|
@@ -170,6 +177,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
170
177
|
} | {
|
|
171
178
|
content: string;
|
|
172
179
|
role: import("..").MessageRole.HiddenSystem;
|
|
180
|
+
createdAt?: string;
|
|
173
181
|
id?: string;
|
|
174
182
|
messageId?: string;
|
|
175
183
|
name?: string;
|
|
@@ -178,6 +186,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
178
186
|
} | {
|
|
179
187
|
content: string;
|
|
180
188
|
role: import("..").MessageRole.HiddenUser;
|
|
189
|
+
createdAt?: string;
|
|
181
190
|
id?: string;
|
|
182
191
|
messageId?: string;
|
|
183
192
|
name?: string;
|
|
@@ -186,6 +195,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
186
195
|
} | {
|
|
187
196
|
content: string;
|
|
188
197
|
role: import("..").MessageRole.Info;
|
|
198
|
+
createdAt?: string;
|
|
189
199
|
id?: string;
|
|
190
200
|
messageId?: string;
|
|
191
201
|
name?: string;
|
|
@@ -194,6 +204,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
194
204
|
} | {
|
|
195
205
|
content: string;
|
|
196
206
|
role: import("..").MessageRole.Pause;
|
|
207
|
+
createdAt?: string;
|
|
197
208
|
id?: string;
|
|
198
209
|
messageId?: string;
|
|
199
210
|
name?: string;
|
|
@@ -202,6 +213,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
202
213
|
} | {
|
|
203
214
|
content: string;
|
|
204
215
|
role: import("..").MessageRole.Placeholder;
|
|
216
|
+
createdAt?: string;
|
|
205
217
|
id?: string;
|
|
206
218
|
messageId?: string;
|
|
207
219
|
name?: string;
|
|
@@ -211,6 +223,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
211
223
|
content: string[];
|
|
212
224
|
duration?: number;
|
|
213
225
|
role: import("..").MessageRole.Reasoning;
|
|
226
|
+
createdAt?: string;
|
|
214
227
|
id?: string;
|
|
215
228
|
messageId?: string;
|
|
216
229
|
name?: string;
|
|
@@ -219,6 +232,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
219
232
|
} | {
|
|
220
233
|
content: string;
|
|
221
234
|
role: import("..").MessageRole.System;
|
|
235
|
+
createdAt?: string;
|
|
222
236
|
id?: string;
|
|
223
237
|
messageId?: string;
|
|
224
238
|
name?: string;
|
|
@@ -227,6 +241,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
227
241
|
} | {
|
|
228
242
|
content: string;
|
|
229
243
|
role: import("..").MessageRole.TemplateAssistant;
|
|
244
|
+
createdAt?: string;
|
|
230
245
|
id?: string;
|
|
231
246
|
messageId?: string;
|
|
232
247
|
name?: string;
|
|
@@ -235,6 +250,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
235
250
|
} | {
|
|
236
251
|
content: string;
|
|
237
252
|
role: import("..").MessageRole.TemplateGuide;
|
|
253
|
+
createdAt?: string;
|
|
238
254
|
id?: string;
|
|
239
255
|
messageId?: string;
|
|
240
256
|
name?: string;
|
|
@@ -243,6 +259,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
243
259
|
} | {
|
|
244
260
|
content: string;
|
|
245
261
|
role: import("..").MessageRole.TemplateHidden;
|
|
262
|
+
createdAt?: string;
|
|
246
263
|
id?: string;
|
|
247
264
|
messageId?: string;
|
|
248
265
|
name?: string;
|
|
@@ -251,6 +268,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
251
268
|
} | {
|
|
252
269
|
content: string;
|
|
253
270
|
role: import("..").MessageRole.TemplateSystem;
|
|
271
|
+
createdAt?: string;
|
|
254
272
|
id?: string;
|
|
255
273
|
messageId?: string;
|
|
256
274
|
name?: string;
|
|
@@ -259,6 +277,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
259
277
|
} | {
|
|
260
278
|
content: string;
|
|
261
279
|
role: import("..").MessageRole.TemplateUser;
|
|
280
|
+
createdAt?: string;
|
|
262
281
|
id?: string;
|
|
263
282
|
messageId?: string;
|
|
264
283
|
name?: string;
|
|
@@ -270,6 +289,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
270
289
|
error?: string;
|
|
271
290
|
role: import("..").MessageRole.Tool;
|
|
272
291
|
toolCallId: string;
|
|
292
|
+
createdAt?: string;
|
|
273
293
|
id?: string;
|
|
274
294
|
messageId?: string;
|
|
275
295
|
name?: string;
|
|
@@ -313,6 +333,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
313
333
|
};
|
|
314
334
|
};
|
|
315
335
|
role: import("..").MessageRole.User;
|
|
336
|
+
createdAt?: string;
|
|
316
337
|
id?: string;
|
|
317
338
|
messageId?: string;
|
|
318
339
|
name?: string;
|
|
@@ -943,6 +964,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
943
964
|
timestamp?: number;
|
|
944
965
|
};
|
|
945
966
|
role: import("..").MessageRole.Interrupt;
|
|
967
|
+
createdAt?: string;
|
|
946
968
|
id?: string;
|
|
947
969
|
messageId?: string;
|
|
948
970
|
name?: string;
|
|
@@ -1008,6 +1030,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1008
1030
|
};
|
|
1009
1031
|
};
|
|
1010
1032
|
role: import("..").MessageRole.Activity;
|
|
1033
|
+
createdAt?: string;
|
|
1011
1034
|
id?: string;
|
|
1012
1035
|
messageId?: string;
|
|
1013
1036
|
name?: string;
|
|
@@ -1051,6 +1074,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1051
1074
|
id: string;
|
|
1052
1075
|
type: import("..").MessageType.Function;
|
|
1053
1076
|
}[];
|
|
1077
|
+
createdAt?: string;
|
|
1054
1078
|
id?: string;
|
|
1055
1079
|
messageId?: string;
|
|
1056
1080
|
name?: string;
|
|
@@ -1059,6 +1083,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1059
1083
|
} | {
|
|
1060
1084
|
content: string;
|
|
1061
1085
|
role: import("..").MessageRole.Developer;
|
|
1086
|
+
createdAt?: string;
|
|
1062
1087
|
id?: string;
|
|
1063
1088
|
messageId?: string;
|
|
1064
1089
|
name?: string;
|
|
@@ -1067,6 +1092,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1067
1092
|
} | {
|
|
1068
1093
|
content: string;
|
|
1069
1094
|
role: import("..").MessageRole.Guide;
|
|
1095
|
+
createdAt?: string;
|
|
1070
1096
|
id?: string;
|
|
1071
1097
|
messageId?: string;
|
|
1072
1098
|
name?: string;
|
|
@@ -1075,6 +1101,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1075
1101
|
} | {
|
|
1076
1102
|
content: string;
|
|
1077
1103
|
role: import("..").MessageRole.HiddenAssistant;
|
|
1104
|
+
createdAt?: string;
|
|
1078
1105
|
id?: string;
|
|
1079
1106
|
messageId?: string;
|
|
1080
1107
|
name?: string;
|
|
@@ -1083,6 +1110,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1083
1110
|
} | {
|
|
1084
1111
|
content: string;
|
|
1085
1112
|
role: import("..").MessageRole.HiddenGuide;
|
|
1113
|
+
createdAt?: string;
|
|
1086
1114
|
id?: string;
|
|
1087
1115
|
messageId?: string;
|
|
1088
1116
|
name?: string;
|
|
@@ -1091,6 +1119,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1091
1119
|
} | {
|
|
1092
1120
|
content: string;
|
|
1093
1121
|
role: import("..").MessageRole.Hidden;
|
|
1122
|
+
createdAt?: string;
|
|
1094
1123
|
id?: string;
|
|
1095
1124
|
messageId?: string;
|
|
1096
1125
|
name?: string;
|
|
@@ -1099,6 +1128,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1099
1128
|
} | {
|
|
1100
1129
|
content: string;
|
|
1101
1130
|
role: import("..").MessageRole.HiddenSystem;
|
|
1131
|
+
createdAt?: string;
|
|
1102
1132
|
id?: string;
|
|
1103
1133
|
messageId?: string;
|
|
1104
1134
|
name?: string;
|
|
@@ -1107,6 +1137,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1107
1137
|
} | {
|
|
1108
1138
|
content: string;
|
|
1109
1139
|
role: import("..").MessageRole.HiddenUser;
|
|
1140
|
+
createdAt?: string;
|
|
1110
1141
|
id?: string;
|
|
1111
1142
|
messageId?: string;
|
|
1112
1143
|
name?: string;
|
|
@@ -1115,6 +1146,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1115
1146
|
} | {
|
|
1116
1147
|
content: string;
|
|
1117
1148
|
role: import("..").MessageRole.Info;
|
|
1149
|
+
createdAt?: string;
|
|
1118
1150
|
id?: string;
|
|
1119
1151
|
messageId?: string;
|
|
1120
1152
|
name?: string;
|
|
@@ -1123,6 +1155,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1123
1155
|
} | {
|
|
1124
1156
|
content: string;
|
|
1125
1157
|
role: import("..").MessageRole.Pause;
|
|
1158
|
+
createdAt?: string;
|
|
1126
1159
|
id?: string;
|
|
1127
1160
|
messageId?: string;
|
|
1128
1161
|
name?: string;
|
|
@@ -1131,6 +1164,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1131
1164
|
} | {
|
|
1132
1165
|
content: string;
|
|
1133
1166
|
role: import("..").MessageRole.Placeholder;
|
|
1167
|
+
createdAt?: string;
|
|
1134
1168
|
id?: string;
|
|
1135
1169
|
messageId?: string;
|
|
1136
1170
|
name?: string;
|
|
@@ -1140,6 +1174,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1140
1174
|
content: string[];
|
|
1141
1175
|
duration?: number;
|
|
1142
1176
|
role: import("..").MessageRole.Reasoning;
|
|
1177
|
+
createdAt?: string;
|
|
1143
1178
|
id?: string;
|
|
1144
1179
|
messageId?: string;
|
|
1145
1180
|
name?: string;
|
|
@@ -1148,6 +1183,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1148
1183
|
} | {
|
|
1149
1184
|
content: string;
|
|
1150
1185
|
role: import("..").MessageRole.System;
|
|
1186
|
+
createdAt?: string;
|
|
1151
1187
|
id?: string;
|
|
1152
1188
|
messageId?: string;
|
|
1153
1189
|
name?: string;
|
|
@@ -1156,6 +1192,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1156
1192
|
} | {
|
|
1157
1193
|
content: string;
|
|
1158
1194
|
role: import("..").MessageRole.TemplateAssistant;
|
|
1195
|
+
createdAt?: string;
|
|
1159
1196
|
id?: string;
|
|
1160
1197
|
messageId?: string;
|
|
1161
1198
|
name?: string;
|
|
@@ -1164,6 +1201,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1164
1201
|
} | {
|
|
1165
1202
|
content: string;
|
|
1166
1203
|
role: import("..").MessageRole.TemplateGuide;
|
|
1204
|
+
createdAt?: string;
|
|
1167
1205
|
id?: string;
|
|
1168
1206
|
messageId?: string;
|
|
1169
1207
|
name?: string;
|
|
@@ -1172,6 +1210,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1172
1210
|
} | {
|
|
1173
1211
|
content: string;
|
|
1174
1212
|
role: import("..").MessageRole.TemplateHidden;
|
|
1213
|
+
createdAt?: string;
|
|
1175
1214
|
id?: string;
|
|
1176
1215
|
messageId?: string;
|
|
1177
1216
|
name?: string;
|
|
@@ -1180,6 +1219,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1180
1219
|
} | {
|
|
1181
1220
|
content: string;
|
|
1182
1221
|
role: import("..").MessageRole.TemplateSystem;
|
|
1222
|
+
createdAt?: string;
|
|
1183
1223
|
id?: string;
|
|
1184
1224
|
messageId?: string;
|
|
1185
1225
|
name?: string;
|
|
@@ -1188,6 +1228,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1188
1228
|
} | {
|
|
1189
1229
|
content: string;
|
|
1190
1230
|
role: import("..").MessageRole.TemplateUser;
|
|
1231
|
+
createdAt?: string;
|
|
1191
1232
|
id?: string;
|
|
1192
1233
|
messageId?: string;
|
|
1193
1234
|
name?: string;
|
|
@@ -1199,6 +1240,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1199
1240
|
error?: string;
|
|
1200
1241
|
role: import("..").MessageRole.Tool;
|
|
1201
1242
|
toolCallId: string;
|
|
1243
|
+
createdAt?: string;
|
|
1202
1244
|
id?: string;
|
|
1203
1245
|
messageId?: string;
|
|
1204
1246
|
name?: string;
|
|
@@ -1242,6 +1284,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1242
1284
|
};
|
|
1243
1285
|
};
|
|
1244
1286
|
role: import("..").MessageRole.User;
|
|
1287
|
+
createdAt?: string;
|
|
1245
1288
|
id?: string;
|
|
1246
1289
|
messageId?: string;
|
|
1247
1290
|
name?: string;
|
|
@@ -1872,6 +1915,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1872
1915
|
timestamp?: number;
|
|
1873
1916
|
};
|
|
1874
1917
|
role: import("..").MessageRole.Interrupt;
|
|
1918
|
+
createdAt?: string;
|
|
1875
1919
|
id?: string;
|
|
1876
1920
|
messageId?: string;
|
|
1877
1921
|
name?: string;
|
|
@@ -1958,6 +2002,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
1958
2002
|
};
|
|
1959
2003
|
};
|
|
1960
2004
|
role: import("..").MessageRole.Activity;
|
|
2005
|
+
createdAt?: string;
|
|
1961
2006
|
id?: string;
|
|
1962
2007
|
messageId?: string;
|
|
1963
2008
|
name?: string;
|
|
@@ -2001,6 +2046,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2001
2046
|
id: string;
|
|
2002
2047
|
type: import("..").MessageType.Function;
|
|
2003
2048
|
}[];
|
|
2049
|
+
createdAt?: string;
|
|
2004
2050
|
id?: string;
|
|
2005
2051
|
messageId?: string;
|
|
2006
2052
|
name?: string;
|
|
@@ -2009,6 +2055,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2009
2055
|
} | {
|
|
2010
2056
|
content: string;
|
|
2011
2057
|
role: import("..").MessageRole.Developer;
|
|
2058
|
+
createdAt?: string;
|
|
2012
2059
|
id?: string;
|
|
2013
2060
|
messageId?: string;
|
|
2014
2061
|
name?: string;
|
|
@@ -2017,6 +2064,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2017
2064
|
} | {
|
|
2018
2065
|
content: string;
|
|
2019
2066
|
role: import("..").MessageRole.Guide;
|
|
2067
|
+
createdAt?: string;
|
|
2020
2068
|
id?: string;
|
|
2021
2069
|
messageId?: string;
|
|
2022
2070
|
name?: string;
|
|
@@ -2025,6 +2073,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2025
2073
|
} | {
|
|
2026
2074
|
content: string;
|
|
2027
2075
|
role: import("..").MessageRole.HiddenAssistant;
|
|
2076
|
+
createdAt?: string;
|
|
2028
2077
|
id?: string;
|
|
2029
2078
|
messageId?: string;
|
|
2030
2079
|
name?: string;
|
|
@@ -2033,6 +2082,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2033
2082
|
} | {
|
|
2034
2083
|
content: string;
|
|
2035
2084
|
role: import("..").MessageRole.HiddenGuide;
|
|
2085
|
+
createdAt?: string;
|
|
2036
2086
|
id?: string;
|
|
2037
2087
|
messageId?: string;
|
|
2038
2088
|
name?: string;
|
|
@@ -2041,6 +2091,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2041
2091
|
} | {
|
|
2042
2092
|
content: string;
|
|
2043
2093
|
role: import("..").MessageRole.Hidden;
|
|
2094
|
+
createdAt?: string;
|
|
2044
2095
|
id?: string;
|
|
2045
2096
|
messageId?: string;
|
|
2046
2097
|
name?: string;
|
|
@@ -2049,6 +2100,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2049
2100
|
} | {
|
|
2050
2101
|
content: string;
|
|
2051
2102
|
role: import("..").MessageRole.HiddenSystem;
|
|
2103
|
+
createdAt?: string;
|
|
2052
2104
|
id?: string;
|
|
2053
2105
|
messageId?: string;
|
|
2054
2106
|
name?: string;
|
|
@@ -2057,6 +2109,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2057
2109
|
} | {
|
|
2058
2110
|
content: string;
|
|
2059
2111
|
role: import("..").MessageRole.HiddenUser;
|
|
2112
|
+
createdAt?: string;
|
|
2060
2113
|
id?: string;
|
|
2061
2114
|
messageId?: string;
|
|
2062
2115
|
name?: string;
|
|
@@ -2065,6 +2118,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2065
2118
|
} | {
|
|
2066
2119
|
content: string;
|
|
2067
2120
|
role: import("..").MessageRole.Info;
|
|
2121
|
+
createdAt?: string;
|
|
2068
2122
|
id?: string;
|
|
2069
2123
|
messageId?: string;
|
|
2070
2124
|
name?: string;
|
|
@@ -2073,6 +2127,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2073
2127
|
} | {
|
|
2074
2128
|
content: string;
|
|
2075
2129
|
role: import("..").MessageRole.Pause;
|
|
2130
|
+
createdAt?: string;
|
|
2076
2131
|
id?: string;
|
|
2077
2132
|
messageId?: string;
|
|
2078
2133
|
name?: string;
|
|
@@ -2081,6 +2136,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2081
2136
|
} | {
|
|
2082
2137
|
content: string;
|
|
2083
2138
|
role: import("..").MessageRole.Placeholder;
|
|
2139
|
+
createdAt?: string;
|
|
2084
2140
|
id?: string;
|
|
2085
2141
|
messageId?: string;
|
|
2086
2142
|
name?: string;
|
|
@@ -2090,6 +2146,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2090
2146
|
content: string[];
|
|
2091
2147
|
duration?: number;
|
|
2092
2148
|
role: import("..").MessageRole.Reasoning;
|
|
2149
|
+
createdAt?: string;
|
|
2093
2150
|
id?: string;
|
|
2094
2151
|
messageId?: string;
|
|
2095
2152
|
name?: string;
|
|
@@ -2098,6 +2155,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2098
2155
|
} | {
|
|
2099
2156
|
content: string;
|
|
2100
2157
|
role: import("..").MessageRole.System;
|
|
2158
|
+
createdAt?: string;
|
|
2101
2159
|
id?: string;
|
|
2102
2160
|
messageId?: string;
|
|
2103
2161
|
name?: string;
|
|
@@ -2106,6 +2164,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2106
2164
|
} | {
|
|
2107
2165
|
content: string;
|
|
2108
2166
|
role: import("..").MessageRole.TemplateAssistant;
|
|
2167
|
+
createdAt?: string;
|
|
2109
2168
|
id?: string;
|
|
2110
2169
|
messageId?: string;
|
|
2111
2170
|
name?: string;
|
|
@@ -2114,6 +2173,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2114
2173
|
} | {
|
|
2115
2174
|
content: string;
|
|
2116
2175
|
role: import("..").MessageRole.TemplateGuide;
|
|
2176
|
+
createdAt?: string;
|
|
2117
2177
|
id?: string;
|
|
2118
2178
|
messageId?: string;
|
|
2119
2179
|
name?: string;
|
|
@@ -2122,6 +2182,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2122
2182
|
} | {
|
|
2123
2183
|
content: string;
|
|
2124
2184
|
role: import("..").MessageRole.TemplateHidden;
|
|
2185
|
+
createdAt?: string;
|
|
2125
2186
|
id?: string;
|
|
2126
2187
|
messageId?: string;
|
|
2127
2188
|
name?: string;
|
|
@@ -2130,6 +2191,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2130
2191
|
} | {
|
|
2131
2192
|
content: string;
|
|
2132
2193
|
role: import("..").MessageRole.TemplateSystem;
|
|
2194
|
+
createdAt?: string;
|
|
2133
2195
|
id?: string;
|
|
2134
2196
|
messageId?: string;
|
|
2135
2197
|
name?: string;
|
|
@@ -2138,6 +2200,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2138
2200
|
} | {
|
|
2139
2201
|
content: string;
|
|
2140
2202
|
role: import("..").MessageRole.TemplateUser;
|
|
2203
|
+
createdAt?: string;
|
|
2141
2204
|
id?: string;
|
|
2142
2205
|
messageId?: string;
|
|
2143
2206
|
name?: string;
|
|
@@ -2149,6 +2212,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2149
2212
|
error?: string;
|
|
2150
2213
|
role: import("..").MessageRole.Tool;
|
|
2151
2214
|
toolCallId: string;
|
|
2215
|
+
createdAt?: string;
|
|
2152
2216
|
id?: string;
|
|
2153
2217
|
messageId?: string;
|
|
2154
2218
|
name?: string;
|
|
@@ -2192,6 +2256,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2192
2256
|
};
|
|
2193
2257
|
};
|
|
2194
2258
|
role: import("..").MessageRole.User;
|
|
2259
|
+
createdAt?: string;
|
|
2195
2260
|
id?: string;
|
|
2196
2261
|
messageId?: string;
|
|
2197
2262
|
name?: string;
|
|
@@ -2822,6 +2887,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2822
2887
|
timestamp?: number;
|
|
2823
2888
|
};
|
|
2824
2889
|
role: import("..").MessageRole.Interrupt;
|
|
2890
|
+
createdAt?: string;
|
|
2825
2891
|
id?: string;
|
|
2826
2892
|
messageId?: string;
|
|
2827
2893
|
name?: string;
|
|
@@ -2887,6 +2953,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2887
2953
|
};
|
|
2888
2954
|
};
|
|
2889
2955
|
role: import("..").MessageRole.Activity;
|
|
2956
|
+
createdAt?: string;
|
|
2890
2957
|
id?: string;
|
|
2891
2958
|
messageId?: string;
|
|
2892
2959
|
name?: string;
|
|
@@ -2930,6 +2997,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2930
2997
|
id: string;
|
|
2931
2998
|
type: import("..").MessageType.Function;
|
|
2932
2999
|
}[];
|
|
3000
|
+
createdAt?: string;
|
|
2933
3001
|
id?: string;
|
|
2934
3002
|
messageId?: string;
|
|
2935
3003
|
name?: string;
|
|
@@ -2938,6 +3006,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2938
3006
|
} | {
|
|
2939
3007
|
content: string;
|
|
2940
3008
|
role: import("..").MessageRole.Developer;
|
|
3009
|
+
createdAt?: string;
|
|
2941
3010
|
id?: string;
|
|
2942
3011
|
messageId?: string;
|
|
2943
3012
|
name?: string;
|
|
@@ -2946,6 +3015,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2946
3015
|
} | {
|
|
2947
3016
|
content: string;
|
|
2948
3017
|
role: import("..").MessageRole.Guide;
|
|
3018
|
+
createdAt?: string;
|
|
2949
3019
|
id?: string;
|
|
2950
3020
|
messageId?: string;
|
|
2951
3021
|
name?: string;
|
|
@@ -2954,6 +3024,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2954
3024
|
} | {
|
|
2955
3025
|
content: string;
|
|
2956
3026
|
role: import("..").MessageRole.HiddenAssistant;
|
|
3027
|
+
createdAt?: string;
|
|
2957
3028
|
id?: string;
|
|
2958
3029
|
messageId?: string;
|
|
2959
3030
|
name?: string;
|
|
@@ -2962,6 +3033,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2962
3033
|
} | {
|
|
2963
3034
|
content: string;
|
|
2964
3035
|
role: import("..").MessageRole.HiddenGuide;
|
|
3036
|
+
createdAt?: string;
|
|
2965
3037
|
id?: string;
|
|
2966
3038
|
messageId?: string;
|
|
2967
3039
|
name?: string;
|
|
@@ -2970,6 +3042,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2970
3042
|
} | {
|
|
2971
3043
|
content: string;
|
|
2972
3044
|
role: import("..").MessageRole.Hidden;
|
|
3045
|
+
createdAt?: string;
|
|
2973
3046
|
id?: string;
|
|
2974
3047
|
messageId?: string;
|
|
2975
3048
|
name?: string;
|
|
@@ -2978,6 +3051,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2978
3051
|
} | {
|
|
2979
3052
|
content: string;
|
|
2980
3053
|
role: import("..").MessageRole.HiddenSystem;
|
|
3054
|
+
createdAt?: string;
|
|
2981
3055
|
id?: string;
|
|
2982
3056
|
messageId?: string;
|
|
2983
3057
|
name?: string;
|
|
@@ -2986,6 +3060,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2986
3060
|
} | {
|
|
2987
3061
|
content: string;
|
|
2988
3062
|
role: import("..").MessageRole.HiddenUser;
|
|
3063
|
+
createdAt?: string;
|
|
2989
3064
|
id?: string;
|
|
2990
3065
|
messageId?: string;
|
|
2991
3066
|
name?: string;
|
|
@@ -2994,6 +3069,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
2994
3069
|
} | {
|
|
2995
3070
|
content: string;
|
|
2996
3071
|
role: import("..").MessageRole.Info;
|
|
3072
|
+
createdAt?: string;
|
|
2997
3073
|
id?: string;
|
|
2998
3074
|
messageId?: string;
|
|
2999
3075
|
name?: string;
|
|
@@ -3002,6 +3078,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3002
3078
|
} | {
|
|
3003
3079
|
content: string;
|
|
3004
3080
|
role: import("..").MessageRole.Pause;
|
|
3081
|
+
createdAt?: string;
|
|
3005
3082
|
id?: string;
|
|
3006
3083
|
messageId?: string;
|
|
3007
3084
|
name?: string;
|
|
@@ -3010,6 +3087,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3010
3087
|
} | {
|
|
3011
3088
|
content: string;
|
|
3012
3089
|
role: import("..").MessageRole.Placeholder;
|
|
3090
|
+
createdAt?: string;
|
|
3013
3091
|
id?: string;
|
|
3014
3092
|
messageId?: string;
|
|
3015
3093
|
name?: string;
|
|
@@ -3019,6 +3097,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3019
3097
|
content: string[];
|
|
3020
3098
|
duration?: number;
|
|
3021
3099
|
role: import("..").MessageRole.Reasoning;
|
|
3100
|
+
createdAt?: string;
|
|
3022
3101
|
id?: string;
|
|
3023
3102
|
messageId?: string;
|
|
3024
3103
|
name?: string;
|
|
@@ -3027,6 +3106,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3027
3106
|
} | {
|
|
3028
3107
|
content: string;
|
|
3029
3108
|
role: import("..").MessageRole.System;
|
|
3109
|
+
createdAt?: string;
|
|
3030
3110
|
id?: string;
|
|
3031
3111
|
messageId?: string;
|
|
3032
3112
|
name?: string;
|
|
@@ -3035,6 +3115,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3035
3115
|
} | {
|
|
3036
3116
|
content: string;
|
|
3037
3117
|
role: import("..").MessageRole.TemplateAssistant;
|
|
3118
|
+
createdAt?: string;
|
|
3038
3119
|
id?: string;
|
|
3039
3120
|
messageId?: string;
|
|
3040
3121
|
name?: string;
|
|
@@ -3043,6 +3124,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3043
3124
|
} | {
|
|
3044
3125
|
content: string;
|
|
3045
3126
|
role: import("..").MessageRole.TemplateGuide;
|
|
3127
|
+
createdAt?: string;
|
|
3046
3128
|
id?: string;
|
|
3047
3129
|
messageId?: string;
|
|
3048
3130
|
name?: string;
|
|
@@ -3051,6 +3133,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3051
3133
|
} | {
|
|
3052
3134
|
content: string;
|
|
3053
3135
|
role: import("..").MessageRole.TemplateHidden;
|
|
3136
|
+
createdAt?: string;
|
|
3054
3137
|
id?: string;
|
|
3055
3138
|
messageId?: string;
|
|
3056
3139
|
name?: string;
|
|
@@ -3059,6 +3142,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3059
3142
|
} | {
|
|
3060
3143
|
content: string;
|
|
3061
3144
|
role: import("..").MessageRole.TemplateSystem;
|
|
3145
|
+
createdAt?: string;
|
|
3062
3146
|
id?: string;
|
|
3063
3147
|
messageId?: string;
|
|
3064
3148
|
name?: string;
|
|
@@ -3067,6 +3151,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3067
3151
|
} | {
|
|
3068
3152
|
content: string;
|
|
3069
3153
|
role: import("..").MessageRole.TemplateUser;
|
|
3154
|
+
createdAt?: string;
|
|
3070
3155
|
id?: string;
|
|
3071
3156
|
messageId?: string;
|
|
3072
3157
|
name?: string;
|
|
@@ -3078,6 +3163,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3078
3163
|
error?: string;
|
|
3079
3164
|
role: import("..").MessageRole.Tool;
|
|
3080
3165
|
toolCallId: string;
|
|
3166
|
+
createdAt?: string;
|
|
3081
3167
|
id?: string;
|
|
3082
3168
|
messageId?: string;
|
|
3083
3169
|
name?: string;
|
|
@@ -3121,6 +3207,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3121
3207
|
};
|
|
3122
3208
|
};
|
|
3123
3209
|
role: import("..").MessageRole.User;
|
|
3210
|
+
createdAt?: string;
|
|
3124
3211
|
id?: string;
|
|
3125
3212
|
messageId?: string;
|
|
3126
3213
|
name?: string;
|
|
@@ -3751,6 +3838,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3751
3838
|
timestamp?: number;
|
|
3752
3839
|
};
|
|
3753
3840
|
role: import("..").MessageRole.Interrupt;
|
|
3841
|
+
createdAt?: string;
|
|
3754
3842
|
id?: string;
|
|
3755
3843
|
messageId?: string;
|
|
3756
3844
|
name?: string;
|
|
@@ -3838,6 +3926,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3838
3926
|
};
|
|
3839
3927
|
};
|
|
3840
3928
|
role: import("..").MessageRole.Activity;
|
|
3929
|
+
createdAt?: string;
|
|
3841
3930
|
id?: string;
|
|
3842
3931
|
messageId?: string;
|
|
3843
3932
|
name?: string;
|
|
@@ -3881,6 +3970,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3881
3970
|
id: string;
|
|
3882
3971
|
type: import("..").MessageType.Function;
|
|
3883
3972
|
}[];
|
|
3973
|
+
createdAt?: string;
|
|
3884
3974
|
id?: string;
|
|
3885
3975
|
messageId?: string;
|
|
3886
3976
|
name?: string;
|
|
@@ -3889,6 +3979,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3889
3979
|
} | {
|
|
3890
3980
|
content: string;
|
|
3891
3981
|
role: import("..").MessageRole.Developer;
|
|
3982
|
+
createdAt?: string;
|
|
3892
3983
|
id?: string;
|
|
3893
3984
|
messageId?: string;
|
|
3894
3985
|
name?: string;
|
|
@@ -3897,6 +3988,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3897
3988
|
} | {
|
|
3898
3989
|
content: string;
|
|
3899
3990
|
role: import("..").MessageRole.Guide;
|
|
3991
|
+
createdAt?: string;
|
|
3900
3992
|
id?: string;
|
|
3901
3993
|
messageId?: string;
|
|
3902
3994
|
name?: string;
|
|
@@ -3905,6 +3997,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3905
3997
|
} | {
|
|
3906
3998
|
content: string;
|
|
3907
3999
|
role: import("..").MessageRole.HiddenAssistant;
|
|
4000
|
+
createdAt?: string;
|
|
3908
4001
|
id?: string;
|
|
3909
4002
|
messageId?: string;
|
|
3910
4003
|
name?: string;
|
|
@@ -3913,6 +4006,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3913
4006
|
} | {
|
|
3914
4007
|
content: string;
|
|
3915
4008
|
role: import("..").MessageRole.HiddenGuide;
|
|
4009
|
+
createdAt?: string;
|
|
3916
4010
|
id?: string;
|
|
3917
4011
|
messageId?: string;
|
|
3918
4012
|
name?: string;
|
|
@@ -3921,6 +4015,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3921
4015
|
} | {
|
|
3922
4016
|
content: string;
|
|
3923
4017
|
role: import("..").MessageRole.Hidden;
|
|
4018
|
+
createdAt?: string;
|
|
3924
4019
|
id?: string;
|
|
3925
4020
|
messageId?: string;
|
|
3926
4021
|
name?: string;
|
|
@@ -3929,6 +4024,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3929
4024
|
} | {
|
|
3930
4025
|
content: string;
|
|
3931
4026
|
role: import("..").MessageRole.HiddenSystem;
|
|
4027
|
+
createdAt?: string;
|
|
3932
4028
|
id?: string;
|
|
3933
4029
|
messageId?: string;
|
|
3934
4030
|
name?: string;
|
|
@@ -3937,6 +4033,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3937
4033
|
} | {
|
|
3938
4034
|
content: string;
|
|
3939
4035
|
role: import("..").MessageRole.HiddenUser;
|
|
4036
|
+
createdAt?: string;
|
|
3940
4037
|
id?: string;
|
|
3941
4038
|
messageId?: string;
|
|
3942
4039
|
name?: string;
|
|
@@ -3945,6 +4042,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3945
4042
|
} | {
|
|
3946
4043
|
content: string;
|
|
3947
4044
|
role: import("..").MessageRole.Info;
|
|
4045
|
+
createdAt?: string;
|
|
3948
4046
|
id?: string;
|
|
3949
4047
|
messageId?: string;
|
|
3950
4048
|
name?: string;
|
|
@@ -3953,6 +4051,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3953
4051
|
} | {
|
|
3954
4052
|
content: string;
|
|
3955
4053
|
role: import("..").MessageRole.Pause;
|
|
4054
|
+
createdAt?: string;
|
|
3956
4055
|
id?: string;
|
|
3957
4056
|
messageId?: string;
|
|
3958
4057
|
name?: string;
|
|
@@ -3961,6 +4060,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3961
4060
|
} | {
|
|
3962
4061
|
content: string;
|
|
3963
4062
|
role: import("..").MessageRole.Placeholder;
|
|
4063
|
+
createdAt?: string;
|
|
3964
4064
|
id?: string;
|
|
3965
4065
|
messageId?: string;
|
|
3966
4066
|
name?: string;
|
|
@@ -3970,6 +4070,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3970
4070
|
content: string[];
|
|
3971
4071
|
duration?: number;
|
|
3972
4072
|
role: import("..").MessageRole.Reasoning;
|
|
4073
|
+
createdAt?: string;
|
|
3973
4074
|
id?: string;
|
|
3974
4075
|
messageId?: string;
|
|
3975
4076
|
name?: string;
|
|
@@ -3978,6 +4079,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3978
4079
|
} | {
|
|
3979
4080
|
content: string;
|
|
3980
4081
|
role: import("..").MessageRole.System;
|
|
4082
|
+
createdAt?: string;
|
|
3981
4083
|
id?: string;
|
|
3982
4084
|
messageId?: string;
|
|
3983
4085
|
name?: string;
|
|
@@ -3986,6 +4088,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3986
4088
|
} | {
|
|
3987
4089
|
content: string;
|
|
3988
4090
|
role: import("..").MessageRole.TemplateAssistant;
|
|
4091
|
+
createdAt?: string;
|
|
3989
4092
|
id?: string;
|
|
3990
4093
|
messageId?: string;
|
|
3991
4094
|
name?: string;
|
|
@@ -3994,6 +4097,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
3994
4097
|
} | {
|
|
3995
4098
|
content: string;
|
|
3996
4099
|
role: import("..").MessageRole.TemplateGuide;
|
|
4100
|
+
createdAt?: string;
|
|
3997
4101
|
id?: string;
|
|
3998
4102
|
messageId?: string;
|
|
3999
4103
|
name?: string;
|
|
@@ -4002,6 +4106,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4002
4106
|
} | {
|
|
4003
4107
|
content: string;
|
|
4004
4108
|
role: import("..").MessageRole.TemplateHidden;
|
|
4109
|
+
createdAt?: string;
|
|
4005
4110
|
id?: string;
|
|
4006
4111
|
messageId?: string;
|
|
4007
4112
|
name?: string;
|
|
@@ -4010,6 +4115,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4010
4115
|
} | {
|
|
4011
4116
|
content: string;
|
|
4012
4117
|
role: import("..").MessageRole.TemplateSystem;
|
|
4118
|
+
createdAt?: string;
|
|
4013
4119
|
id?: string;
|
|
4014
4120
|
messageId?: string;
|
|
4015
4121
|
name?: string;
|
|
@@ -4018,6 +4124,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4018
4124
|
} | {
|
|
4019
4125
|
content: string;
|
|
4020
4126
|
role: import("..").MessageRole.TemplateUser;
|
|
4127
|
+
createdAt?: string;
|
|
4021
4128
|
id?: string;
|
|
4022
4129
|
messageId?: string;
|
|
4023
4130
|
name?: string;
|
|
@@ -4029,6 +4136,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4029
4136
|
error?: string;
|
|
4030
4137
|
role: import("..").MessageRole.Tool;
|
|
4031
4138
|
toolCallId: string;
|
|
4139
|
+
createdAt?: string;
|
|
4032
4140
|
id?: string;
|
|
4033
4141
|
messageId?: string;
|
|
4034
4142
|
name?: string;
|
|
@@ -4072,6 +4180,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4072
4180
|
};
|
|
4073
4181
|
};
|
|
4074
4182
|
role: import("..").MessageRole.User;
|
|
4183
|
+
createdAt?: string;
|
|
4075
4184
|
id?: string;
|
|
4076
4185
|
messageId?: string;
|
|
4077
4186
|
name?: string;
|
|
@@ -4702,6 +4811,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4702
4811
|
timestamp?: number;
|
|
4703
4812
|
};
|
|
4704
4813
|
role: import("..").MessageRole.Interrupt;
|
|
4814
|
+
createdAt?: string;
|
|
4705
4815
|
id?: string;
|
|
4706
4816
|
messageId?: string;
|
|
4707
4817
|
name?: string;
|
|
@@ -4767,6 +4877,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4767
4877
|
};
|
|
4768
4878
|
};
|
|
4769
4879
|
role: import("..").MessageRole.Activity;
|
|
4880
|
+
createdAt?: string;
|
|
4770
4881
|
id?: string;
|
|
4771
4882
|
messageId?: string;
|
|
4772
4883
|
name?: string;
|
|
@@ -4810,6 +4921,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4810
4921
|
id: string;
|
|
4811
4922
|
type: import("..").MessageType.Function;
|
|
4812
4923
|
}[];
|
|
4924
|
+
createdAt?: string;
|
|
4813
4925
|
id?: string;
|
|
4814
4926
|
messageId?: string;
|
|
4815
4927
|
name?: string;
|
|
@@ -4818,6 +4930,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4818
4930
|
} | {
|
|
4819
4931
|
content: string;
|
|
4820
4932
|
role: import("..").MessageRole.Developer;
|
|
4933
|
+
createdAt?: string;
|
|
4821
4934
|
id?: string;
|
|
4822
4935
|
messageId?: string;
|
|
4823
4936
|
name?: string;
|
|
@@ -4826,6 +4939,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4826
4939
|
} | {
|
|
4827
4940
|
content: string;
|
|
4828
4941
|
role: import("..").MessageRole.Guide;
|
|
4942
|
+
createdAt?: string;
|
|
4829
4943
|
id?: string;
|
|
4830
4944
|
messageId?: string;
|
|
4831
4945
|
name?: string;
|
|
@@ -4834,6 +4948,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4834
4948
|
} | {
|
|
4835
4949
|
content: string;
|
|
4836
4950
|
role: import("..").MessageRole.HiddenAssistant;
|
|
4951
|
+
createdAt?: string;
|
|
4837
4952
|
id?: string;
|
|
4838
4953
|
messageId?: string;
|
|
4839
4954
|
name?: string;
|
|
@@ -4842,6 +4957,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4842
4957
|
} | {
|
|
4843
4958
|
content: string;
|
|
4844
4959
|
role: import("..").MessageRole.HiddenGuide;
|
|
4960
|
+
createdAt?: string;
|
|
4845
4961
|
id?: string;
|
|
4846
4962
|
messageId?: string;
|
|
4847
4963
|
name?: string;
|
|
@@ -4850,6 +4966,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4850
4966
|
} | {
|
|
4851
4967
|
content: string;
|
|
4852
4968
|
role: import("..").MessageRole.Hidden;
|
|
4969
|
+
createdAt?: string;
|
|
4853
4970
|
id?: string;
|
|
4854
4971
|
messageId?: string;
|
|
4855
4972
|
name?: string;
|
|
@@ -4858,6 +4975,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4858
4975
|
} | {
|
|
4859
4976
|
content: string;
|
|
4860
4977
|
role: import("..").MessageRole.HiddenSystem;
|
|
4978
|
+
createdAt?: string;
|
|
4861
4979
|
id?: string;
|
|
4862
4980
|
messageId?: string;
|
|
4863
4981
|
name?: string;
|
|
@@ -4866,6 +4984,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4866
4984
|
} | {
|
|
4867
4985
|
content: string;
|
|
4868
4986
|
role: import("..").MessageRole.HiddenUser;
|
|
4987
|
+
createdAt?: string;
|
|
4869
4988
|
id?: string;
|
|
4870
4989
|
messageId?: string;
|
|
4871
4990
|
name?: string;
|
|
@@ -4874,6 +4993,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4874
4993
|
} | {
|
|
4875
4994
|
content: string;
|
|
4876
4995
|
role: import("..").MessageRole.Info;
|
|
4996
|
+
createdAt?: string;
|
|
4877
4997
|
id?: string;
|
|
4878
4998
|
messageId?: string;
|
|
4879
4999
|
name?: string;
|
|
@@ -4882,6 +5002,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4882
5002
|
} | {
|
|
4883
5003
|
content: string;
|
|
4884
5004
|
role: import("..").MessageRole.Pause;
|
|
5005
|
+
createdAt?: string;
|
|
4885
5006
|
id?: string;
|
|
4886
5007
|
messageId?: string;
|
|
4887
5008
|
name?: string;
|
|
@@ -4890,6 +5011,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4890
5011
|
} | {
|
|
4891
5012
|
content: string;
|
|
4892
5013
|
role: import("..").MessageRole.Placeholder;
|
|
5014
|
+
createdAt?: string;
|
|
4893
5015
|
id?: string;
|
|
4894
5016
|
messageId?: string;
|
|
4895
5017
|
name?: string;
|
|
@@ -4899,6 +5021,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4899
5021
|
content: string[];
|
|
4900
5022
|
duration?: number;
|
|
4901
5023
|
role: import("..").MessageRole.Reasoning;
|
|
5024
|
+
createdAt?: string;
|
|
4902
5025
|
id?: string;
|
|
4903
5026
|
messageId?: string;
|
|
4904
5027
|
name?: string;
|
|
@@ -4907,6 +5030,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4907
5030
|
} | {
|
|
4908
5031
|
content: string;
|
|
4909
5032
|
role: import("..").MessageRole.System;
|
|
5033
|
+
createdAt?: string;
|
|
4910
5034
|
id?: string;
|
|
4911
5035
|
messageId?: string;
|
|
4912
5036
|
name?: string;
|
|
@@ -4915,6 +5039,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4915
5039
|
} | {
|
|
4916
5040
|
content: string;
|
|
4917
5041
|
role: import("..").MessageRole.TemplateAssistant;
|
|
5042
|
+
createdAt?: string;
|
|
4918
5043
|
id?: string;
|
|
4919
5044
|
messageId?: string;
|
|
4920
5045
|
name?: string;
|
|
@@ -4923,6 +5048,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4923
5048
|
} | {
|
|
4924
5049
|
content: string;
|
|
4925
5050
|
role: import("..").MessageRole.TemplateGuide;
|
|
5051
|
+
createdAt?: string;
|
|
4926
5052
|
id?: string;
|
|
4927
5053
|
messageId?: string;
|
|
4928
5054
|
name?: string;
|
|
@@ -4931,6 +5057,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4931
5057
|
} | {
|
|
4932
5058
|
content: string;
|
|
4933
5059
|
role: import("..").MessageRole.TemplateHidden;
|
|
5060
|
+
createdAt?: string;
|
|
4934
5061
|
id?: string;
|
|
4935
5062
|
messageId?: string;
|
|
4936
5063
|
name?: string;
|
|
@@ -4939,6 +5066,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4939
5066
|
} | {
|
|
4940
5067
|
content: string;
|
|
4941
5068
|
role: import("..").MessageRole.TemplateSystem;
|
|
5069
|
+
createdAt?: string;
|
|
4942
5070
|
id?: string;
|
|
4943
5071
|
messageId?: string;
|
|
4944
5072
|
name?: string;
|
|
@@ -4947,6 +5075,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4947
5075
|
} | {
|
|
4948
5076
|
content: string;
|
|
4949
5077
|
role: import("..").MessageRole.TemplateUser;
|
|
5078
|
+
createdAt?: string;
|
|
4950
5079
|
id?: string;
|
|
4951
5080
|
messageId?: string;
|
|
4952
5081
|
name?: string;
|
|
@@ -4958,6 +5087,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
4958
5087
|
error?: string;
|
|
4959
5088
|
role: import("..").MessageRole.Tool;
|
|
4960
5089
|
toolCallId: string;
|
|
5090
|
+
createdAt?: string;
|
|
4961
5091
|
id?: string;
|
|
4962
5092
|
messageId?: string;
|
|
4963
5093
|
name?: string;
|
|
@@ -5001,6 +5131,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5001
5131
|
};
|
|
5002
5132
|
};
|
|
5003
5133
|
role: import("..").MessageRole.User;
|
|
5134
|
+
createdAt?: string;
|
|
5004
5135
|
id?: string;
|
|
5005
5136
|
messageId?: string;
|
|
5006
5137
|
name?: string;
|
|
@@ -5631,6 +5762,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5631
5762
|
timestamp?: number;
|
|
5632
5763
|
};
|
|
5633
5764
|
role: import("..").MessageRole.Interrupt;
|
|
5765
|
+
createdAt?: string;
|
|
5634
5766
|
id?: string;
|
|
5635
5767
|
messageId?: string;
|
|
5636
5768
|
name?: string;
|
|
@@ -5717,6 +5849,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5717
5849
|
};
|
|
5718
5850
|
};
|
|
5719
5851
|
role: import("..").MessageRole.Activity;
|
|
5852
|
+
createdAt?: string;
|
|
5720
5853
|
id?: string;
|
|
5721
5854
|
messageId?: string;
|
|
5722
5855
|
name?: string;
|
|
@@ -5760,6 +5893,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5760
5893
|
id: string;
|
|
5761
5894
|
type: import("..").MessageType.Function;
|
|
5762
5895
|
}[];
|
|
5896
|
+
createdAt?: string;
|
|
5763
5897
|
id?: string;
|
|
5764
5898
|
messageId?: string;
|
|
5765
5899
|
name?: string;
|
|
@@ -5768,6 +5902,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5768
5902
|
} | {
|
|
5769
5903
|
content: string;
|
|
5770
5904
|
role: import("..").MessageRole.Developer;
|
|
5905
|
+
createdAt?: string;
|
|
5771
5906
|
id?: string;
|
|
5772
5907
|
messageId?: string;
|
|
5773
5908
|
name?: string;
|
|
@@ -5776,6 +5911,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5776
5911
|
} | {
|
|
5777
5912
|
content: string;
|
|
5778
5913
|
role: import("..").MessageRole.Guide;
|
|
5914
|
+
createdAt?: string;
|
|
5779
5915
|
id?: string;
|
|
5780
5916
|
messageId?: string;
|
|
5781
5917
|
name?: string;
|
|
@@ -5784,6 +5920,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5784
5920
|
} | {
|
|
5785
5921
|
content: string;
|
|
5786
5922
|
role: import("..").MessageRole.HiddenAssistant;
|
|
5923
|
+
createdAt?: string;
|
|
5787
5924
|
id?: string;
|
|
5788
5925
|
messageId?: string;
|
|
5789
5926
|
name?: string;
|
|
@@ -5792,6 +5929,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5792
5929
|
} | {
|
|
5793
5930
|
content: string;
|
|
5794
5931
|
role: import("..").MessageRole.HiddenGuide;
|
|
5932
|
+
createdAt?: string;
|
|
5795
5933
|
id?: string;
|
|
5796
5934
|
messageId?: string;
|
|
5797
5935
|
name?: string;
|
|
@@ -5800,6 +5938,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5800
5938
|
} | {
|
|
5801
5939
|
content: string;
|
|
5802
5940
|
role: import("..").MessageRole.Hidden;
|
|
5941
|
+
createdAt?: string;
|
|
5803
5942
|
id?: string;
|
|
5804
5943
|
messageId?: string;
|
|
5805
5944
|
name?: string;
|
|
@@ -5808,6 +5947,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5808
5947
|
} | {
|
|
5809
5948
|
content: string;
|
|
5810
5949
|
role: import("..").MessageRole.HiddenSystem;
|
|
5950
|
+
createdAt?: string;
|
|
5811
5951
|
id?: string;
|
|
5812
5952
|
messageId?: string;
|
|
5813
5953
|
name?: string;
|
|
@@ -5816,6 +5956,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5816
5956
|
} | {
|
|
5817
5957
|
content: string;
|
|
5818
5958
|
role: import("..").MessageRole.HiddenUser;
|
|
5959
|
+
createdAt?: string;
|
|
5819
5960
|
id?: string;
|
|
5820
5961
|
messageId?: string;
|
|
5821
5962
|
name?: string;
|
|
@@ -5824,6 +5965,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5824
5965
|
} | {
|
|
5825
5966
|
content: string;
|
|
5826
5967
|
role: import("..").MessageRole.Info;
|
|
5968
|
+
createdAt?: string;
|
|
5827
5969
|
id?: string;
|
|
5828
5970
|
messageId?: string;
|
|
5829
5971
|
name?: string;
|
|
@@ -5832,6 +5974,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5832
5974
|
} | {
|
|
5833
5975
|
content: string;
|
|
5834
5976
|
role: import("..").MessageRole.Pause;
|
|
5977
|
+
createdAt?: string;
|
|
5835
5978
|
id?: string;
|
|
5836
5979
|
messageId?: string;
|
|
5837
5980
|
name?: string;
|
|
@@ -5840,6 +5983,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5840
5983
|
} | {
|
|
5841
5984
|
content: string;
|
|
5842
5985
|
role: import("..").MessageRole.Placeholder;
|
|
5986
|
+
createdAt?: string;
|
|
5843
5987
|
id?: string;
|
|
5844
5988
|
messageId?: string;
|
|
5845
5989
|
name?: string;
|
|
@@ -5849,6 +5993,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5849
5993
|
content: string[];
|
|
5850
5994
|
duration?: number;
|
|
5851
5995
|
role: import("..").MessageRole.Reasoning;
|
|
5996
|
+
createdAt?: string;
|
|
5852
5997
|
id?: string;
|
|
5853
5998
|
messageId?: string;
|
|
5854
5999
|
name?: string;
|
|
@@ -5857,6 +6002,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5857
6002
|
} | {
|
|
5858
6003
|
content: string;
|
|
5859
6004
|
role: import("..").MessageRole.System;
|
|
6005
|
+
createdAt?: string;
|
|
5860
6006
|
id?: string;
|
|
5861
6007
|
messageId?: string;
|
|
5862
6008
|
name?: string;
|
|
@@ -5865,6 +6011,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5865
6011
|
} | {
|
|
5866
6012
|
content: string;
|
|
5867
6013
|
role: import("..").MessageRole.TemplateAssistant;
|
|
6014
|
+
createdAt?: string;
|
|
5868
6015
|
id?: string;
|
|
5869
6016
|
messageId?: string;
|
|
5870
6017
|
name?: string;
|
|
@@ -5873,6 +6020,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5873
6020
|
} | {
|
|
5874
6021
|
content: string;
|
|
5875
6022
|
role: import("..").MessageRole.TemplateGuide;
|
|
6023
|
+
createdAt?: string;
|
|
5876
6024
|
id?: string;
|
|
5877
6025
|
messageId?: string;
|
|
5878
6026
|
name?: string;
|
|
@@ -5881,6 +6029,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5881
6029
|
} | {
|
|
5882
6030
|
content: string;
|
|
5883
6031
|
role: import("..").MessageRole.TemplateHidden;
|
|
6032
|
+
createdAt?: string;
|
|
5884
6033
|
id?: string;
|
|
5885
6034
|
messageId?: string;
|
|
5886
6035
|
name?: string;
|
|
@@ -5889,6 +6038,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5889
6038
|
} | {
|
|
5890
6039
|
content: string;
|
|
5891
6040
|
role: import("..").MessageRole.TemplateSystem;
|
|
6041
|
+
createdAt?: string;
|
|
5892
6042
|
id?: string;
|
|
5893
6043
|
messageId?: string;
|
|
5894
6044
|
name?: string;
|
|
@@ -5897,6 +6047,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5897
6047
|
} | {
|
|
5898
6048
|
content: string;
|
|
5899
6049
|
role: import("..").MessageRole.TemplateUser;
|
|
6050
|
+
createdAt?: string;
|
|
5900
6051
|
id?: string;
|
|
5901
6052
|
messageId?: string;
|
|
5902
6053
|
name?: string;
|
|
@@ -5908,6 +6059,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5908
6059
|
error?: string;
|
|
5909
6060
|
role: import("..").MessageRole.Tool;
|
|
5910
6061
|
toolCallId: string;
|
|
6062
|
+
createdAt?: string;
|
|
5911
6063
|
id?: string;
|
|
5912
6064
|
messageId?: string;
|
|
5913
6065
|
name?: string;
|
|
@@ -5951,6 +6103,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
5951
6103
|
};
|
|
5952
6104
|
};
|
|
5953
6105
|
role: import("..").MessageRole.User;
|
|
6106
|
+
createdAt?: string;
|
|
5954
6107
|
id?: string;
|
|
5955
6108
|
messageId?: string;
|
|
5956
6109
|
name?: string;
|
|
@@ -6581,6 +6734,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6581
6734
|
timestamp?: number;
|
|
6582
6735
|
};
|
|
6583
6736
|
role: import("..").MessageRole.Interrupt;
|
|
6737
|
+
createdAt?: string;
|
|
6584
6738
|
id?: string;
|
|
6585
6739
|
messageId?: string;
|
|
6586
6740
|
name?: string;
|
|
@@ -6646,6 +6800,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6646
6800
|
};
|
|
6647
6801
|
};
|
|
6648
6802
|
role: import("..").MessageRole.Activity;
|
|
6803
|
+
createdAt?: string;
|
|
6649
6804
|
id?: string;
|
|
6650
6805
|
messageId?: string;
|
|
6651
6806
|
name?: string;
|
|
@@ -6689,6 +6844,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6689
6844
|
id: string;
|
|
6690
6845
|
type: import("..").MessageType.Function;
|
|
6691
6846
|
}[];
|
|
6847
|
+
createdAt?: string;
|
|
6692
6848
|
id?: string;
|
|
6693
6849
|
messageId?: string;
|
|
6694
6850
|
name?: string;
|
|
@@ -6697,6 +6853,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6697
6853
|
} | {
|
|
6698
6854
|
content: string;
|
|
6699
6855
|
role: import("..").MessageRole.Developer;
|
|
6856
|
+
createdAt?: string;
|
|
6700
6857
|
id?: string;
|
|
6701
6858
|
messageId?: string;
|
|
6702
6859
|
name?: string;
|
|
@@ -6705,6 +6862,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6705
6862
|
} | {
|
|
6706
6863
|
content: string;
|
|
6707
6864
|
role: import("..").MessageRole.Guide;
|
|
6865
|
+
createdAt?: string;
|
|
6708
6866
|
id?: string;
|
|
6709
6867
|
messageId?: string;
|
|
6710
6868
|
name?: string;
|
|
@@ -6713,6 +6871,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6713
6871
|
} | {
|
|
6714
6872
|
content: string;
|
|
6715
6873
|
role: import("..").MessageRole.HiddenAssistant;
|
|
6874
|
+
createdAt?: string;
|
|
6716
6875
|
id?: string;
|
|
6717
6876
|
messageId?: string;
|
|
6718
6877
|
name?: string;
|
|
@@ -6721,6 +6880,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6721
6880
|
} | {
|
|
6722
6881
|
content: string;
|
|
6723
6882
|
role: import("..").MessageRole.HiddenGuide;
|
|
6883
|
+
createdAt?: string;
|
|
6724
6884
|
id?: string;
|
|
6725
6885
|
messageId?: string;
|
|
6726
6886
|
name?: string;
|
|
@@ -6729,6 +6889,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6729
6889
|
} | {
|
|
6730
6890
|
content: string;
|
|
6731
6891
|
role: import("..").MessageRole.Hidden;
|
|
6892
|
+
createdAt?: string;
|
|
6732
6893
|
id?: string;
|
|
6733
6894
|
messageId?: string;
|
|
6734
6895
|
name?: string;
|
|
@@ -6737,6 +6898,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6737
6898
|
} | {
|
|
6738
6899
|
content: string;
|
|
6739
6900
|
role: import("..").MessageRole.HiddenSystem;
|
|
6901
|
+
createdAt?: string;
|
|
6740
6902
|
id?: string;
|
|
6741
6903
|
messageId?: string;
|
|
6742
6904
|
name?: string;
|
|
@@ -6745,6 +6907,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6745
6907
|
} | {
|
|
6746
6908
|
content: string;
|
|
6747
6909
|
role: import("..").MessageRole.HiddenUser;
|
|
6910
|
+
createdAt?: string;
|
|
6748
6911
|
id?: string;
|
|
6749
6912
|
messageId?: string;
|
|
6750
6913
|
name?: string;
|
|
@@ -6753,6 +6916,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6753
6916
|
} | {
|
|
6754
6917
|
content: string;
|
|
6755
6918
|
role: import("..").MessageRole.Info;
|
|
6919
|
+
createdAt?: string;
|
|
6756
6920
|
id?: string;
|
|
6757
6921
|
messageId?: string;
|
|
6758
6922
|
name?: string;
|
|
@@ -6761,6 +6925,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6761
6925
|
} | {
|
|
6762
6926
|
content: string;
|
|
6763
6927
|
role: import("..").MessageRole.Pause;
|
|
6928
|
+
createdAt?: string;
|
|
6764
6929
|
id?: string;
|
|
6765
6930
|
messageId?: string;
|
|
6766
6931
|
name?: string;
|
|
@@ -6769,6 +6934,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6769
6934
|
} | {
|
|
6770
6935
|
content: string;
|
|
6771
6936
|
role: import("..").MessageRole.Placeholder;
|
|
6937
|
+
createdAt?: string;
|
|
6772
6938
|
id?: string;
|
|
6773
6939
|
messageId?: string;
|
|
6774
6940
|
name?: string;
|
|
@@ -6778,6 +6944,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6778
6944
|
content: string[];
|
|
6779
6945
|
duration?: number;
|
|
6780
6946
|
role: import("..").MessageRole.Reasoning;
|
|
6947
|
+
createdAt?: string;
|
|
6781
6948
|
id?: string;
|
|
6782
6949
|
messageId?: string;
|
|
6783
6950
|
name?: string;
|
|
@@ -6786,6 +6953,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6786
6953
|
} | {
|
|
6787
6954
|
content: string;
|
|
6788
6955
|
role: import("..").MessageRole.System;
|
|
6956
|
+
createdAt?: string;
|
|
6789
6957
|
id?: string;
|
|
6790
6958
|
messageId?: string;
|
|
6791
6959
|
name?: string;
|
|
@@ -6794,6 +6962,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6794
6962
|
} | {
|
|
6795
6963
|
content: string;
|
|
6796
6964
|
role: import("..").MessageRole.TemplateAssistant;
|
|
6965
|
+
createdAt?: string;
|
|
6797
6966
|
id?: string;
|
|
6798
6967
|
messageId?: string;
|
|
6799
6968
|
name?: string;
|
|
@@ -6802,6 +6971,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6802
6971
|
} | {
|
|
6803
6972
|
content: string;
|
|
6804
6973
|
role: import("..").MessageRole.TemplateGuide;
|
|
6974
|
+
createdAt?: string;
|
|
6805
6975
|
id?: string;
|
|
6806
6976
|
messageId?: string;
|
|
6807
6977
|
name?: string;
|
|
@@ -6810,6 +6980,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6810
6980
|
} | {
|
|
6811
6981
|
content: string;
|
|
6812
6982
|
role: import("..").MessageRole.TemplateHidden;
|
|
6983
|
+
createdAt?: string;
|
|
6813
6984
|
id?: string;
|
|
6814
6985
|
messageId?: string;
|
|
6815
6986
|
name?: string;
|
|
@@ -6818,6 +6989,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6818
6989
|
} | {
|
|
6819
6990
|
content: string;
|
|
6820
6991
|
role: import("..").MessageRole.TemplateSystem;
|
|
6992
|
+
createdAt?: string;
|
|
6821
6993
|
id?: string;
|
|
6822
6994
|
messageId?: string;
|
|
6823
6995
|
name?: string;
|
|
@@ -6826,6 +6998,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6826
6998
|
} | {
|
|
6827
6999
|
content: string;
|
|
6828
7000
|
role: import("..").MessageRole.TemplateUser;
|
|
7001
|
+
createdAt?: string;
|
|
6829
7002
|
id?: string;
|
|
6830
7003
|
messageId?: string;
|
|
6831
7004
|
name?: string;
|
|
@@ -6837,6 +7010,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6837
7010
|
error?: string;
|
|
6838
7011
|
role: import("..").MessageRole.Tool;
|
|
6839
7012
|
toolCallId: string;
|
|
7013
|
+
createdAt?: string;
|
|
6840
7014
|
id?: string;
|
|
6841
7015
|
messageId?: string;
|
|
6842
7016
|
name?: string;
|
|
@@ -6880,6 +7054,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
6880
7054
|
};
|
|
6881
7055
|
};
|
|
6882
7056
|
role: import("..").MessageRole.User;
|
|
7057
|
+
createdAt?: string;
|
|
6883
7058
|
id?: string;
|
|
6884
7059
|
messageId?: string;
|
|
6885
7060
|
name?: string;
|
|
@@ -7510,6 +7685,7 @@ export declare const useSession: (mediator: IMediatorModule) => {
|
|
|
7510
7685
|
timestamp?: number;
|
|
7511
7686
|
};
|
|
7512
7687
|
role: import("..").MessageRole.Interrupt;
|
|
7688
|
+
createdAt?: string;
|
|
7513
7689
|
id?: string;
|
|
7514
7690
|
messageId?: string;
|
|
7515
7691
|
name?: string;
|