@rudderhq/shared 0.6.5-canary.1 → 0.6.5
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/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/types/chat.d.ts +0 -24
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/validators/adapter-skills.d.ts +2 -2
- package/dist/validators/automation.d.ts +21 -21
- package/dist/validators/chat.d.ts +346 -346
- package/dist/validators/cost.d.ts +4 -4
- package/dist/validators/custom-integration.d.ts +4 -4
- package/dist/validators/finance.d.ts +4 -4
- package/dist/validators/mcp.d.ts +22 -22
- package/dist/validators/organization-portability.d.ts +20 -20
- package/dist/validators/organization-skill.d.ts +22 -22
- package/dist/validators/work-product.d.ts +8 -8
- package/package.json +1 -1
- package/dist/chat-subagents.d.ts +0 -14
- package/dist/chat-subagents.d.ts.map +0 -1
- package/dist/chat-subagents.js +0 -234
- package/dist/chat-subagents.js.map +0 -1
- package/dist/chat-subagents.test.d.ts +0 -2
- package/dist/chat-subagents.test.d.ts.map +0 -1
- package/dist/chat-subagents.test.js +0 -214
- package/dist/chat-subagents.test.js.map +0 -1
|
@@ -38,10 +38,10 @@ export declare const chatInlineAnnotationSchema: z.ZodEffects<z.ZodDiscriminated
|
|
|
38
38
|
start: number;
|
|
39
39
|
end: number;
|
|
40
40
|
id: string;
|
|
41
|
-
sourceMessageId: string;
|
|
42
41
|
surface: "assistant_body";
|
|
43
42
|
selectedText: string;
|
|
44
43
|
sourceConversationId: string;
|
|
44
|
+
sourceMessageId: string;
|
|
45
45
|
sourceHash: string;
|
|
46
46
|
prefix: string;
|
|
47
47
|
suffix: string;
|
|
@@ -51,10 +51,10 @@ export declare const chatInlineAnnotationSchema: z.ZodEffects<z.ZodDiscriminated
|
|
|
51
51
|
start: number;
|
|
52
52
|
end: number;
|
|
53
53
|
id: string;
|
|
54
|
-
sourceMessageId: string;
|
|
55
54
|
surface: "assistant_body";
|
|
56
55
|
selectedText: string;
|
|
57
56
|
sourceConversationId: string;
|
|
57
|
+
sourceMessageId: string;
|
|
58
58
|
sourceHash: string;
|
|
59
59
|
prefix: string;
|
|
60
60
|
suffix: string;
|
|
@@ -80,45 +80,45 @@ export declare const chatInlineAnnotationSchema: z.ZodEffects<z.ZodDiscriminated
|
|
|
80
80
|
}, "strict", z.ZodTypeAny, {
|
|
81
81
|
start: number;
|
|
82
82
|
end: number;
|
|
83
|
-
generationId: string;
|
|
84
|
-
generationSeqStart: number;
|
|
85
|
-
generationSeqEnd: number;
|
|
86
83
|
id: string;
|
|
87
|
-
|
|
84
|
+
generationSeqEnd: number;
|
|
88
85
|
surface: "process_transcript";
|
|
89
86
|
selectedText: string;
|
|
90
87
|
sourceConversationId: string;
|
|
88
|
+
sourceMessageId: string;
|
|
91
89
|
sourceHash: string;
|
|
92
90
|
prefix: string;
|
|
93
91
|
suffix: string;
|
|
94
92
|
attachmentIds: string[];
|
|
95
93
|
transcriptKind: "assistant" | "thinking";
|
|
94
|
+
generationId: string;
|
|
95
|
+
generationSeqStart: number;
|
|
96
96
|
comment?: string | null | undefined;
|
|
97
97
|
}, {
|
|
98
98
|
start: number;
|
|
99
99
|
end: number;
|
|
100
|
-
generationId: string;
|
|
101
|
-
generationSeqStart: number;
|
|
102
|
-
generationSeqEnd: number;
|
|
103
100
|
id: string;
|
|
104
|
-
|
|
101
|
+
generationSeqEnd: number;
|
|
105
102
|
surface: "process_transcript";
|
|
106
103
|
selectedText: string;
|
|
107
104
|
sourceConversationId: string;
|
|
105
|
+
sourceMessageId: string;
|
|
108
106
|
sourceHash: string;
|
|
109
107
|
prefix: string;
|
|
110
108
|
suffix: string;
|
|
111
109
|
transcriptKind: "assistant" | "thinking";
|
|
110
|
+
generationId: string;
|
|
111
|
+
generationSeqStart: number;
|
|
112
112
|
comment?: unknown;
|
|
113
113
|
attachmentIds?: string[] | undefined;
|
|
114
114
|
}>]>, {
|
|
115
115
|
start: number;
|
|
116
116
|
end: number;
|
|
117
117
|
id: string;
|
|
118
|
-
sourceMessageId: string;
|
|
119
118
|
surface: "assistant_body";
|
|
120
119
|
selectedText: string;
|
|
121
120
|
sourceConversationId: string;
|
|
121
|
+
sourceMessageId: string;
|
|
122
122
|
sourceHash: string;
|
|
123
123
|
prefix: string;
|
|
124
124
|
suffix: string;
|
|
@@ -127,28 +127,28 @@ export declare const chatInlineAnnotationSchema: z.ZodEffects<z.ZodDiscriminated
|
|
|
127
127
|
} | {
|
|
128
128
|
start: number;
|
|
129
129
|
end: number;
|
|
130
|
-
generationId: string;
|
|
131
|
-
generationSeqStart: number;
|
|
132
|
-
generationSeqEnd: number;
|
|
133
130
|
id: string;
|
|
134
|
-
|
|
131
|
+
generationSeqEnd: number;
|
|
135
132
|
surface: "process_transcript";
|
|
136
133
|
selectedText: string;
|
|
137
134
|
sourceConversationId: string;
|
|
135
|
+
sourceMessageId: string;
|
|
138
136
|
sourceHash: string;
|
|
139
137
|
prefix: string;
|
|
140
138
|
suffix: string;
|
|
141
139
|
attachmentIds: string[];
|
|
142
140
|
transcriptKind: "assistant" | "thinking";
|
|
141
|
+
generationId: string;
|
|
142
|
+
generationSeqStart: number;
|
|
143
143
|
comment?: string | null | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
start: number;
|
|
146
146
|
end: number;
|
|
147
147
|
id: string;
|
|
148
|
-
sourceMessageId: string;
|
|
149
148
|
surface: "assistant_body";
|
|
150
149
|
selectedText: string;
|
|
151
150
|
sourceConversationId: string;
|
|
151
|
+
sourceMessageId: string;
|
|
152
152
|
sourceHash: string;
|
|
153
153
|
prefix: string;
|
|
154
154
|
suffix: string;
|
|
@@ -157,18 +157,18 @@ export declare const chatInlineAnnotationSchema: z.ZodEffects<z.ZodDiscriminated
|
|
|
157
157
|
} | {
|
|
158
158
|
start: number;
|
|
159
159
|
end: number;
|
|
160
|
-
generationId: string;
|
|
161
|
-
generationSeqStart: number;
|
|
162
|
-
generationSeqEnd: number;
|
|
163
160
|
id: string;
|
|
164
|
-
|
|
161
|
+
generationSeqEnd: number;
|
|
165
162
|
surface: "process_transcript";
|
|
166
163
|
selectedText: string;
|
|
167
164
|
sourceConversationId: string;
|
|
165
|
+
sourceMessageId: string;
|
|
168
166
|
sourceHash: string;
|
|
169
167
|
prefix: string;
|
|
170
168
|
suffix: string;
|
|
171
169
|
transcriptKind: "assistant" | "thinking";
|
|
170
|
+
generationId: string;
|
|
171
|
+
generationSeqStart: number;
|
|
172
172
|
comment?: unknown;
|
|
173
173
|
attachmentIds?: string[] | undefined;
|
|
174
174
|
}>;
|
|
@@ -191,10 +191,10 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
191
191
|
start: number;
|
|
192
192
|
end: number;
|
|
193
193
|
id: string;
|
|
194
|
-
sourceMessageId: string;
|
|
195
194
|
surface: "assistant_body";
|
|
196
195
|
selectedText: string;
|
|
197
196
|
sourceConversationId: string;
|
|
197
|
+
sourceMessageId: string;
|
|
198
198
|
sourceHash: string;
|
|
199
199
|
prefix: string;
|
|
200
200
|
suffix: string;
|
|
@@ -205,10 +205,10 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
205
205
|
start: number;
|
|
206
206
|
end: number;
|
|
207
207
|
id: string;
|
|
208
|
-
sourceMessageId: string;
|
|
209
208
|
surface: "assistant_body";
|
|
210
209
|
selectedText: string;
|
|
211
210
|
sourceConversationId: string;
|
|
211
|
+
sourceMessageId: string;
|
|
212
212
|
sourceHash: string;
|
|
213
213
|
prefix: string;
|
|
214
214
|
suffix: string;
|
|
@@ -237,36 +237,36 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
237
237
|
}, "strict", z.ZodTypeAny, {
|
|
238
238
|
start: number;
|
|
239
239
|
end: number;
|
|
240
|
-
generationId: string;
|
|
241
|
-
generationSeqStart: number;
|
|
242
|
-
generationSeqEnd: number;
|
|
243
240
|
id: string;
|
|
244
|
-
|
|
241
|
+
generationSeqEnd: number;
|
|
245
242
|
surface: "process_transcript";
|
|
246
243
|
selectedText: string;
|
|
247
244
|
sourceConversationId: string;
|
|
245
|
+
sourceMessageId: string;
|
|
248
246
|
sourceHash: string;
|
|
249
247
|
prefix: string;
|
|
250
248
|
suffix: string;
|
|
251
249
|
attachmentIds: string[];
|
|
252
250
|
transcriptKind: "assistant" | "thinking";
|
|
251
|
+
generationId: string;
|
|
252
|
+
generationSeqStart: number;
|
|
253
253
|
comment?: string | null | undefined;
|
|
254
254
|
attachmentFileIndexes?: number[] | undefined;
|
|
255
255
|
}, {
|
|
256
256
|
start: number;
|
|
257
257
|
end: number;
|
|
258
|
-
generationId: string;
|
|
259
|
-
generationSeqStart: number;
|
|
260
|
-
generationSeqEnd: number;
|
|
261
258
|
id: string;
|
|
262
|
-
|
|
259
|
+
generationSeqEnd: number;
|
|
263
260
|
surface: "process_transcript";
|
|
264
261
|
selectedText: string;
|
|
265
262
|
sourceConversationId: string;
|
|
263
|
+
sourceMessageId: string;
|
|
266
264
|
sourceHash: string;
|
|
267
265
|
prefix: string;
|
|
268
266
|
suffix: string;
|
|
269
267
|
transcriptKind: "assistant" | "thinking";
|
|
268
|
+
generationId: string;
|
|
269
|
+
generationSeqStart: number;
|
|
270
270
|
comment?: unknown;
|
|
271
271
|
attachmentIds?: string[] | undefined;
|
|
272
272
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -274,10 +274,10 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
274
274
|
start: number;
|
|
275
275
|
end: number;
|
|
276
276
|
id: string;
|
|
277
|
-
sourceMessageId: string;
|
|
278
277
|
surface: "assistant_body";
|
|
279
278
|
selectedText: string;
|
|
280
279
|
sourceConversationId: string;
|
|
280
|
+
sourceMessageId: string;
|
|
281
281
|
sourceHash: string;
|
|
282
282
|
prefix: string;
|
|
283
283
|
suffix: string;
|
|
@@ -287,29 +287,29 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
287
287
|
} | {
|
|
288
288
|
start: number;
|
|
289
289
|
end: number;
|
|
290
|
-
generationId: string;
|
|
291
|
-
generationSeqStart: number;
|
|
292
|
-
generationSeqEnd: number;
|
|
293
290
|
id: string;
|
|
294
|
-
|
|
291
|
+
generationSeqEnd: number;
|
|
295
292
|
surface: "process_transcript";
|
|
296
293
|
selectedText: string;
|
|
297
294
|
sourceConversationId: string;
|
|
295
|
+
sourceMessageId: string;
|
|
298
296
|
sourceHash: string;
|
|
299
297
|
prefix: string;
|
|
300
298
|
suffix: string;
|
|
301
299
|
attachmentIds: string[];
|
|
302
300
|
transcriptKind: "assistant" | "thinking";
|
|
301
|
+
generationId: string;
|
|
302
|
+
generationSeqStart: number;
|
|
303
303
|
comment?: string | null | undefined;
|
|
304
304
|
attachmentFileIndexes?: number[] | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
start: number;
|
|
307
307
|
end: number;
|
|
308
308
|
id: string;
|
|
309
|
-
sourceMessageId: string;
|
|
310
309
|
surface: "assistant_body";
|
|
311
310
|
selectedText: string;
|
|
312
311
|
sourceConversationId: string;
|
|
312
|
+
sourceMessageId: string;
|
|
313
313
|
sourceHash: string;
|
|
314
314
|
prefix: string;
|
|
315
315
|
suffix: string;
|
|
@@ -319,18 +319,18 @@ export declare const chatInlineAnnotationInputSchema: z.ZodEffects<z.ZodDiscrimi
|
|
|
319
319
|
} | {
|
|
320
320
|
start: number;
|
|
321
321
|
end: number;
|
|
322
|
-
generationId: string;
|
|
323
|
-
generationSeqStart: number;
|
|
324
|
-
generationSeqEnd: number;
|
|
325
322
|
id: string;
|
|
326
|
-
|
|
323
|
+
generationSeqEnd: number;
|
|
327
324
|
surface: "process_transcript";
|
|
328
325
|
selectedText: string;
|
|
329
326
|
sourceConversationId: string;
|
|
327
|
+
sourceMessageId: string;
|
|
330
328
|
sourceHash: string;
|
|
331
329
|
prefix: string;
|
|
332
330
|
suffix: string;
|
|
333
331
|
transcriptKind: "assistant" | "thinking";
|
|
332
|
+
generationId: string;
|
|
333
|
+
generationSeqStart: number;
|
|
334
334
|
comment?: unknown;
|
|
335
335
|
attachmentIds?: string[] | undefined;
|
|
336
336
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -352,10 +352,10 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
352
352
|
start: number;
|
|
353
353
|
end: number;
|
|
354
354
|
id: string;
|
|
355
|
-
sourceMessageId: string;
|
|
356
355
|
surface: "assistant_body";
|
|
357
356
|
selectedText: string;
|
|
358
357
|
sourceConversationId: string;
|
|
358
|
+
sourceMessageId: string;
|
|
359
359
|
sourceHash: string;
|
|
360
360
|
prefix: string;
|
|
361
361
|
suffix: string;
|
|
@@ -365,10 +365,10 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
365
365
|
start: number;
|
|
366
366
|
end: number;
|
|
367
367
|
id: string;
|
|
368
|
-
sourceMessageId: string;
|
|
369
368
|
surface: "assistant_body";
|
|
370
369
|
selectedText: string;
|
|
371
370
|
sourceConversationId: string;
|
|
371
|
+
sourceMessageId: string;
|
|
372
372
|
sourceHash: string;
|
|
373
373
|
prefix: string;
|
|
374
374
|
suffix: string;
|
|
@@ -394,45 +394,45 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
394
394
|
}, "strict", z.ZodTypeAny, {
|
|
395
395
|
start: number;
|
|
396
396
|
end: number;
|
|
397
|
-
generationId: string;
|
|
398
|
-
generationSeqStart: number;
|
|
399
|
-
generationSeqEnd: number;
|
|
400
397
|
id: string;
|
|
401
|
-
|
|
398
|
+
generationSeqEnd: number;
|
|
402
399
|
surface: "process_transcript";
|
|
403
400
|
selectedText: string;
|
|
404
401
|
sourceConversationId: string;
|
|
402
|
+
sourceMessageId: string;
|
|
405
403
|
sourceHash: string;
|
|
406
404
|
prefix: string;
|
|
407
405
|
suffix: string;
|
|
408
406
|
attachmentIds: string[];
|
|
409
407
|
transcriptKind: "assistant" | "thinking";
|
|
408
|
+
generationId: string;
|
|
409
|
+
generationSeqStart: number;
|
|
410
410
|
comment?: string | null | undefined;
|
|
411
411
|
}, {
|
|
412
412
|
start: number;
|
|
413
413
|
end: number;
|
|
414
|
-
generationId: string;
|
|
415
|
-
generationSeqStart: number;
|
|
416
|
-
generationSeqEnd: number;
|
|
417
414
|
id: string;
|
|
418
|
-
|
|
415
|
+
generationSeqEnd: number;
|
|
419
416
|
surface: "process_transcript";
|
|
420
417
|
selectedText: string;
|
|
421
418
|
sourceConversationId: string;
|
|
419
|
+
sourceMessageId: string;
|
|
422
420
|
sourceHash: string;
|
|
423
421
|
prefix: string;
|
|
424
422
|
suffix: string;
|
|
425
423
|
transcriptKind: "assistant" | "thinking";
|
|
424
|
+
generationId: string;
|
|
425
|
+
generationSeqStart: number;
|
|
426
426
|
comment?: unknown;
|
|
427
427
|
attachmentIds?: string[] | undefined;
|
|
428
428
|
}>]>, {
|
|
429
429
|
start: number;
|
|
430
430
|
end: number;
|
|
431
431
|
id: string;
|
|
432
|
-
sourceMessageId: string;
|
|
433
432
|
surface: "assistant_body";
|
|
434
433
|
selectedText: string;
|
|
435
434
|
sourceConversationId: string;
|
|
435
|
+
sourceMessageId: string;
|
|
436
436
|
sourceHash: string;
|
|
437
437
|
prefix: string;
|
|
438
438
|
suffix: string;
|
|
@@ -441,28 +441,28 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
441
441
|
} | {
|
|
442
442
|
start: number;
|
|
443
443
|
end: number;
|
|
444
|
-
generationId: string;
|
|
445
|
-
generationSeqStart: number;
|
|
446
|
-
generationSeqEnd: number;
|
|
447
444
|
id: string;
|
|
448
|
-
|
|
445
|
+
generationSeqEnd: number;
|
|
449
446
|
surface: "process_transcript";
|
|
450
447
|
selectedText: string;
|
|
451
448
|
sourceConversationId: string;
|
|
449
|
+
sourceMessageId: string;
|
|
452
450
|
sourceHash: string;
|
|
453
451
|
prefix: string;
|
|
454
452
|
suffix: string;
|
|
455
453
|
attachmentIds: string[];
|
|
456
454
|
transcriptKind: "assistant" | "thinking";
|
|
455
|
+
generationId: string;
|
|
456
|
+
generationSeqStart: number;
|
|
457
457
|
comment?: string | null | undefined;
|
|
458
458
|
}, {
|
|
459
459
|
start: number;
|
|
460
460
|
end: number;
|
|
461
461
|
id: string;
|
|
462
|
-
sourceMessageId: string;
|
|
463
462
|
surface: "assistant_body";
|
|
464
463
|
selectedText: string;
|
|
465
464
|
sourceConversationId: string;
|
|
465
|
+
sourceMessageId: string;
|
|
466
466
|
sourceHash: string;
|
|
467
467
|
prefix: string;
|
|
468
468
|
suffix: string;
|
|
@@ -471,28 +471,28 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
471
471
|
} | {
|
|
472
472
|
start: number;
|
|
473
473
|
end: number;
|
|
474
|
-
generationId: string;
|
|
475
|
-
generationSeqStart: number;
|
|
476
|
-
generationSeqEnd: number;
|
|
477
474
|
id: string;
|
|
478
|
-
|
|
475
|
+
generationSeqEnd: number;
|
|
479
476
|
surface: "process_transcript";
|
|
480
477
|
selectedText: string;
|
|
481
478
|
sourceConversationId: string;
|
|
479
|
+
sourceMessageId: string;
|
|
482
480
|
sourceHash: string;
|
|
483
481
|
prefix: string;
|
|
484
482
|
suffix: string;
|
|
485
483
|
transcriptKind: "assistant" | "thinking";
|
|
484
|
+
generationId: string;
|
|
485
|
+
generationSeqStart: number;
|
|
486
486
|
comment?: unknown;
|
|
487
487
|
attachmentIds?: string[] | undefined;
|
|
488
488
|
}>, "many">, ({
|
|
489
489
|
start: number;
|
|
490
490
|
end: number;
|
|
491
491
|
id: string;
|
|
492
|
-
sourceMessageId: string;
|
|
493
492
|
surface: "assistant_body";
|
|
494
493
|
selectedText: string;
|
|
495
494
|
sourceConversationId: string;
|
|
495
|
+
sourceMessageId: string;
|
|
496
496
|
sourceHash: string;
|
|
497
497
|
prefix: string;
|
|
498
498
|
suffix: string;
|
|
@@ -501,28 +501,28 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
501
501
|
} | {
|
|
502
502
|
start: number;
|
|
503
503
|
end: number;
|
|
504
|
-
generationId: string;
|
|
505
|
-
generationSeqStart: number;
|
|
506
|
-
generationSeqEnd: number;
|
|
507
504
|
id: string;
|
|
508
|
-
|
|
505
|
+
generationSeqEnd: number;
|
|
509
506
|
surface: "process_transcript";
|
|
510
507
|
selectedText: string;
|
|
511
508
|
sourceConversationId: string;
|
|
509
|
+
sourceMessageId: string;
|
|
512
510
|
sourceHash: string;
|
|
513
511
|
prefix: string;
|
|
514
512
|
suffix: string;
|
|
515
513
|
attachmentIds: string[];
|
|
516
514
|
transcriptKind: "assistant" | "thinking";
|
|
515
|
+
generationId: string;
|
|
516
|
+
generationSeqStart: number;
|
|
517
517
|
comment?: string | null | undefined;
|
|
518
518
|
})[], ({
|
|
519
519
|
start: number;
|
|
520
520
|
end: number;
|
|
521
521
|
id: string;
|
|
522
|
-
sourceMessageId: string;
|
|
523
522
|
surface: "assistant_body";
|
|
524
523
|
selectedText: string;
|
|
525
524
|
sourceConversationId: string;
|
|
525
|
+
sourceMessageId: string;
|
|
526
526
|
sourceHash: string;
|
|
527
527
|
prefix: string;
|
|
528
528
|
suffix: string;
|
|
@@ -531,18 +531,18 @@ export declare const chatInlineAnnotationsSchema: z.ZodEffects<z.ZodArray<z.ZodE
|
|
|
531
531
|
} | {
|
|
532
532
|
start: number;
|
|
533
533
|
end: number;
|
|
534
|
-
generationId: string;
|
|
535
|
-
generationSeqStart: number;
|
|
536
|
-
generationSeqEnd: number;
|
|
537
534
|
id: string;
|
|
538
|
-
|
|
535
|
+
generationSeqEnd: number;
|
|
539
536
|
surface: "process_transcript";
|
|
540
537
|
selectedText: string;
|
|
541
538
|
sourceConversationId: string;
|
|
539
|
+
sourceMessageId: string;
|
|
542
540
|
sourceHash: string;
|
|
543
541
|
prefix: string;
|
|
544
542
|
suffix: string;
|
|
545
543
|
transcriptKind: "assistant" | "thinking";
|
|
544
|
+
generationId: string;
|
|
545
|
+
generationSeqStart: number;
|
|
546
546
|
comment?: unknown;
|
|
547
547
|
attachmentIds?: string[] | undefined;
|
|
548
548
|
})[]>;
|
|
@@ -565,10 +565,10 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
565
565
|
start: number;
|
|
566
566
|
end: number;
|
|
567
567
|
id: string;
|
|
568
|
-
sourceMessageId: string;
|
|
569
568
|
surface: "assistant_body";
|
|
570
569
|
selectedText: string;
|
|
571
570
|
sourceConversationId: string;
|
|
571
|
+
sourceMessageId: string;
|
|
572
572
|
sourceHash: string;
|
|
573
573
|
prefix: string;
|
|
574
574
|
suffix: string;
|
|
@@ -579,10 +579,10 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
579
579
|
start: number;
|
|
580
580
|
end: number;
|
|
581
581
|
id: string;
|
|
582
|
-
sourceMessageId: string;
|
|
583
582
|
surface: "assistant_body";
|
|
584
583
|
selectedText: string;
|
|
585
584
|
sourceConversationId: string;
|
|
585
|
+
sourceMessageId: string;
|
|
586
586
|
sourceHash: string;
|
|
587
587
|
prefix: string;
|
|
588
588
|
suffix: string;
|
|
@@ -611,36 +611,36 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
611
611
|
}, "strict", z.ZodTypeAny, {
|
|
612
612
|
start: number;
|
|
613
613
|
end: number;
|
|
614
|
-
generationId: string;
|
|
615
|
-
generationSeqStart: number;
|
|
616
|
-
generationSeqEnd: number;
|
|
617
614
|
id: string;
|
|
618
|
-
|
|
615
|
+
generationSeqEnd: number;
|
|
619
616
|
surface: "process_transcript";
|
|
620
617
|
selectedText: string;
|
|
621
618
|
sourceConversationId: string;
|
|
619
|
+
sourceMessageId: string;
|
|
622
620
|
sourceHash: string;
|
|
623
621
|
prefix: string;
|
|
624
622
|
suffix: string;
|
|
625
623
|
attachmentIds: string[];
|
|
626
624
|
transcriptKind: "assistant" | "thinking";
|
|
625
|
+
generationId: string;
|
|
626
|
+
generationSeqStart: number;
|
|
627
627
|
comment?: string | null | undefined;
|
|
628
628
|
attachmentFileIndexes?: number[] | undefined;
|
|
629
629
|
}, {
|
|
630
630
|
start: number;
|
|
631
631
|
end: number;
|
|
632
|
-
generationId: string;
|
|
633
|
-
generationSeqStart: number;
|
|
634
|
-
generationSeqEnd: number;
|
|
635
632
|
id: string;
|
|
636
|
-
|
|
633
|
+
generationSeqEnd: number;
|
|
637
634
|
surface: "process_transcript";
|
|
638
635
|
selectedText: string;
|
|
639
636
|
sourceConversationId: string;
|
|
637
|
+
sourceMessageId: string;
|
|
640
638
|
sourceHash: string;
|
|
641
639
|
prefix: string;
|
|
642
640
|
suffix: string;
|
|
643
641
|
transcriptKind: "assistant" | "thinking";
|
|
642
|
+
generationId: string;
|
|
643
|
+
generationSeqStart: number;
|
|
644
644
|
comment?: unknown;
|
|
645
645
|
attachmentIds?: string[] | undefined;
|
|
646
646
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -648,10 +648,10 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
648
648
|
start: number;
|
|
649
649
|
end: number;
|
|
650
650
|
id: string;
|
|
651
|
-
sourceMessageId: string;
|
|
652
651
|
surface: "assistant_body";
|
|
653
652
|
selectedText: string;
|
|
654
653
|
sourceConversationId: string;
|
|
654
|
+
sourceMessageId: string;
|
|
655
655
|
sourceHash: string;
|
|
656
656
|
prefix: string;
|
|
657
657
|
suffix: string;
|
|
@@ -661,29 +661,29 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
661
661
|
} | {
|
|
662
662
|
start: number;
|
|
663
663
|
end: number;
|
|
664
|
-
generationId: string;
|
|
665
|
-
generationSeqStart: number;
|
|
666
|
-
generationSeqEnd: number;
|
|
667
664
|
id: string;
|
|
668
|
-
|
|
665
|
+
generationSeqEnd: number;
|
|
669
666
|
surface: "process_transcript";
|
|
670
667
|
selectedText: string;
|
|
671
668
|
sourceConversationId: string;
|
|
669
|
+
sourceMessageId: string;
|
|
672
670
|
sourceHash: string;
|
|
673
671
|
prefix: string;
|
|
674
672
|
suffix: string;
|
|
675
673
|
attachmentIds: string[];
|
|
676
674
|
transcriptKind: "assistant" | "thinking";
|
|
675
|
+
generationId: string;
|
|
676
|
+
generationSeqStart: number;
|
|
677
677
|
comment?: string | null | undefined;
|
|
678
678
|
attachmentFileIndexes?: number[] | undefined;
|
|
679
679
|
}, {
|
|
680
680
|
start: number;
|
|
681
681
|
end: number;
|
|
682
682
|
id: string;
|
|
683
|
-
sourceMessageId: string;
|
|
684
683
|
surface: "assistant_body";
|
|
685
684
|
selectedText: string;
|
|
686
685
|
sourceConversationId: string;
|
|
686
|
+
sourceMessageId: string;
|
|
687
687
|
sourceHash: string;
|
|
688
688
|
prefix: string;
|
|
689
689
|
suffix: string;
|
|
@@ -693,18 +693,18 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
693
693
|
} | {
|
|
694
694
|
start: number;
|
|
695
695
|
end: number;
|
|
696
|
-
generationId: string;
|
|
697
|
-
generationSeqStart: number;
|
|
698
|
-
generationSeqEnd: number;
|
|
699
696
|
id: string;
|
|
700
|
-
|
|
697
|
+
generationSeqEnd: number;
|
|
701
698
|
surface: "process_transcript";
|
|
702
699
|
selectedText: string;
|
|
703
700
|
sourceConversationId: string;
|
|
701
|
+
sourceMessageId: string;
|
|
704
702
|
sourceHash: string;
|
|
705
703
|
prefix: string;
|
|
706
704
|
suffix: string;
|
|
707
705
|
transcriptKind: "assistant" | "thinking";
|
|
706
|
+
generationId: string;
|
|
707
|
+
generationSeqStart: number;
|
|
708
708
|
comment?: unknown;
|
|
709
709
|
attachmentIds?: string[] | undefined;
|
|
710
710
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -712,10 +712,10 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
712
712
|
start: number;
|
|
713
713
|
end: number;
|
|
714
714
|
id: string;
|
|
715
|
-
sourceMessageId: string;
|
|
716
715
|
surface: "assistant_body";
|
|
717
716
|
selectedText: string;
|
|
718
717
|
sourceConversationId: string;
|
|
718
|
+
sourceMessageId: string;
|
|
719
719
|
sourceHash: string;
|
|
720
720
|
prefix: string;
|
|
721
721
|
suffix: string;
|
|
@@ -725,29 +725,29 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
725
725
|
} | {
|
|
726
726
|
start: number;
|
|
727
727
|
end: number;
|
|
728
|
-
generationId: string;
|
|
729
|
-
generationSeqStart: number;
|
|
730
|
-
generationSeqEnd: number;
|
|
731
728
|
id: string;
|
|
732
|
-
|
|
729
|
+
generationSeqEnd: number;
|
|
733
730
|
surface: "process_transcript";
|
|
734
731
|
selectedText: string;
|
|
735
732
|
sourceConversationId: string;
|
|
733
|
+
sourceMessageId: string;
|
|
736
734
|
sourceHash: string;
|
|
737
735
|
prefix: string;
|
|
738
736
|
suffix: string;
|
|
739
737
|
attachmentIds: string[];
|
|
740
738
|
transcriptKind: "assistant" | "thinking";
|
|
739
|
+
generationId: string;
|
|
740
|
+
generationSeqStart: number;
|
|
741
741
|
comment?: string | null | undefined;
|
|
742
742
|
attachmentFileIndexes?: number[] | undefined;
|
|
743
743
|
})[], ({
|
|
744
744
|
start: number;
|
|
745
745
|
end: number;
|
|
746
746
|
id: string;
|
|
747
|
-
sourceMessageId: string;
|
|
748
747
|
surface: "assistant_body";
|
|
749
748
|
selectedText: string;
|
|
750
749
|
sourceConversationId: string;
|
|
750
|
+
sourceMessageId: string;
|
|
751
751
|
sourceHash: string;
|
|
752
752
|
prefix: string;
|
|
753
753
|
suffix: string;
|
|
@@ -757,18 +757,18 @@ export declare const chatInlineAnnotationsInputSchema: z.ZodEffects<z.ZodArray<z
|
|
|
757
757
|
} | {
|
|
758
758
|
start: number;
|
|
759
759
|
end: number;
|
|
760
|
-
generationId: string;
|
|
761
|
-
generationSeqStart: number;
|
|
762
|
-
generationSeqEnd: number;
|
|
763
760
|
id: string;
|
|
764
|
-
|
|
761
|
+
generationSeqEnd: number;
|
|
765
762
|
surface: "process_transcript";
|
|
766
763
|
selectedText: string;
|
|
767
764
|
sourceConversationId: string;
|
|
765
|
+
sourceMessageId: string;
|
|
768
766
|
sourceHash: string;
|
|
769
767
|
prefix: string;
|
|
770
768
|
suffix: string;
|
|
771
769
|
transcriptKind: "assistant" | "thinking";
|
|
770
|
+
generationId: string;
|
|
771
|
+
generationSeqStart: number;
|
|
772
772
|
comment?: unknown;
|
|
773
773
|
attachmentIds?: string[] | undefined;
|
|
774
774
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1069,10 +1069,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1069
1069
|
start: number;
|
|
1070
1070
|
end: number;
|
|
1071
1071
|
id: string;
|
|
1072
|
-
sourceMessageId: string;
|
|
1073
1072
|
surface: "assistant_body";
|
|
1074
1073
|
selectedText: string;
|
|
1075
1074
|
sourceConversationId: string;
|
|
1075
|
+
sourceMessageId: string;
|
|
1076
1076
|
sourceHash: string;
|
|
1077
1077
|
prefix: string;
|
|
1078
1078
|
suffix: string;
|
|
@@ -1083,10 +1083,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1083
1083
|
start: number;
|
|
1084
1084
|
end: number;
|
|
1085
1085
|
id: string;
|
|
1086
|
-
sourceMessageId: string;
|
|
1087
1086
|
surface: "assistant_body";
|
|
1088
1087
|
selectedText: string;
|
|
1089
1088
|
sourceConversationId: string;
|
|
1089
|
+
sourceMessageId: string;
|
|
1090
1090
|
sourceHash: string;
|
|
1091
1091
|
prefix: string;
|
|
1092
1092
|
suffix: string;
|
|
@@ -1115,36 +1115,36 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1115
1115
|
}, "strict", z.ZodTypeAny, {
|
|
1116
1116
|
start: number;
|
|
1117
1117
|
end: number;
|
|
1118
|
-
generationId: string;
|
|
1119
|
-
generationSeqStart: number;
|
|
1120
|
-
generationSeqEnd: number;
|
|
1121
1118
|
id: string;
|
|
1122
|
-
|
|
1119
|
+
generationSeqEnd: number;
|
|
1123
1120
|
surface: "process_transcript";
|
|
1124
1121
|
selectedText: string;
|
|
1125
1122
|
sourceConversationId: string;
|
|
1123
|
+
sourceMessageId: string;
|
|
1126
1124
|
sourceHash: string;
|
|
1127
1125
|
prefix: string;
|
|
1128
1126
|
suffix: string;
|
|
1129
1127
|
attachmentIds: string[];
|
|
1130
1128
|
transcriptKind: "assistant" | "thinking";
|
|
1129
|
+
generationId: string;
|
|
1130
|
+
generationSeqStart: number;
|
|
1131
1131
|
comment?: string | null | undefined;
|
|
1132
1132
|
attachmentFileIndexes?: number[] | undefined;
|
|
1133
1133
|
}, {
|
|
1134
1134
|
start: number;
|
|
1135
1135
|
end: number;
|
|
1136
|
-
generationId: string;
|
|
1137
|
-
generationSeqStart: number;
|
|
1138
|
-
generationSeqEnd: number;
|
|
1139
1136
|
id: string;
|
|
1140
|
-
|
|
1137
|
+
generationSeqEnd: number;
|
|
1141
1138
|
surface: "process_transcript";
|
|
1142
1139
|
selectedText: string;
|
|
1143
1140
|
sourceConversationId: string;
|
|
1141
|
+
sourceMessageId: string;
|
|
1144
1142
|
sourceHash: string;
|
|
1145
1143
|
prefix: string;
|
|
1146
1144
|
suffix: string;
|
|
1147
1145
|
transcriptKind: "assistant" | "thinking";
|
|
1146
|
+
generationId: string;
|
|
1147
|
+
generationSeqStart: number;
|
|
1148
1148
|
comment?: unknown;
|
|
1149
1149
|
attachmentIds?: string[] | undefined;
|
|
1150
1150
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1152,10 +1152,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1152
1152
|
start: number;
|
|
1153
1153
|
end: number;
|
|
1154
1154
|
id: string;
|
|
1155
|
-
sourceMessageId: string;
|
|
1156
1155
|
surface: "assistant_body";
|
|
1157
1156
|
selectedText: string;
|
|
1158
1157
|
sourceConversationId: string;
|
|
1158
|
+
sourceMessageId: string;
|
|
1159
1159
|
sourceHash: string;
|
|
1160
1160
|
prefix: string;
|
|
1161
1161
|
suffix: string;
|
|
@@ -1165,29 +1165,29 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1165
1165
|
} | {
|
|
1166
1166
|
start: number;
|
|
1167
1167
|
end: number;
|
|
1168
|
-
generationId: string;
|
|
1169
|
-
generationSeqStart: number;
|
|
1170
|
-
generationSeqEnd: number;
|
|
1171
1168
|
id: string;
|
|
1172
|
-
|
|
1169
|
+
generationSeqEnd: number;
|
|
1173
1170
|
surface: "process_transcript";
|
|
1174
1171
|
selectedText: string;
|
|
1175
1172
|
sourceConversationId: string;
|
|
1173
|
+
sourceMessageId: string;
|
|
1176
1174
|
sourceHash: string;
|
|
1177
1175
|
prefix: string;
|
|
1178
1176
|
suffix: string;
|
|
1179
1177
|
attachmentIds: string[];
|
|
1180
1178
|
transcriptKind: "assistant" | "thinking";
|
|
1179
|
+
generationId: string;
|
|
1180
|
+
generationSeqStart: number;
|
|
1181
1181
|
comment?: string | null | undefined;
|
|
1182
1182
|
attachmentFileIndexes?: number[] | undefined;
|
|
1183
1183
|
}, {
|
|
1184
1184
|
start: number;
|
|
1185
1185
|
end: number;
|
|
1186
1186
|
id: string;
|
|
1187
|
-
sourceMessageId: string;
|
|
1188
1187
|
surface: "assistant_body";
|
|
1189
1188
|
selectedText: string;
|
|
1190
1189
|
sourceConversationId: string;
|
|
1190
|
+
sourceMessageId: string;
|
|
1191
1191
|
sourceHash: string;
|
|
1192
1192
|
prefix: string;
|
|
1193
1193
|
suffix: string;
|
|
@@ -1197,18 +1197,18 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1197
1197
|
} | {
|
|
1198
1198
|
start: number;
|
|
1199
1199
|
end: number;
|
|
1200
|
-
generationId: string;
|
|
1201
|
-
generationSeqStart: number;
|
|
1202
|
-
generationSeqEnd: number;
|
|
1203
1200
|
id: string;
|
|
1204
|
-
|
|
1201
|
+
generationSeqEnd: number;
|
|
1205
1202
|
surface: "process_transcript";
|
|
1206
1203
|
selectedText: string;
|
|
1207
1204
|
sourceConversationId: string;
|
|
1205
|
+
sourceMessageId: string;
|
|
1208
1206
|
sourceHash: string;
|
|
1209
1207
|
prefix: string;
|
|
1210
1208
|
suffix: string;
|
|
1211
1209
|
transcriptKind: "assistant" | "thinking";
|
|
1210
|
+
generationId: string;
|
|
1211
|
+
generationSeqStart: number;
|
|
1212
1212
|
comment?: unknown;
|
|
1213
1213
|
attachmentIds?: string[] | undefined;
|
|
1214
1214
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1216,10 +1216,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1216
1216
|
start: number;
|
|
1217
1217
|
end: number;
|
|
1218
1218
|
id: string;
|
|
1219
|
-
sourceMessageId: string;
|
|
1220
1219
|
surface: "assistant_body";
|
|
1221
1220
|
selectedText: string;
|
|
1222
1221
|
sourceConversationId: string;
|
|
1222
|
+
sourceMessageId: string;
|
|
1223
1223
|
sourceHash: string;
|
|
1224
1224
|
prefix: string;
|
|
1225
1225
|
suffix: string;
|
|
@@ -1229,29 +1229,29 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1229
1229
|
} | {
|
|
1230
1230
|
start: number;
|
|
1231
1231
|
end: number;
|
|
1232
|
-
generationId: string;
|
|
1233
|
-
generationSeqStart: number;
|
|
1234
|
-
generationSeqEnd: number;
|
|
1235
1232
|
id: string;
|
|
1236
|
-
|
|
1233
|
+
generationSeqEnd: number;
|
|
1237
1234
|
surface: "process_transcript";
|
|
1238
1235
|
selectedText: string;
|
|
1239
1236
|
sourceConversationId: string;
|
|
1237
|
+
sourceMessageId: string;
|
|
1240
1238
|
sourceHash: string;
|
|
1241
1239
|
prefix: string;
|
|
1242
1240
|
suffix: string;
|
|
1243
1241
|
attachmentIds: string[];
|
|
1244
1242
|
transcriptKind: "assistant" | "thinking";
|
|
1243
|
+
generationId: string;
|
|
1244
|
+
generationSeqStart: number;
|
|
1245
1245
|
comment?: string | null | undefined;
|
|
1246
1246
|
attachmentFileIndexes?: number[] | undefined;
|
|
1247
1247
|
})[], ({
|
|
1248
1248
|
start: number;
|
|
1249
1249
|
end: number;
|
|
1250
1250
|
id: string;
|
|
1251
|
-
sourceMessageId: string;
|
|
1252
1251
|
surface: "assistant_body";
|
|
1253
1252
|
selectedText: string;
|
|
1254
1253
|
sourceConversationId: string;
|
|
1254
|
+
sourceMessageId: string;
|
|
1255
1255
|
sourceHash: string;
|
|
1256
1256
|
prefix: string;
|
|
1257
1257
|
suffix: string;
|
|
@@ -1261,18 +1261,18 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1261
1261
|
} | {
|
|
1262
1262
|
start: number;
|
|
1263
1263
|
end: number;
|
|
1264
|
-
generationId: string;
|
|
1265
|
-
generationSeqStart: number;
|
|
1266
|
-
generationSeqEnd: number;
|
|
1267
1264
|
id: string;
|
|
1268
|
-
|
|
1265
|
+
generationSeqEnd: number;
|
|
1269
1266
|
surface: "process_transcript";
|
|
1270
1267
|
selectedText: string;
|
|
1271
1268
|
sourceConversationId: string;
|
|
1269
|
+
sourceMessageId: string;
|
|
1272
1270
|
sourceHash: string;
|
|
1273
1271
|
prefix: string;
|
|
1274
1272
|
suffix: string;
|
|
1275
1273
|
transcriptKind: "assistant" | "thinking";
|
|
1274
|
+
generationId: string;
|
|
1275
|
+
generationSeqStart: number;
|
|
1276
1276
|
comment?: unknown;
|
|
1277
1277
|
attachmentIds?: string[] | undefined;
|
|
1278
1278
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1285,10 +1285,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1285
1285
|
start: number;
|
|
1286
1286
|
end: number;
|
|
1287
1287
|
id: string;
|
|
1288
|
-
sourceMessageId: string;
|
|
1289
1288
|
surface: "assistant_body";
|
|
1290
1289
|
selectedText: string;
|
|
1291
1290
|
sourceConversationId: string;
|
|
1291
|
+
sourceMessageId: string;
|
|
1292
1292
|
sourceHash: string;
|
|
1293
1293
|
prefix: string;
|
|
1294
1294
|
suffix: string;
|
|
@@ -1298,19 +1298,19 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1298
1298
|
} | {
|
|
1299
1299
|
start: number;
|
|
1300
1300
|
end: number;
|
|
1301
|
-
generationId: string;
|
|
1302
|
-
generationSeqStart: number;
|
|
1303
|
-
generationSeqEnd: number;
|
|
1304
1301
|
id: string;
|
|
1305
|
-
|
|
1302
|
+
generationSeqEnd: number;
|
|
1306
1303
|
surface: "process_transcript";
|
|
1307
1304
|
selectedText: string;
|
|
1308
1305
|
sourceConversationId: string;
|
|
1306
|
+
sourceMessageId: string;
|
|
1309
1307
|
sourceHash: string;
|
|
1310
1308
|
prefix: string;
|
|
1311
1309
|
suffix: string;
|
|
1312
1310
|
attachmentIds: string[];
|
|
1313
1311
|
transcriptKind: "assistant" | "thinking";
|
|
1312
|
+
generationId: string;
|
|
1313
|
+
generationSeqStart: number;
|
|
1314
1314
|
comment?: string | null | undefined;
|
|
1315
1315
|
attachmentFileIndexes?: number[] | undefined;
|
|
1316
1316
|
})[] | undefined;
|
|
@@ -1322,10 +1322,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1322
1322
|
start: number;
|
|
1323
1323
|
end: number;
|
|
1324
1324
|
id: string;
|
|
1325
|
-
sourceMessageId: string;
|
|
1326
1325
|
surface: "assistant_body";
|
|
1327
1326
|
selectedText: string;
|
|
1328
1327
|
sourceConversationId: string;
|
|
1328
|
+
sourceMessageId: string;
|
|
1329
1329
|
sourceHash: string;
|
|
1330
1330
|
prefix: string;
|
|
1331
1331
|
suffix: string;
|
|
@@ -1335,18 +1335,18 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1335
1335
|
} | {
|
|
1336
1336
|
start: number;
|
|
1337
1337
|
end: number;
|
|
1338
|
-
generationId: string;
|
|
1339
|
-
generationSeqStart: number;
|
|
1340
|
-
generationSeqEnd: number;
|
|
1341
1338
|
id: string;
|
|
1342
|
-
|
|
1339
|
+
generationSeqEnd: number;
|
|
1343
1340
|
surface: "process_transcript";
|
|
1344
1341
|
selectedText: string;
|
|
1345
1342
|
sourceConversationId: string;
|
|
1343
|
+
sourceMessageId: string;
|
|
1346
1344
|
sourceHash: string;
|
|
1347
1345
|
prefix: string;
|
|
1348
1346
|
suffix: string;
|
|
1349
1347
|
transcriptKind: "assistant" | "thinking";
|
|
1348
|
+
generationId: string;
|
|
1349
|
+
generationSeqStart: number;
|
|
1350
1350
|
comment?: unknown;
|
|
1351
1351
|
attachmentIds?: string[] | undefined;
|
|
1352
1352
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1359,10 +1359,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1359
1359
|
start: number;
|
|
1360
1360
|
end: number;
|
|
1361
1361
|
id: string;
|
|
1362
|
-
sourceMessageId: string;
|
|
1363
1362
|
surface: "assistant_body";
|
|
1364
1363
|
selectedText: string;
|
|
1365
1364
|
sourceConversationId: string;
|
|
1365
|
+
sourceMessageId: string;
|
|
1366
1366
|
sourceHash: string;
|
|
1367
1367
|
prefix: string;
|
|
1368
1368
|
suffix: string;
|
|
@@ -1372,19 +1372,19 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1372
1372
|
} | {
|
|
1373
1373
|
start: number;
|
|
1374
1374
|
end: number;
|
|
1375
|
-
generationId: string;
|
|
1376
|
-
generationSeqStart: number;
|
|
1377
|
-
generationSeqEnd: number;
|
|
1378
1375
|
id: string;
|
|
1379
|
-
|
|
1376
|
+
generationSeqEnd: number;
|
|
1380
1377
|
surface: "process_transcript";
|
|
1381
1378
|
selectedText: string;
|
|
1382
1379
|
sourceConversationId: string;
|
|
1380
|
+
sourceMessageId: string;
|
|
1383
1381
|
sourceHash: string;
|
|
1384
1382
|
prefix: string;
|
|
1385
1383
|
suffix: string;
|
|
1386
1384
|
attachmentIds: string[];
|
|
1387
1385
|
transcriptKind: "assistant" | "thinking";
|
|
1386
|
+
generationId: string;
|
|
1387
|
+
generationSeqStart: number;
|
|
1388
1388
|
comment?: string | null | undefined;
|
|
1389
1389
|
attachmentFileIndexes?: number[] | undefined;
|
|
1390
1390
|
})[] | undefined;
|
|
@@ -1396,10 +1396,10 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1396
1396
|
start: number;
|
|
1397
1397
|
end: number;
|
|
1398
1398
|
id: string;
|
|
1399
|
-
sourceMessageId: string;
|
|
1400
1399
|
surface: "assistant_body";
|
|
1401
1400
|
selectedText: string;
|
|
1402
1401
|
sourceConversationId: string;
|
|
1402
|
+
sourceMessageId: string;
|
|
1403
1403
|
sourceHash: string;
|
|
1404
1404
|
prefix: string;
|
|
1405
1405
|
suffix: string;
|
|
@@ -1409,18 +1409,18 @@ export declare const addChatMessageSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1409
1409
|
} | {
|
|
1410
1410
|
start: number;
|
|
1411
1411
|
end: number;
|
|
1412
|
-
generationId: string;
|
|
1413
|
-
generationSeqStart: number;
|
|
1414
|
-
generationSeqEnd: number;
|
|
1415
1412
|
id: string;
|
|
1416
|
-
|
|
1413
|
+
generationSeqEnd: number;
|
|
1417
1414
|
surface: "process_transcript";
|
|
1418
1415
|
selectedText: string;
|
|
1419
1416
|
sourceConversationId: string;
|
|
1417
|
+
sourceMessageId: string;
|
|
1420
1418
|
sourceHash: string;
|
|
1421
1419
|
prefix: string;
|
|
1422
1420
|
suffix: string;
|
|
1423
1421
|
transcriptKind: "assistant" | "thinking";
|
|
1422
|
+
generationId: string;
|
|
1423
|
+
generationSeqStart: number;
|
|
1424
1424
|
comment?: unknown;
|
|
1425
1425
|
attachmentIds?: string[] | undefined;
|
|
1426
1426
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1450,10 +1450,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1450
1450
|
start: number;
|
|
1451
1451
|
end: number;
|
|
1452
1452
|
id: string;
|
|
1453
|
-
sourceMessageId: string;
|
|
1454
1453
|
surface: "assistant_body";
|
|
1455
1454
|
selectedText: string;
|
|
1456
1455
|
sourceConversationId: string;
|
|
1456
|
+
sourceMessageId: string;
|
|
1457
1457
|
sourceHash: string;
|
|
1458
1458
|
prefix: string;
|
|
1459
1459
|
suffix: string;
|
|
@@ -1464,10 +1464,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1464
1464
|
start: number;
|
|
1465
1465
|
end: number;
|
|
1466
1466
|
id: string;
|
|
1467
|
-
sourceMessageId: string;
|
|
1468
1467
|
surface: "assistant_body";
|
|
1469
1468
|
selectedText: string;
|
|
1470
1469
|
sourceConversationId: string;
|
|
1470
|
+
sourceMessageId: string;
|
|
1471
1471
|
sourceHash: string;
|
|
1472
1472
|
prefix: string;
|
|
1473
1473
|
suffix: string;
|
|
@@ -1496,36 +1496,36 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1496
1496
|
}, "strict", z.ZodTypeAny, {
|
|
1497
1497
|
start: number;
|
|
1498
1498
|
end: number;
|
|
1499
|
-
generationId: string;
|
|
1500
|
-
generationSeqStart: number;
|
|
1501
|
-
generationSeqEnd: number;
|
|
1502
1499
|
id: string;
|
|
1503
|
-
|
|
1500
|
+
generationSeqEnd: number;
|
|
1504
1501
|
surface: "process_transcript";
|
|
1505
1502
|
selectedText: string;
|
|
1506
1503
|
sourceConversationId: string;
|
|
1504
|
+
sourceMessageId: string;
|
|
1507
1505
|
sourceHash: string;
|
|
1508
1506
|
prefix: string;
|
|
1509
1507
|
suffix: string;
|
|
1510
1508
|
attachmentIds: string[];
|
|
1511
1509
|
transcriptKind: "assistant" | "thinking";
|
|
1510
|
+
generationId: string;
|
|
1511
|
+
generationSeqStart: number;
|
|
1512
1512
|
comment?: string | null | undefined;
|
|
1513
1513
|
attachmentFileIndexes?: number[] | undefined;
|
|
1514
1514
|
}, {
|
|
1515
1515
|
start: number;
|
|
1516
1516
|
end: number;
|
|
1517
|
-
generationId: string;
|
|
1518
|
-
generationSeqStart: number;
|
|
1519
|
-
generationSeqEnd: number;
|
|
1520
1517
|
id: string;
|
|
1521
|
-
|
|
1518
|
+
generationSeqEnd: number;
|
|
1522
1519
|
surface: "process_transcript";
|
|
1523
1520
|
selectedText: string;
|
|
1524
1521
|
sourceConversationId: string;
|
|
1522
|
+
sourceMessageId: string;
|
|
1525
1523
|
sourceHash: string;
|
|
1526
1524
|
prefix: string;
|
|
1527
1525
|
suffix: string;
|
|
1528
1526
|
transcriptKind: "assistant" | "thinking";
|
|
1527
|
+
generationId: string;
|
|
1528
|
+
generationSeqStart: number;
|
|
1529
1529
|
comment?: unknown;
|
|
1530
1530
|
attachmentIds?: string[] | undefined;
|
|
1531
1531
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1533,10 +1533,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1533
1533
|
start: number;
|
|
1534
1534
|
end: number;
|
|
1535
1535
|
id: string;
|
|
1536
|
-
sourceMessageId: string;
|
|
1537
1536
|
surface: "assistant_body";
|
|
1538
1537
|
selectedText: string;
|
|
1539
1538
|
sourceConversationId: string;
|
|
1539
|
+
sourceMessageId: string;
|
|
1540
1540
|
sourceHash: string;
|
|
1541
1541
|
prefix: string;
|
|
1542
1542
|
suffix: string;
|
|
@@ -1546,29 +1546,29 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1546
1546
|
} | {
|
|
1547
1547
|
start: number;
|
|
1548
1548
|
end: number;
|
|
1549
|
-
generationId: string;
|
|
1550
|
-
generationSeqStart: number;
|
|
1551
|
-
generationSeqEnd: number;
|
|
1552
1549
|
id: string;
|
|
1553
|
-
|
|
1550
|
+
generationSeqEnd: number;
|
|
1554
1551
|
surface: "process_transcript";
|
|
1555
1552
|
selectedText: string;
|
|
1556
1553
|
sourceConversationId: string;
|
|
1554
|
+
sourceMessageId: string;
|
|
1557
1555
|
sourceHash: string;
|
|
1558
1556
|
prefix: string;
|
|
1559
1557
|
suffix: string;
|
|
1560
1558
|
attachmentIds: string[];
|
|
1561
1559
|
transcriptKind: "assistant" | "thinking";
|
|
1560
|
+
generationId: string;
|
|
1561
|
+
generationSeqStart: number;
|
|
1562
1562
|
comment?: string | null | undefined;
|
|
1563
1563
|
attachmentFileIndexes?: number[] | undefined;
|
|
1564
1564
|
}, {
|
|
1565
1565
|
start: number;
|
|
1566
1566
|
end: number;
|
|
1567
1567
|
id: string;
|
|
1568
|
-
sourceMessageId: string;
|
|
1569
1568
|
surface: "assistant_body";
|
|
1570
1569
|
selectedText: string;
|
|
1571
1570
|
sourceConversationId: string;
|
|
1571
|
+
sourceMessageId: string;
|
|
1572
1572
|
sourceHash: string;
|
|
1573
1573
|
prefix: string;
|
|
1574
1574
|
suffix: string;
|
|
@@ -1578,18 +1578,18 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1578
1578
|
} | {
|
|
1579
1579
|
start: number;
|
|
1580
1580
|
end: number;
|
|
1581
|
-
generationId: string;
|
|
1582
|
-
generationSeqStart: number;
|
|
1583
|
-
generationSeqEnd: number;
|
|
1584
1581
|
id: string;
|
|
1585
|
-
|
|
1582
|
+
generationSeqEnd: number;
|
|
1586
1583
|
surface: "process_transcript";
|
|
1587
1584
|
selectedText: string;
|
|
1588
1585
|
sourceConversationId: string;
|
|
1586
|
+
sourceMessageId: string;
|
|
1589
1587
|
sourceHash: string;
|
|
1590
1588
|
prefix: string;
|
|
1591
1589
|
suffix: string;
|
|
1592
1590
|
transcriptKind: "assistant" | "thinking";
|
|
1591
|
+
generationId: string;
|
|
1592
|
+
generationSeqStart: number;
|
|
1593
1593
|
comment?: unknown;
|
|
1594
1594
|
attachmentIds?: string[] | undefined;
|
|
1595
1595
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1597,10 +1597,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1597
1597
|
start: number;
|
|
1598
1598
|
end: number;
|
|
1599
1599
|
id: string;
|
|
1600
|
-
sourceMessageId: string;
|
|
1601
1600
|
surface: "assistant_body";
|
|
1602
1601
|
selectedText: string;
|
|
1603
1602
|
sourceConversationId: string;
|
|
1603
|
+
sourceMessageId: string;
|
|
1604
1604
|
sourceHash: string;
|
|
1605
1605
|
prefix: string;
|
|
1606
1606
|
suffix: string;
|
|
@@ -1610,29 +1610,29 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1610
1610
|
} | {
|
|
1611
1611
|
start: number;
|
|
1612
1612
|
end: number;
|
|
1613
|
-
generationId: string;
|
|
1614
|
-
generationSeqStart: number;
|
|
1615
|
-
generationSeqEnd: number;
|
|
1616
1613
|
id: string;
|
|
1617
|
-
|
|
1614
|
+
generationSeqEnd: number;
|
|
1618
1615
|
surface: "process_transcript";
|
|
1619
1616
|
selectedText: string;
|
|
1620
1617
|
sourceConversationId: string;
|
|
1618
|
+
sourceMessageId: string;
|
|
1621
1619
|
sourceHash: string;
|
|
1622
1620
|
prefix: string;
|
|
1623
1621
|
suffix: string;
|
|
1624
1622
|
attachmentIds: string[];
|
|
1625
1623
|
transcriptKind: "assistant" | "thinking";
|
|
1624
|
+
generationId: string;
|
|
1625
|
+
generationSeqStart: number;
|
|
1626
1626
|
comment?: string | null | undefined;
|
|
1627
1627
|
attachmentFileIndexes?: number[] | undefined;
|
|
1628
1628
|
})[], ({
|
|
1629
1629
|
start: number;
|
|
1630
1630
|
end: number;
|
|
1631
1631
|
id: string;
|
|
1632
|
-
sourceMessageId: string;
|
|
1633
1632
|
surface: "assistant_body";
|
|
1634
1633
|
selectedText: string;
|
|
1635
1634
|
sourceConversationId: string;
|
|
1635
|
+
sourceMessageId: string;
|
|
1636
1636
|
sourceHash: string;
|
|
1637
1637
|
prefix: string;
|
|
1638
1638
|
suffix: string;
|
|
@@ -1642,18 +1642,18 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1642
1642
|
} | {
|
|
1643
1643
|
start: number;
|
|
1644
1644
|
end: number;
|
|
1645
|
-
generationId: string;
|
|
1646
|
-
generationSeqStart: number;
|
|
1647
|
-
generationSeqEnd: number;
|
|
1648
1645
|
id: string;
|
|
1649
|
-
|
|
1646
|
+
generationSeqEnd: number;
|
|
1650
1647
|
surface: "process_transcript";
|
|
1651
1648
|
selectedText: string;
|
|
1652
1649
|
sourceConversationId: string;
|
|
1650
|
+
sourceMessageId: string;
|
|
1653
1651
|
sourceHash: string;
|
|
1654
1652
|
prefix: string;
|
|
1655
1653
|
suffix: string;
|
|
1656
1654
|
transcriptKind: "assistant" | "thinking";
|
|
1655
|
+
generationId: string;
|
|
1656
|
+
generationSeqStart: number;
|
|
1657
1657
|
comment?: unknown;
|
|
1658
1658
|
attachmentIds?: string[] | undefined;
|
|
1659
1659
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1672,10 +1672,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1672
1672
|
start: number;
|
|
1673
1673
|
end: number;
|
|
1674
1674
|
id: string;
|
|
1675
|
-
sourceMessageId: string;
|
|
1676
1675
|
surface: "assistant_body";
|
|
1677
1676
|
selectedText: string;
|
|
1678
1677
|
sourceConversationId: string;
|
|
1678
|
+
sourceMessageId: string;
|
|
1679
1679
|
sourceHash: string;
|
|
1680
1680
|
prefix: string;
|
|
1681
1681
|
suffix: string;
|
|
@@ -1685,33 +1685,32 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1685
1685
|
} | {
|
|
1686
1686
|
start: number;
|
|
1687
1687
|
end: number;
|
|
1688
|
-
generationId: string;
|
|
1689
|
-
generationSeqStart: number;
|
|
1690
|
-
generationSeqEnd: number;
|
|
1691
1688
|
id: string;
|
|
1692
|
-
|
|
1689
|
+
generationSeqEnd: number;
|
|
1693
1690
|
surface: "process_transcript";
|
|
1694
1691
|
selectedText: string;
|
|
1695
1692
|
sourceConversationId: string;
|
|
1693
|
+
sourceMessageId: string;
|
|
1696
1694
|
sourceHash: string;
|
|
1697
1695
|
prefix: string;
|
|
1698
1696
|
suffix: string;
|
|
1699
1697
|
attachmentIds: string[];
|
|
1700
1698
|
transcriptKind: "assistant" | "thinking";
|
|
1699
|
+
generationId: string;
|
|
1700
|
+
generationSeqStart: number;
|
|
1701
1701
|
comment?: string | null | undefined;
|
|
1702
1702
|
attachmentFileIndexes?: number[] | undefined;
|
|
1703
1703
|
})[];
|
|
1704
1704
|
skillRefs: string[];
|
|
1705
1705
|
projectId?: string | null | undefined;
|
|
1706
1706
|
agentId?: string | null | undefined;
|
|
1707
|
-
model?: string | null | undefined;
|
|
1708
1707
|
accessMode?: string | null | undefined;
|
|
1709
1708
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1709
|
+
model?: string | null | undefined;
|
|
1710
1710
|
effort?: string | null | undefined;
|
|
1711
1711
|
}, {
|
|
1712
1712
|
projectId?: string | null | undefined;
|
|
1713
1713
|
agentId?: string | null | undefined;
|
|
1714
|
-
model?: string | null | undefined;
|
|
1715
1714
|
accessMode?: string | null | undefined;
|
|
1716
1715
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1717
1716
|
attachmentIds?: string[] | undefined;
|
|
@@ -1720,10 +1719,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1720
1719
|
start: number;
|
|
1721
1720
|
end: number;
|
|
1722
1721
|
id: string;
|
|
1723
|
-
sourceMessageId: string;
|
|
1724
1722
|
surface: "assistant_body";
|
|
1725
1723
|
selectedText: string;
|
|
1726
1724
|
sourceConversationId: string;
|
|
1725
|
+
sourceMessageId: string;
|
|
1727
1726
|
sourceHash: string;
|
|
1728
1727
|
prefix: string;
|
|
1729
1728
|
suffix: string;
|
|
@@ -1733,23 +1732,24 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1733
1732
|
} | {
|
|
1734
1733
|
start: number;
|
|
1735
1734
|
end: number;
|
|
1736
|
-
generationId: string;
|
|
1737
|
-
generationSeqStart: number;
|
|
1738
|
-
generationSeqEnd: number;
|
|
1739
1735
|
id: string;
|
|
1740
|
-
|
|
1736
|
+
generationSeqEnd: number;
|
|
1741
1737
|
surface: "process_transcript";
|
|
1742
1738
|
selectedText: string;
|
|
1743
1739
|
sourceConversationId: string;
|
|
1740
|
+
sourceMessageId: string;
|
|
1744
1741
|
sourceHash: string;
|
|
1745
1742
|
prefix: string;
|
|
1746
1743
|
suffix: string;
|
|
1747
1744
|
transcriptKind: "assistant" | "thinking";
|
|
1745
|
+
generationId: string;
|
|
1746
|
+
generationSeqStart: number;
|
|
1748
1747
|
comment?: unknown;
|
|
1749
1748
|
attachmentIds?: string[] | undefined;
|
|
1750
1749
|
attachmentFileIndexes?: number[] | undefined;
|
|
1751
1750
|
})[] | undefined;
|
|
1752
1751
|
skillRefs?: string[] | undefined;
|
|
1752
|
+
model?: string | null | undefined;
|
|
1753
1753
|
effort?: string | null | undefined;
|
|
1754
1754
|
}>, {
|
|
1755
1755
|
attachmentIds: string[];
|
|
@@ -1758,10 +1758,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1758
1758
|
start: number;
|
|
1759
1759
|
end: number;
|
|
1760
1760
|
id: string;
|
|
1761
|
-
sourceMessageId: string;
|
|
1762
1761
|
surface: "assistant_body";
|
|
1763
1762
|
selectedText: string;
|
|
1764
1763
|
sourceConversationId: string;
|
|
1764
|
+
sourceMessageId: string;
|
|
1765
1765
|
sourceHash: string;
|
|
1766
1766
|
prefix: string;
|
|
1767
1767
|
suffix: string;
|
|
@@ -1771,33 +1771,32 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1771
1771
|
} | {
|
|
1772
1772
|
start: number;
|
|
1773
1773
|
end: number;
|
|
1774
|
-
generationId: string;
|
|
1775
|
-
generationSeqStart: number;
|
|
1776
|
-
generationSeqEnd: number;
|
|
1777
1774
|
id: string;
|
|
1778
|
-
|
|
1775
|
+
generationSeqEnd: number;
|
|
1779
1776
|
surface: "process_transcript";
|
|
1780
1777
|
selectedText: string;
|
|
1781
1778
|
sourceConversationId: string;
|
|
1779
|
+
sourceMessageId: string;
|
|
1782
1780
|
sourceHash: string;
|
|
1783
1781
|
prefix: string;
|
|
1784
1782
|
suffix: string;
|
|
1785
1783
|
attachmentIds: string[];
|
|
1786
1784
|
transcriptKind: "assistant" | "thinking";
|
|
1785
|
+
generationId: string;
|
|
1786
|
+
generationSeqStart: number;
|
|
1787
1787
|
comment?: string | null | undefined;
|
|
1788
1788
|
attachmentFileIndexes?: number[] | undefined;
|
|
1789
1789
|
})[];
|
|
1790
1790
|
skillRefs: string[];
|
|
1791
1791
|
projectId?: string | null | undefined;
|
|
1792
1792
|
agentId?: string | null | undefined;
|
|
1793
|
-
model?: string | null | undefined;
|
|
1794
1793
|
accessMode?: string | null | undefined;
|
|
1795
1794
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1795
|
+
model?: string | null | undefined;
|
|
1796
1796
|
effort?: string | null | undefined;
|
|
1797
1797
|
}, {
|
|
1798
1798
|
projectId?: string | null | undefined;
|
|
1799
1799
|
agentId?: string | null | undefined;
|
|
1800
|
-
model?: string | null | undefined;
|
|
1801
1800
|
accessMode?: string | null | undefined;
|
|
1802
1801
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1803
1802
|
attachmentIds?: string[] | undefined;
|
|
@@ -1806,10 +1805,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1806
1805
|
start: number;
|
|
1807
1806
|
end: number;
|
|
1808
1807
|
id: string;
|
|
1809
|
-
sourceMessageId: string;
|
|
1810
1808
|
surface: "assistant_body";
|
|
1811
1809
|
selectedText: string;
|
|
1812
1810
|
sourceConversationId: string;
|
|
1811
|
+
sourceMessageId: string;
|
|
1813
1812
|
sourceHash: string;
|
|
1814
1813
|
prefix: string;
|
|
1815
1814
|
suffix: string;
|
|
@@ -1819,23 +1818,24 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1819
1818
|
} | {
|
|
1820
1819
|
start: number;
|
|
1821
1820
|
end: number;
|
|
1822
|
-
generationId: string;
|
|
1823
|
-
generationSeqStart: number;
|
|
1824
|
-
generationSeqEnd: number;
|
|
1825
1821
|
id: string;
|
|
1826
|
-
|
|
1822
|
+
generationSeqEnd: number;
|
|
1827
1823
|
surface: "process_transcript";
|
|
1828
1824
|
selectedText: string;
|
|
1829
1825
|
sourceConversationId: string;
|
|
1826
|
+
sourceMessageId: string;
|
|
1830
1827
|
sourceHash: string;
|
|
1831
1828
|
prefix: string;
|
|
1832
1829
|
suffix: string;
|
|
1833
1830
|
transcriptKind: "assistant" | "thinking";
|
|
1831
|
+
generationId: string;
|
|
1832
|
+
generationSeqStart: number;
|
|
1834
1833
|
comment?: unknown;
|
|
1835
1834
|
attachmentIds?: string[] | undefined;
|
|
1836
1835
|
attachmentFileIndexes?: number[] | undefined;
|
|
1837
1836
|
})[] | undefined;
|
|
1838
1837
|
skillRefs?: string[] | undefined;
|
|
1838
|
+
model?: string | null | undefined;
|
|
1839
1839
|
effort?: string | null | undefined;
|
|
1840
1840
|
}>;
|
|
1841
1841
|
export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
@@ -1863,10 +1863,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1863
1863
|
start: number;
|
|
1864
1864
|
end: number;
|
|
1865
1865
|
id: string;
|
|
1866
|
-
sourceMessageId: string;
|
|
1867
1866
|
surface: "assistant_body";
|
|
1868
1867
|
selectedText: string;
|
|
1869
1868
|
sourceConversationId: string;
|
|
1869
|
+
sourceMessageId: string;
|
|
1870
1870
|
sourceHash: string;
|
|
1871
1871
|
prefix: string;
|
|
1872
1872
|
suffix: string;
|
|
@@ -1877,10 +1877,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1877
1877
|
start: number;
|
|
1878
1878
|
end: number;
|
|
1879
1879
|
id: string;
|
|
1880
|
-
sourceMessageId: string;
|
|
1881
1880
|
surface: "assistant_body";
|
|
1882
1881
|
selectedText: string;
|
|
1883
1882
|
sourceConversationId: string;
|
|
1883
|
+
sourceMessageId: string;
|
|
1884
1884
|
sourceHash: string;
|
|
1885
1885
|
prefix: string;
|
|
1886
1886
|
suffix: string;
|
|
@@ -1909,36 +1909,36 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1909
1909
|
}, "strict", z.ZodTypeAny, {
|
|
1910
1910
|
start: number;
|
|
1911
1911
|
end: number;
|
|
1912
|
-
generationId: string;
|
|
1913
|
-
generationSeqStart: number;
|
|
1914
|
-
generationSeqEnd: number;
|
|
1915
1912
|
id: string;
|
|
1916
|
-
|
|
1913
|
+
generationSeqEnd: number;
|
|
1917
1914
|
surface: "process_transcript";
|
|
1918
1915
|
selectedText: string;
|
|
1919
1916
|
sourceConversationId: string;
|
|
1917
|
+
sourceMessageId: string;
|
|
1920
1918
|
sourceHash: string;
|
|
1921
1919
|
prefix: string;
|
|
1922
1920
|
suffix: string;
|
|
1923
1921
|
attachmentIds: string[];
|
|
1924
1922
|
transcriptKind: "assistant" | "thinking";
|
|
1923
|
+
generationId: string;
|
|
1924
|
+
generationSeqStart: number;
|
|
1925
1925
|
comment?: string | null | undefined;
|
|
1926
1926
|
attachmentFileIndexes?: number[] | undefined;
|
|
1927
1927
|
}, {
|
|
1928
1928
|
start: number;
|
|
1929
1929
|
end: number;
|
|
1930
|
-
generationId: string;
|
|
1931
|
-
generationSeqStart: number;
|
|
1932
|
-
generationSeqEnd: number;
|
|
1933
1930
|
id: string;
|
|
1934
|
-
|
|
1931
|
+
generationSeqEnd: number;
|
|
1935
1932
|
surface: "process_transcript";
|
|
1936
1933
|
selectedText: string;
|
|
1937
1934
|
sourceConversationId: string;
|
|
1935
|
+
sourceMessageId: string;
|
|
1938
1936
|
sourceHash: string;
|
|
1939
1937
|
prefix: string;
|
|
1940
1938
|
suffix: string;
|
|
1941
1939
|
transcriptKind: "assistant" | "thinking";
|
|
1940
|
+
generationId: string;
|
|
1941
|
+
generationSeqStart: number;
|
|
1942
1942
|
comment?: unknown;
|
|
1943
1943
|
attachmentIds?: string[] | undefined;
|
|
1944
1944
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -1946,10 +1946,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1946
1946
|
start: number;
|
|
1947
1947
|
end: number;
|
|
1948
1948
|
id: string;
|
|
1949
|
-
sourceMessageId: string;
|
|
1950
1949
|
surface: "assistant_body";
|
|
1951
1950
|
selectedText: string;
|
|
1952
1951
|
sourceConversationId: string;
|
|
1952
|
+
sourceMessageId: string;
|
|
1953
1953
|
sourceHash: string;
|
|
1954
1954
|
prefix: string;
|
|
1955
1955
|
suffix: string;
|
|
@@ -1959,29 +1959,29 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1959
1959
|
} | {
|
|
1960
1960
|
start: number;
|
|
1961
1961
|
end: number;
|
|
1962
|
-
generationId: string;
|
|
1963
|
-
generationSeqStart: number;
|
|
1964
|
-
generationSeqEnd: number;
|
|
1965
1962
|
id: string;
|
|
1966
|
-
|
|
1963
|
+
generationSeqEnd: number;
|
|
1967
1964
|
surface: "process_transcript";
|
|
1968
1965
|
selectedText: string;
|
|
1969
1966
|
sourceConversationId: string;
|
|
1967
|
+
sourceMessageId: string;
|
|
1970
1968
|
sourceHash: string;
|
|
1971
1969
|
prefix: string;
|
|
1972
1970
|
suffix: string;
|
|
1973
1971
|
attachmentIds: string[];
|
|
1974
1972
|
transcriptKind: "assistant" | "thinking";
|
|
1973
|
+
generationId: string;
|
|
1974
|
+
generationSeqStart: number;
|
|
1975
1975
|
comment?: string | null | undefined;
|
|
1976
1976
|
attachmentFileIndexes?: number[] | undefined;
|
|
1977
1977
|
}, {
|
|
1978
1978
|
start: number;
|
|
1979
1979
|
end: number;
|
|
1980
1980
|
id: string;
|
|
1981
|
-
sourceMessageId: string;
|
|
1982
1981
|
surface: "assistant_body";
|
|
1983
1982
|
selectedText: string;
|
|
1984
1983
|
sourceConversationId: string;
|
|
1984
|
+
sourceMessageId: string;
|
|
1985
1985
|
sourceHash: string;
|
|
1986
1986
|
prefix: string;
|
|
1987
1987
|
suffix: string;
|
|
@@ -1991,18 +1991,18 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
1991
1991
|
} | {
|
|
1992
1992
|
start: number;
|
|
1993
1993
|
end: number;
|
|
1994
|
-
generationId: string;
|
|
1995
|
-
generationSeqStart: number;
|
|
1996
|
-
generationSeqEnd: number;
|
|
1997
1994
|
id: string;
|
|
1998
|
-
|
|
1995
|
+
generationSeqEnd: number;
|
|
1999
1996
|
surface: "process_transcript";
|
|
2000
1997
|
selectedText: string;
|
|
2001
1998
|
sourceConversationId: string;
|
|
1999
|
+
sourceMessageId: string;
|
|
2002
2000
|
sourceHash: string;
|
|
2003
2001
|
prefix: string;
|
|
2004
2002
|
suffix: string;
|
|
2005
2003
|
transcriptKind: "assistant" | "thinking";
|
|
2004
|
+
generationId: string;
|
|
2005
|
+
generationSeqStart: number;
|
|
2006
2006
|
comment?: unknown;
|
|
2007
2007
|
attachmentIds?: string[] | undefined;
|
|
2008
2008
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2010,10 +2010,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2010
2010
|
start: number;
|
|
2011
2011
|
end: number;
|
|
2012
2012
|
id: string;
|
|
2013
|
-
sourceMessageId: string;
|
|
2014
2013
|
surface: "assistant_body";
|
|
2015
2014
|
selectedText: string;
|
|
2016
2015
|
sourceConversationId: string;
|
|
2016
|
+
sourceMessageId: string;
|
|
2017
2017
|
sourceHash: string;
|
|
2018
2018
|
prefix: string;
|
|
2019
2019
|
suffix: string;
|
|
@@ -2023,29 +2023,29 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2023
2023
|
} | {
|
|
2024
2024
|
start: number;
|
|
2025
2025
|
end: number;
|
|
2026
|
-
generationId: string;
|
|
2027
|
-
generationSeqStart: number;
|
|
2028
|
-
generationSeqEnd: number;
|
|
2029
2026
|
id: string;
|
|
2030
|
-
|
|
2027
|
+
generationSeqEnd: number;
|
|
2031
2028
|
surface: "process_transcript";
|
|
2032
2029
|
selectedText: string;
|
|
2033
2030
|
sourceConversationId: string;
|
|
2031
|
+
sourceMessageId: string;
|
|
2034
2032
|
sourceHash: string;
|
|
2035
2033
|
prefix: string;
|
|
2036
2034
|
suffix: string;
|
|
2037
2035
|
attachmentIds: string[];
|
|
2038
2036
|
transcriptKind: "assistant" | "thinking";
|
|
2037
|
+
generationId: string;
|
|
2038
|
+
generationSeqStart: number;
|
|
2039
2039
|
comment?: string | null | undefined;
|
|
2040
2040
|
attachmentFileIndexes?: number[] | undefined;
|
|
2041
2041
|
})[], ({
|
|
2042
2042
|
start: number;
|
|
2043
2043
|
end: number;
|
|
2044
2044
|
id: string;
|
|
2045
|
-
sourceMessageId: string;
|
|
2046
2045
|
surface: "assistant_body";
|
|
2047
2046
|
selectedText: string;
|
|
2048
2047
|
sourceConversationId: string;
|
|
2048
|
+
sourceMessageId: string;
|
|
2049
2049
|
sourceHash: string;
|
|
2050
2050
|
prefix: string;
|
|
2051
2051
|
suffix: string;
|
|
@@ -2055,18 +2055,18 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2055
2055
|
} | {
|
|
2056
2056
|
start: number;
|
|
2057
2057
|
end: number;
|
|
2058
|
-
generationId: string;
|
|
2059
|
-
generationSeqStart: number;
|
|
2060
|
-
generationSeqEnd: number;
|
|
2061
2058
|
id: string;
|
|
2062
|
-
|
|
2059
|
+
generationSeqEnd: number;
|
|
2063
2060
|
surface: "process_transcript";
|
|
2064
2061
|
selectedText: string;
|
|
2065
2062
|
sourceConversationId: string;
|
|
2063
|
+
sourceMessageId: string;
|
|
2066
2064
|
sourceHash: string;
|
|
2067
2065
|
prefix: string;
|
|
2068
2066
|
suffix: string;
|
|
2069
2067
|
transcriptKind: "assistant" | "thinking";
|
|
2068
|
+
generationId: string;
|
|
2069
|
+
generationSeqStart: number;
|
|
2070
2070
|
comment?: unknown;
|
|
2071
2071
|
attachmentIds?: string[] | undefined;
|
|
2072
2072
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2085,10 +2085,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2085
2085
|
start: number;
|
|
2086
2086
|
end: number;
|
|
2087
2087
|
id: string;
|
|
2088
|
-
sourceMessageId: string;
|
|
2089
2088
|
surface: "assistant_body";
|
|
2090
2089
|
selectedText: string;
|
|
2091
2090
|
sourceConversationId: string;
|
|
2091
|
+
sourceMessageId: string;
|
|
2092
2092
|
sourceHash: string;
|
|
2093
2093
|
prefix: string;
|
|
2094
2094
|
suffix: string;
|
|
@@ -2098,33 +2098,32 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2098
2098
|
} | {
|
|
2099
2099
|
start: number;
|
|
2100
2100
|
end: number;
|
|
2101
|
-
generationId: string;
|
|
2102
|
-
generationSeqStart: number;
|
|
2103
|
-
generationSeqEnd: number;
|
|
2104
2101
|
id: string;
|
|
2105
|
-
|
|
2102
|
+
generationSeqEnd: number;
|
|
2106
2103
|
surface: "process_transcript";
|
|
2107
2104
|
selectedText: string;
|
|
2108
2105
|
sourceConversationId: string;
|
|
2106
|
+
sourceMessageId: string;
|
|
2109
2107
|
sourceHash: string;
|
|
2110
2108
|
prefix: string;
|
|
2111
2109
|
suffix: string;
|
|
2112
2110
|
attachmentIds: string[];
|
|
2113
2111
|
transcriptKind: "assistant" | "thinking";
|
|
2112
|
+
generationId: string;
|
|
2113
|
+
generationSeqStart: number;
|
|
2114
2114
|
comment?: string | null | undefined;
|
|
2115
2115
|
attachmentFileIndexes?: number[] | undefined;
|
|
2116
2116
|
})[];
|
|
2117
2117
|
skillRefs: string[];
|
|
2118
2118
|
projectId?: string | null | undefined;
|
|
2119
2119
|
agentId?: string | null | undefined;
|
|
2120
|
-
model?: string | null | undefined;
|
|
2121
2120
|
accessMode?: string | null | undefined;
|
|
2122
2121
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2122
|
+
model?: string | null | undefined;
|
|
2123
2123
|
effort?: string | null | undefined;
|
|
2124
2124
|
}, {
|
|
2125
2125
|
projectId?: string | null | undefined;
|
|
2126
2126
|
agentId?: string | null | undefined;
|
|
2127
|
-
model?: string | null | undefined;
|
|
2128
2127
|
accessMode?: string | null | undefined;
|
|
2129
2128
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2130
2129
|
attachmentIds?: string[] | undefined;
|
|
@@ -2133,10 +2132,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2133
2132
|
start: number;
|
|
2134
2133
|
end: number;
|
|
2135
2134
|
id: string;
|
|
2136
|
-
sourceMessageId: string;
|
|
2137
2135
|
surface: "assistant_body";
|
|
2138
2136
|
selectedText: string;
|
|
2139
2137
|
sourceConversationId: string;
|
|
2138
|
+
sourceMessageId: string;
|
|
2140
2139
|
sourceHash: string;
|
|
2141
2140
|
prefix: string;
|
|
2142
2141
|
suffix: string;
|
|
@@ -2146,23 +2145,24 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2146
2145
|
} | {
|
|
2147
2146
|
start: number;
|
|
2148
2147
|
end: number;
|
|
2149
|
-
generationId: string;
|
|
2150
|
-
generationSeqStart: number;
|
|
2151
|
-
generationSeqEnd: number;
|
|
2152
2148
|
id: string;
|
|
2153
|
-
|
|
2149
|
+
generationSeqEnd: number;
|
|
2154
2150
|
surface: "process_transcript";
|
|
2155
2151
|
selectedText: string;
|
|
2156
2152
|
sourceConversationId: string;
|
|
2153
|
+
sourceMessageId: string;
|
|
2157
2154
|
sourceHash: string;
|
|
2158
2155
|
prefix: string;
|
|
2159
2156
|
suffix: string;
|
|
2160
2157
|
transcriptKind: "assistant" | "thinking";
|
|
2158
|
+
generationId: string;
|
|
2159
|
+
generationSeqStart: number;
|
|
2161
2160
|
comment?: unknown;
|
|
2162
2161
|
attachmentIds?: string[] | undefined;
|
|
2163
2162
|
attachmentFileIndexes?: number[] | undefined;
|
|
2164
2163
|
})[] | undefined;
|
|
2165
2164
|
skillRefs?: string[] | undefined;
|
|
2165
|
+
model?: string | null | undefined;
|
|
2166
2166
|
effort?: string | null | undefined;
|
|
2167
2167
|
}>, {
|
|
2168
2168
|
attachmentIds: string[];
|
|
@@ -2171,10 +2171,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2171
2171
|
start: number;
|
|
2172
2172
|
end: number;
|
|
2173
2173
|
id: string;
|
|
2174
|
-
sourceMessageId: string;
|
|
2175
2174
|
surface: "assistant_body";
|
|
2176
2175
|
selectedText: string;
|
|
2177
2176
|
sourceConversationId: string;
|
|
2177
|
+
sourceMessageId: string;
|
|
2178
2178
|
sourceHash: string;
|
|
2179
2179
|
prefix: string;
|
|
2180
2180
|
suffix: string;
|
|
@@ -2184,33 +2184,32 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2184
2184
|
} | {
|
|
2185
2185
|
start: number;
|
|
2186
2186
|
end: number;
|
|
2187
|
-
generationId: string;
|
|
2188
|
-
generationSeqStart: number;
|
|
2189
|
-
generationSeqEnd: number;
|
|
2190
2187
|
id: string;
|
|
2191
|
-
|
|
2188
|
+
generationSeqEnd: number;
|
|
2192
2189
|
surface: "process_transcript";
|
|
2193
2190
|
selectedText: string;
|
|
2194
2191
|
sourceConversationId: string;
|
|
2192
|
+
sourceMessageId: string;
|
|
2195
2193
|
sourceHash: string;
|
|
2196
2194
|
prefix: string;
|
|
2197
2195
|
suffix: string;
|
|
2198
2196
|
attachmentIds: string[];
|
|
2199
2197
|
transcriptKind: "assistant" | "thinking";
|
|
2198
|
+
generationId: string;
|
|
2199
|
+
generationSeqStart: number;
|
|
2200
2200
|
comment?: string | null | undefined;
|
|
2201
2201
|
attachmentFileIndexes?: number[] | undefined;
|
|
2202
2202
|
})[];
|
|
2203
2203
|
skillRefs: string[];
|
|
2204
2204
|
projectId?: string | null | undefined;
|
|
2205
2205
|
agentId?: string | null | undefined;
|
|
2206
|
-
model?: string | null | undefined;
|
|
2207
2206
|
accessMode?: string | null | undefined;
|
|
2208
2207
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2208
|
+
model?: string | null | undefined;
|
|
2209
2209
|
effort?: string | null | undefined;
|
|
2210
2210
|
}, {
|
|
2211
2211
|
projectId?: string | null | undefined;
|
|
2212
2212
|
agentId?: string | null | undefined;
|
|
2213
|
-
model?: string | null | undefined;
|
|
2214
2213
|
accessMode?: string | null | undefined;
|
|
2215
2214
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2216
2215
|
attachmentIds?: string[] | undefined;
|
|
@@ -2219,10 +2218,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2219
2218
|
start: number;
|
|
2220
2219
|
end: number;
|
|
2221
2220
|
id: string;
|
|
2222
|
-
sourceMessageId: string;
|
|
2223
2221
|
surface: "assistant_body";
|
|
2224
2222
|
selectedText: string;
|
|
2225
2223
|
sourceConversationId: string;
|
|
2224
|
+
sourceMessageId: string;
|
|
2226
2225
|
sourceHash: string;
|
|
2227
2226
|
prefix: string;
|
|
2228
2227
|
suffix: string;
|
|
@@ -2232,23 +2231,24 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2232
2231
|
} | {
|
|
2233
2232
|
start: number;
|
|
2234
2233
|
end: number;
|
|
2235
|
-
generationId: string;
|
|
2236
|
-
generationSeqStart: number;
|
|
2237
|
-
generationSeqEnd: number;
|
|
2238
2234
|
id: string;
|
|
2239
|
-
|
|
2235
|
+
generationSeqEnd: number;
|
|
2240
2236
|
surface: "process_transcript";
|
|
2241
2237
|
selectedText: string;
|
|
2242
2238
|
sourceConversationId: string;
|
|
2239
|
+
sourceMessageId: string;
|
|
2243
2240
|
sourceHash: string;
|
|
2244
2241
|
prefix: string;
|
|
2245
2242
|
suffix: string;
|
|
2246
2243
|
transcriptKind: "assistant" | "thinking";
|
|
2244
|
+
generationId: string;
|
|
2245
|
+
generationSeqStart: number;
|
|
2247
2246
|
comment?: unknown;
|
|
2248
2247
|
attachmentIds?: string[] | undefined;
|
|
2249
2248
|
attachmentFileIndexes?: number[] | undefined;
|
|
2250
2249
|
})[] | undefined;
|
|
2251
2250
|
skillRefs?: string[] | undefined;
|
|
2251
|
+
model?: string | null | undefined;
|
|
2252
2252
|
effort?: string | null | undefined;
|
|
2253
2253
|
}>;
|
|
2254
2254
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2260,10 +2260,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2260
2260
|
start: number;
|
|
2261
2261
|
end: number;
|
|
2262
2262
|
id: string;
|
|
2263
|
-
sourceMessageId: string;
|
|
2264
2263
|
surface: "assistant_body";
|
|
2265
2264
|
selectedText: string;
|
|
2266
2265
|
sourceConversationId: string;
|
|
2266
|
+
sourceMessageId: string;
|
|
2267
2267
|
sourceHash: string;
|
|
2268
2268
|
prefix: string;
|
|
2269
2269
|
suffix: string;
|
|
@@ -2273,28 +2273,28 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2273
2273
|
} | {
|
|
2274
2274
|
start: number;
|
|
2275
2275
|
end: number;
|
|
2276
|
-
generationId: string;
|
|
2277
|
-
generationSeqStart: number;
|
|
2278
|
-
generationSeqEnd: number;
|
|
2279
2276
|
id: string;
|
|
2280
|
-
|
|
2277
|
+
generationSeqEnd: number;
|
|
2281
2278
|
surface: "process_transcript";
|
|
2282
2279
|
selectedText: string;
|
|
2283
2280
|
sourceConversationId: string;
|
|
2281
|
+
sourceMessageId: string;
|
|
2284
2282
|
sourceHash: string;
|
|
2285
2283
|
prefix: string;
|
|
2286
2284
|
suffix: string;
|
|
2287
2285
|
attachmentIds: string[];
|
|
2288
2286
|
transcriptKind: "assistant" | "thinking";
|
|
2287
|
+
generationId: string;
|
|
2288
|
+
generationSeqStart: number;
|
|
2289
2289
|
comment?: string | null | undefined;
|
|
2290
2290
|
attachmentFileIndexes?: number[] | undefined;
|
|
2291
2291
|
})[];
|
|
2292
2292
|
skillRefs: string[];
|
|
2293
2293
|
projectId?: string | null | undefined;
|
|
2294
2294
|
agentId?: string | null | undefined;
|
|
2295
|
-
model?: string | null | undefined;
|
|
2296
2295
|
accessMode?: string | null | undefined;
|
|
2297
2296
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2297
|
+
model?: string | null | undefined;
|
|
2298
2298
|
effort?: string | null | undefined;
|
|
2299
2299
|
};
|
|
2300
2300
|
expectedGenerationId?: string | null | undefined;
|
|
@@ -2303,7 +2303,6 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2303
2303
|
payload: {
|
|
2304
2304
|
projectId?: string | null | undefined;
|
|
2305
2305
|
agentId?: string | null | undefined;
|
|
2306
|
-
model?: string | null | undefined;
|
|
2307
2306
|
accessMode?: string | null | undefined;
|
|
2308
2307
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2309
2308
|
attachmentIds?: string[] | undefined;
|
|
@@ -2312,10 +2311,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2312
2311
|
start: number;
|
|
2313
2312
|
end: number;
|
|
2314
2313
|
id: string;
|
|
2315
|
-
sourceMessageId: string;
|
|
2316
2314
|
surface: "assistant_body";
|
|
2317
2315
|
selectedText: string;
|
|
2318
2316
|
sourceConversationId: string;
|
|
2317
|
+
sourceMessageId: string;
|
|
2319
2318
|
sourceHash: string;
|
|
2320
2319
|
prefix: string;
|
|
2321
2320
|
suffix: string;
|
|
@@ -2325,23 +2324,24 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2325
2324
|
} | {
|
|
2326
2325
|
start: number;
|
|
2327
2326
|
end: number;
|
|
2328
|
-
generationId: string;
|
|
2329
|
-
generationSeqStart: number;
|
|
2330
|
-
generationSeqEnd: number;
|
|
2331
2327
|
id: string;
|
|
2332
|
-
|
|
2328
|
+
generationSeqEnd: number;
|
|
2333
2329
|
surface: "process_transcript";
|
|
2334
2330
|
selectedText: string;
|
|
2335
2331
|
sourceConversationId: string;
|
|
2332
|
+
sourceMessageId: string;
|
|
2336
2333
|
sourceHash: string;
|
|
2337
2334
|
prefix: string;
|
|
2338
2335
|
suffix: string;
|
|
2339
2336
|
transcriptKind: "assistant" | "thinking";
|
|
2337
|
+
generationId: string;
|
|
2338
|
+
generationSeqStart: number;
|
|
2340
2339
|
comment?: unknown;
|
|
2341
2340
|
attachmentIds?: string[] | undefined;
|
|
2342
2341
|
attachmentFileIndexes?: number[] | undefined;
|
|
2343
2342
|
})[] | undefined;
|
|
2344
2343
|
skillRefs?: string[] | undefined;
|
|
2344
|
+
model?: string | null | undefined;
|
|
2345
2345
|
effort?: string | null | undefined;
|
|
2346
2346
|
};
|
|
2347
2347
|
expectedGenerationId?: string | null | undefined;
|
|
@@ -2370,10 +2370,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2370
2370
|
start: number;
|
|
2371
2371
|
end: number;
|
|
2372
2372
|
id: string;
|
|
2373
|
-
sourceMessageId: string;
|
|
2374
2373
|
surface: "assistant_body";
|
|
2375
2374
|
selectedText: string;
|
|
2376
2375
|
sourceConversationId: string;
|
|
2376
|
+
sourceMessageId: string;
|
|
2377
2377
|
sourceHash: string;
|
|
2378
2378
|
prefix: string;
|
|
2379
2379
|
suffix: string;
|
|
@@ -2384,10 +2384,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2384
2384
|
start: number;
|
|
2385
2385
|
end: number;
|
|
2386
2386
|
id: string;
|
|
2387
|
-
sourceMessageId: string;
|
|
2388
2387
|
surface: "assistant_body";
|
|
2389
2388
|
selectedText: string;
|
|
2390
2389
|
sourceConversationId: string;
|
|
2390
|
+
sourceMessageId: string;
|
|
2391
2391
|
sourceHash: string;
|
|
2392
2392
|
prefix: string;
|
|
2393
2393
|
suffix: string;
|
|
@@ -2416,36 +2416,36 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2416
2416
|
}, "strict", z.ZodTypeAny, {
|
|
2417
2417
|
start: number;
|
|
2418
2418
|
end: number;
|
|
2419
|
-
generationId: string;
|
|
2420
|
-
generationSeqStart: number;
|
|
2421
|
-
generationSeqEnd: number;
|
|
2422
2419
|
id: string;
|
|
2423
|
-
|
|
2420
|
+
generationSeqEnd: number;
|
|
2424
2421
|
surface: "process_transcript";
|
|
2425
2422
|
selectedText: string;
|
|
2426
2423
|
sourceConversationId: string;
|
|
2424
|
+
sourceMessageId: string;
|
|
2427
2425
|
sourceHash: string;
|
|
2428
2426
|
prefix: string;
|
|
2429
2427
|
suffix: string;
|
|
2430
2428
|
attachmentIds: string[];
|
|
2431
2429
|
transcriptKind: "assistant" | "thinking";
|
|
2430
|
+
generationId: string;
|
|
2431
|
+
generationSeqStart: number;
|
|
2432
2432
|
comment?: string | null | undefined;
|
|
2433
2433
|
attachmentFileIndexes?: number[] | undefined;
|
|
2434
2434
|
}, {
|
|
2435
2435
|
start: number;
|
|
2436
2436
|
end: number;
|
|
2437
|
-
generationId: string;
|
|
2438
|
-
generationSeqStart: number;
|
|
2439
|
-
generationSeqEnd: number;
|
|
2440
2437
|
id: string;
|
|
2441
|
-
|
|
2438
|
+
generationSeqEnd: number;
|
|
2442
2439
|
surface: "process_transcript";
|
|
2443
2440
|
selectedText: string;
|
|
2444
2441
|
sourceConversationId: string;
|
|
2442
|
+
sourceMessageId: string;
|
|
2445
2443
|
sourceHash: string;
|
|
2446
2444
|
prefix: string;
|
|
2447
2445
|
suffix: string;
|
|
2448
2446
|
transcriptKind: "assistant" | "thinking";
|
|
2447
|
+
generationId: string;
|
|
2448
|
+
generationSeqStart: number;
|
|
2449
2449
|
comment?: unknown;
|
|
2450
2450
|
attachmentIds?: string[] | undefined;
|
|
2451
2451
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2453,10 +2453,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2453
2453
|
start: number;
|
|
2454
2454
|
end: number;
|
|
2455
2455
|
id: string;
|
|
2456
|
-
sourceMessageId: string;
|
|
2457
2456
|
surface: "assistant_body";
|
|
2458
2457
|
selectedText: string;
|
|
2459
2458
|
sourceConversationId: string;
|
|
2459
|
+
sourceMessageId: string;
|
|
2460
2460
|
sourceHash: string;
|
|
2461
2461
|
prefix: string;
|
|
2462
2462
|
suffix: string;
|
|
@@ -2466,29 +2466,29 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2466
2466
|
} | {
|
|
2467
2467
|
start: number;
|
|
2468
2468
|
end: number;
|
|
2469
|
-
generationId: string;
|
|
2470
|
-
generationSeqStart: number;
|
|
2471
|
-
generationSeqEnd: number;
|
|
2472
2469
|
id: string;
|
|
2473
|
-
|
|
2470
|
+
generationSeqEnd: number;
|
|
2474
2471
|
surface: "process_transcript";
|
|
2475
2472
|
selectedText: string;
|
|
2476
2473
|
sourceConversationId: string;
|
|
2474
|
+
sourceMessageId: string;
|
|
2477
2475
|
sourceHash: string;
|
|
2478
2476
|
prefix: string;
|
|
2479
2477
|
suffix: string;
|
|
2480
2478
|
attachmentIds: string[];
|
|
2481
2479
|
transcriptKind: "assistant" | "thinking";
|
|
2480
|
+
generationId: string;
|
|
2481
|
+
generationSeqStart: number;
|
|
2482
2482
|
comment?: string | null | undefined;
|
|
2483
2483
|
attachmentFileIndexes?: number[] | undefined;
|
|
2484
2484
|
}, {
|
|
2485
2485
|
start: number;
|
|
2486
2486
|
end: number;
|
|
2487
2487
|
id: string;
|
|
2488
|
-
sourceMessageId: string;
|
|
2489
2488
|
surface: "assistant_body";
|
|
2490
2489
|
selectedText: string;
|
|
2491
2490
|
sourceConversationId: string;
|
|
2491
|
+
sourceMessageId: string;
|
|
2492
2492
|
sourceHash: string;
|
|
2493
2493
|
prefix: string;
|
|
2494
2494
|
suffix: string;
|
|
@@ -2498,18 +2498,18 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2498
2498
|
} | {
|
|
2499
2499
|
start: number;
|
|
2500
2500
|
end: number;
|
|
2501
|
-
generationId: string;
|
|
2502
|
-
generationSeqStart: number;
|
|
2503
|
-
generationSeqEnd: number;
|
|
2504
2501
|
id: string;
|
|
2505
|
-
|
|
2502
|
+
generationSeqEnd: number;
|
|
2506
2503
|
surface: "process_transcript";
|
|
2507
2504
|
selectedText: string;
|
|
2508
2505
|
sourceConversationId: string;
|
|
2506
|
+
sourceMessageId: string;
|
|
2509
2507
|
sourceHash: string;
|
|
2510
2508
|
prefix: string;
|
|
2511
2509
|
suffix: string;
|
|
2512
2510
|
transcriptKind: "assistant" | "thinking";
|
|
2511
|
+
generationId: string;
|
|
2512
|
+
generationSeqStart: number;
|
|
2513
2513
|
comment?: unknown;
|
|
2514
2514
|
attachmentIds?: string[] | undefined;
|
|
2515
2515
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2517,10 +2517,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2517
2517
|
start: number;
|
|
2518
2518
|
end: number;
|
|
2519
2519
|
id: string;
|
|
2520
|
-
sourceMessageId: string;
|
|
2521
2520
|
surface: "assistant_body";
|
|
2522
2521
|
selectedText: string;
|
|
2523
2522
|
sourceConversationId: string;
|
|
2523
|
+
sourceMessageId: string;
|
|
2524
2524
|
sourceHash: string;
|
|
2525
2525
|
prefix: string;
|
|
2526
2526
|
suffix: string;
|
|
@@ -2530,29 +2530,29 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2530
2530
|
} | {
|
|
2531
2531
|
start: number;
|
|
2532
2532
|
end: number;
|
|
2533
|
-
generationId: string;
|
|
2534
|
-
generationSeqStart: number;
|
|
2535
|
-
generationSeqEnd: number;
|
|
2536
2533
|
id: string;
|
|
2537
|
-
|
|
2534
|
+
generationSeqEnd: number;
|
|
2538
2535
|
surface: "process_transcript";
|
|
2539
2536
|
selectedText: string;
|
|
2540
2537
|
sourceConversationId: string;
|
|
2538
|
+
sourceMessageId: string;
|
|
2541
2539
|
sourceHash: string;
|
|
2542
2540
|
prefix: string;
|
|
2543
2541
|
suffix: string;
|
|
2544
2542
|
attachmentIds: string[];
|
|
2545
2543
|
transcriptKind: "assistant" | "thinking";
|
|
2544
|
+
generationId: string;
|
|
2545
|
+
generationSeqStart: number;
|
|
2546
2546
|
comment?: string | null | undefined;
|
|
2547
2547
|
attachmentFileIndexes?: number[] | undefined;
|
|
2548
2548
|
})[], ({
|
|
2549
2549
|
start: number;
|
|
2550
2550
|
end: number;
|
|
2551
2551
|
id: string;
|
|
2552
|
-
sourceMessageId: string;
|
|
2553
2552
|
surface: "assistant_body";
|
|
2554
2553
|
selectedText: string;
|
|
2555
2554
|
sourceConversationId: string;
|
|
2555
|
+
sourceMessageId: string;
|
|
2556
2556
|
sourceHash: string;
|
|
2557
2557
|
prefix: string;
|
|
2558
2558
|
suffix: string;
|
|
@@ -2562,18 +2562,18 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2562
2562
|
} | {
|
|
2563
2563
|
start: number;
|
|
2564
2564
|
end: number;
|
|
2565
|
-
generationId: string;
|
|
2566
|
-
generationSeqStart: number;
|
|
2567
|
-
generationSeqEnd: number;
|
|
2568
2565
|
id: string;
|
|
2569
|
-
|
|
2566
|
+
generationSeqEnd: number;
|
|
2570
2567
|
surface: "process_transcript";
|
|
2571
2568
|
selectedText: string;
|
|
2572
2569
|
sourceConversationId: string;
|
|
2570
|
+
sourceMessageId: string;
|
|
2573
2571
|
sourceHash: string;
|
|
2574
2572
|
prefix: string;
|
|
2575
2573
|
suffix: string;
|
|
2576
2574
|
transcriptKind: "assistant" | "thinking";
|
|
2575
|
+
generationId: string;
|
|
2576
|
+
generationSeqStart: number;
|
|
2577
2577
|
comment?: unknown;
|
|
2578
2578
|
attachmentIds?: string[] | undefined;
|
|
2579
2579
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2591,17 +2591,16 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2591
2591
|
skillRefs: string[];
|
|
2592
2592
|
projectId?: string | null | undefined;
|
|
2593
2593
|
agentId?: string | null | undefined;
|
|
2594
|
-
model?: string | null | undefined;
|
|
2595
2594
|
accessMode?: string | null | undefined;
|
|
2596
2595
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2597
2596
|
inlineAnnotations?: ({
|
|
2598
2597
|
start: number;
|
|
2599
2598
|
end: number;
|
|
2600
2599
|
id: string;
|
|
2601
|
-
sourceMessageId: string;
|
|
2602
2600
|
surface: "assistant_body";
|
|
2603
2601
|
selectedText: string;
|
|
2604
2602
|
sourceConversationId: string;
|
|
2603
|
+
sourceMessageId: string;
|
|
2605
2604
|
sourceHash: string;
|
|
2606
2605
|
prefix: string;
|
|
2607
2606
|
suffix: string;
|
|
@@ -2611,27 +2610,27 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2611
2610
|
} | {
|
|
2612
2611
|
start: number;
|
|
2613
2612
|
end: number;
|
|
2614
|
-
generationId: string;
|
|
2615
|
-
generationSeqStart: number;
|
|
2616
|
-
generationSeqEnd: number;
|
|
2617
2613
|
id: string;
|
|
2618
|
-
|
|
2614
|
+
generationSeqEnd: number;
|
|
2619
2615
|
surface: "process_transcript";
|
|
2620
2616
|
selectedText: string;
|
|
2621
2617
|
sourceConversationId: string;
|
|
2618
|
+
sourceMessageId: string;
|
|
2622
2619
|
sourceHash: string;
|
|
2623
2620
|
prefix: string;
|
|
2624
2621
|
suffix: string;
|
|
2625
2622
|
attachmentIds: string[];
|
|
2626
2623
|
transcriptKind: "assistant" | "thinking";
|
|
2624
|
+
generationId: string;
|
|
2625
|
+
generationSeqStart: number;
|
|
2627
2626
|
comment?: string | null | undefined;
|
|
2628
2627
|
attachmentFileIndexes?: number[] | undefined;
|
|
2629
2628
|
})[] | undefined;
|
|
2629
|
+
model?: string | null | undefined;
|
|
2630
2630
|
effort?: string | null | undefined;
|
|
2631
2631
|
}, {
|
|
2632
2632
|
projectId?: string | null | undefined;
|
|
2633
2633
|
agentId?: string | null | undefined;
|
|
2634
|
-
model?: string | null | undefined;
|
|
2635
2634
|
accessMode?: string | null | undefined;
|
|
2636
2635
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2637
2636
|
attachmentIds?: string[] | undefined;
|
|
@@ -2640,10 +2639,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2640
2639
|
start: number;
|
|
2641
2640
|
end: number;
|
|
2642
2641
|
id: string;
|
|
2643
|
-
sourceMessageId: string;
|
|
2644
2642
|
surface: "assistant_body";
|
|
2645
2643
|
selectedText: string;
|
|
2646
2644
|
sourceConversationId: string;
|
|
2645
|
+
sourceMessageId: string;
|
|
2647
2646
|
sourceHash: string;
|
|
2648
2647
|
prefix: string;
|
|
2649
2648
|
suffix: string;
|
|
@@ -2653,23 +2652,24 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2653
2652
|
} | {
|
|
2654
2653
|
start: number;
|
|
2655
2654
|
end: number;
|
|
2656
|
-
generationId: string;
|
|
2657
|
-
generationSeqStart: number;
|
|
2658
|
-
generationSeqEnd: number;
|
|
2659
2655
|
id: string;
|
|
2660
|
-
|
|
2656
|
+
generationSeqEnd: number;
|
|
2661
2657
|
surface: "process_transcript";
|
|
2662
2658
|
selectedText: string;
|
|
2663
2659
|
sourceConversationId: string;
|
|
2660
|
+
sourceMessageId: string;
|
|
2664
2661
|
sourceHash: string;
|
|
2665
2662
|
prefix: string;
|
|
2666
2663
|
suffix: string;
|
|
2667
2664
|
transcriptKind: "assistant" | "thinking";
|
|
2665
|
+
generationId: string;
|
|
2666
|
+
generationSeqStart: number;
|
|
2668
2667
|
comment?: unknown;
|
|
2669
2668
|
attachmentIds?: string[] | undefined;
|
|
2670
2669
|
attachmentFileIndexes?: number[] | undefined;
|
|
2671
2670
|
})[] | undefined;
|
|
2672
2671
|
skillRefs?: string[] | undefined;
|
|
2672
|
+
model?: string | null | undefined;
|
|
2673
2673
|
effort?: string | null | undefined;
|
|
2674
2674
|
}>, {
|
|
2675
2675
|
attachmentIds: string[];
|
|
@@ -2677,17 +2677,16 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2677
2677
|
skillRefs: string[];
|
|
2678
2678
|
projectId?: string | null | undefined;
|
|
2679
2679
|
agentId?: string | null | undefined;
|
|
2680
|
-
model?: string | null | undefined;
|
|
2681
2680
|
accessMode?: string | null | undefined;
|
|
2682
2681
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2683
2682
|
inlineAnnotations?: ({
|
|
2684
2683
|
start: number;
|
|
2685
2684
|
end: number;
|
|
2686
2685
|
id: string;
|
|
2687
|
-
sourceMessageId: string;
|
|
2688
2686
|
surface: "assistant_body";
|
|
2689
2687
|
selectedText: string;
|
|
2690
2688
|
sourceConversationId: string;
|
|
2689
|
+
sourceMessageId: string;
|
|
2691
2690
|
sourceHash: string;
|
|
2692
2691
|
prefix: string;
|
|
2693
2692
|
suffix: string;
|
|
@@ -2697,27 +2696,27 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2697
2696
|
} | {
|
|
2698
2697
|
start: number;
|
|
2699
2698
|
end: number;
|
|
2700
|
-
generationId: string;
|
|
2701
|
-
generationSeqStart: number;
|
|
2702
|
-
generationSeqEnd: number;
|
|
2703
2699
|
id: string;
|
|
2704
|
-
|
|
2700
|
+
generationSeqEnd: number;
|
|
2705
2701
|
surface: "process_transcript";
|
|
2706
2702
|
selectedText: string;
|
|
2707
2703
|
sourceConversationId: string;
|
|
2704
|
+
sourceMessageId: string;
|
|
2708
2705
|
sourceHash: string;
|
|
2709
2706
|
prefix: string;
|
|
2710
2707
|
suffix: string;
|
|
2711
2708
|
attachmentIds: string[];
|
|
2712
2709
|
transcriptKind: "assistant" | "thinking";
|
|
2710
|
+
generationId: string;
|
|
2711
|
+
generationSeqStart: number;
|
|
2713
2712
|
comment?: string | null | undefined;
|
|
2714
2713
|
attachmentFileIndexes?: number[] | undefined;
|
|
2715
2714
|
})[] | undefined;
|
|
2715
|
+
model?: string | null | undefined;
|
|
2716
2716
|
effort?: string | null | undefined;
|
|
2717
2717
|
}, {
|
|
2718
2718
|
projectId?: string | null | undefined;
|
|
2719
2719
|
agentId?: string | null | undefined;
|
|
2720
|
-
model?: string | null | undefined;
|
|
2721
2720
|
accessMode?: string | null | undefined;
|
|
2722
2721
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2723
2722
|
attachmentIds?: string[] | undefined;
|
|
@@ -2726,10 +2725,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2726
2725
|
start: number;
|
|
2727
2726
|
end: number;
|
|
2728
2727
|
id: string;
|
|
2729
|
-
sourceMessageId: string;
|
|
2730
2728
|
surface: "assistant_body";
|
|
2731
2729
|
selectedText: string;
|
|
2732
2730
|
sourceConversationId: string;
|
|
2731
|
+
sourceMessageId: string;
|
|
2733
2732
|
sourceHash: string;
|
|
2734
2733
|
prefix: string;
|
|
2735
2734
|
suffix: string;
|
|
@@ -2739,23 +2738,24 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2739
2738
|
} | {
|
|
2740
2739
|
start: number;
|
|
2741
2740
|
end: number;
|
|
2742
|
-
generationId: string;
|
|
2743
|
-
generationSeqStart: number;
|
|
2744
|
-
generationSeqEnd: number;
|
|
2745
2741
|
id: string;
|
|
2746
|
-
|
|
2742
|
+
generationSeqEnd: number;
|
|
2747
2743
|
surface: "process_transcript";
|
|
2748
2744
|
selectedText: string;
|
|
2749
2745
|
sourceConversationId: string;
|
|
2746
|
+
sourceMessageId: string;
|
|
2750
2747
|
sourceHash: string;
|
|
2751
2748
|
prefix: string;
|
|
2752
2749
|
suffix: string;
|
|
2753
2750
|
transcriptKind: "assistant" | "thinking";
|
|
2751
|
+
generationId: string;
|
|
2752
|
+
generationSeqStart: number;
|
|
2754
2753
|
comment?: unknown;
|
|
2755
2754
|
attachmentIds?: string[] | undefined;
|
|
2756
2755
|
attachmentFileIndexes?: number[] | undefined;
|
|
2757
2756
|
})[] | undefined;
|
|
2758
2757
|
skillRefs?: string[] | undefined;
|
|
2758
|
+
model?: string | null | undefined;
|
|
2759
2759
|
effort?: string | null | undefined;
|
|
2760
2760
|
}>;
|
|
2761
2761
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2766,17 +2766,16 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2766
2766
|
skillRefs: string[];
|
|
2767
2767
|
projectId?: string | null | undefined;
|
|
2768
2768
|
agentId?: string | null | undefined;
|
|
2769
|
-
model?: string | null | undefined;
|
|
2770
2769
|
accessMode?: string | null | undefined;
|
|
2771
2770
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2772
2771
|
inlineAnnotations?: ({
|
|
2773
2772
|
start: number;
|
|
2774
2773
|
end: number;
|
|
2775
2774
|
id: string;
|
|
2776
|
-
sourceMessageId: string;
|
|
2777
2775
|
surface: "assistant_body";
|
|
2778
2776
|
selectedText: string;
|
|
2779
2777
|
sourceConversationId: string;
|
|
2778
|
+
sourceMessageId: string;
|
|
2780
2779
|
sourceHash: string;
|
|
2781
2780
|
prefix: string;
|
|
2782
2781
|
suffix: string;
|
|
@@ -2786,22 +2785,23 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2786
2785
|
} | {
|
|
2787
2786
|
start: number;
|
|
2788
2787
|
end: number;
|
|
2789
|
-
generationId: string;
|
|
2790
|
-
generationSeqStart: number;
|
|
2791
|
-
generationSeqEnd: number;
|
|
2792
2788
|
id: string;
|
|
2793
|
-
|
|
2789
|
+
generationSeqEnd: number;
|
|
2794
2790
|
surface: "process_transcript";
|
|
2795
2791
|
selectedText: string;
|
|
2796
2792
|
sourceConversationId: string;
|
|
2793
|
+
sourceMessageId: string;
|
|
2797
2794
|
sourceHash: string;
|
|
2798
2795
|
prefix: string;
|
|
2799
2796
|
suffix: string;
|
|
2800
2797
|
attachmentIds: string[];
|
|
2801
2798
|
transcriptKind: "assistant" | "thinking";
|
|
2799
|
+
generationId: string;
|
|
2800
|
+
generationSeqStart: number;
|
|
2802
2801
|
comment?: string | null | undefined;
|
|
2803
2802
|
attachmentFileIndexes?: number[] | undefined;
|
|
2804
2803
|
})[] | undefined;
|
|
2804
|
+
model?: string | null | undefined;
|
|
2805
2805
|
effort?: string | null | undefined;
|
|
2806
2806
|
};
|
|
2807
2807
|
}, {
|
|
@@ -2809,7 +2809,6 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2809
2809
|
payload: {
|
|
2810
2810
|
projectId?: string | null | undefined;
|
|
2811
2811
|
agentId?: string | null | undefined;
|
|
2812
|
-
model?: string | null | undefined;
|
|
2813
2812
|
accessMode?: string | null | undefined;
|
|
2814
2813
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2815
2814
|
attachmentIds?: string[] | undefined;
|
|
@@ -2818,10 +2817,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2818
2817
|
start: number;
|
|
2819
2818
|
end: number;
|
|
2820
2819
|
id: string;
|
|
2821
|
-
sourceMessageId: string;
|
|
2822
2820
|
surface: "assistant_body";
|
|
2823
2821
|
selectedText: string;
|
|
2824
2822
|
sourceConversationId: string;
|
|
2823
|
+
sourceMessageId: string;
|
|
2825
2824
|
sourceHash: string;
|
|
2826
2825
|
prefix: string;
|
|
2827
2826
|
suffix: string;
|
|
@@ -2831,23 +2830,24 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2831
2830
|
} | {
|
|
2832
2831
|
start: number;
|
|
2833
2832
|
end: number;
|
|
2834
|
-
generationId: string;
|
|
2835
|
-
generationSeqStart: number;
|
|
2836
|
-
generationSeqEnd: number;
|
|
2837
2833
|
id: string;
|
|
2838
|
-
|
|
2834
|
+
generationSeqEnd: number;
|
|
2839
2835
|
surface: "process_transcript";
|
|
2840
2836
|
selectedText: string;
|
|
2841
2837
|
sourceConversationId: string;
|
|
2838
|
+
sourceMessageId: string;
|
|
2842
2839
|
sourceHash: string;
|
|
2843
2840
|
prefix: string;
|
|
2844
2841
|
suffix: string;
|
|
2845
2842
|
transcriptKind: "assistant" | "thinking";
|
|
2843
|
+
generationId: string;
|
|
2844
|
+
generationSeqStart: number;
|
|
2846
2845
|
comment?: unknown;
|
|
2847
2846
|
attachmentIds?: string[] | undefined;
|
|
2848
2847
|
attachmentFileIndexes?: number[] | undefined;
|
|
2849
2848
|
})[] | undefined;
|
|
2850
2849
|
skillRefs?: string[] | undefined;
|
|
2850
|
+
model?: string | null | undefined;
|
|
2851
2851
|
effort?: string | null | undefined;
|
|
2852
2852
|
};
|
|
2853
2853
|
}>;
|
|
@@ -2964,8 +2964,8 @@ export declare const appendChatGenerationEventSchema: z.ZodObject<{
|
|
|
2964
2964
|
attemptEpoch: number;
|
|
2965
2965
|
generationSeq: number;
|
|
2966
2966
|
eventKind: "stop_requested" | "generation_started" | "runtime_output" | "assistant_delta" | "transcript" | "client_checkpoint" | "steer_requested" | "steer_provider_sent" | "steer_acknowledged" | "continuation_scheduled" | "output_cutoff" | "runtime_terminal" | "late_output_dropped" | "terminal_projection_requested" | "terminal_projected";
|
|
2967
|
-
runId?: string | null | undefined;
|
|
2968
2967
|
assistantMessageId?: string | null | undefined;
|
|
2968
|
+
runId?: string | null | undefined;
|
|
2969
2969
|
controlActionId?: string | null | undefined;
|
|
2970
2970
|
bodyOffset?: number | null | undefined;
|
|
2971
2971
|
bodyLength?: number | null | undefined;
|
|
@@ -2975,8 +2975,8 @@ export declare const appendChatGenerationEventSchema: z.ZodObject<{
|
|
|
2975
2975
|
attemptEpoch: number;
|
|
2976
2976
|
generationSeq: number;
|
|
2977
2977
|
eventKind: "stop_requested" | "generation_started" | "runtime_output" | "assistant_delta" | "transcript" | "client_checkpoint" | "steer_requested" | "steer_provider_sent" | "steer_acknowledged" | "continuation_scheduled" | "output_cutoff" | "runtime_terminal" | "late_output_dropped" | "terminal_projection_requested" | "terminal_projected";
|
|
2978
|
-
runId?: string | null | undefined;
|
|
2979
2978
|
assistantMessageId?: string | null | undefined;
|
|
2979
|
+
runId?: string | null | undefined;
|
|
2980
2980
|
payload?: Record<string, unknown> | undefined;
|
|
2981
2981
|
controlActionId?: string | null | undefined;
|
|
2982
2982
|
bodyOffset?: number | null | undefined;
|
|
@@ -3364,8 +3364,8 @@ export declare const chatAutomationCreateSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3364
3364
|
}, {
|
|
3365
3365
|
cronExpression: string;
|
|
3366
3366
|
timezone: string;
|
|
3367
|
-
label?: string | null | undefined;
|
|
3368
3367
|
enabled?: boolean | undefined;
|
|
3368
|
+
label?: string | null | undefined;
|
|
3369
3369
|
}>;
|
|
3370
3370
|
}, "strip", z.ZodTypeAny, {
|
|
3371
3371
|
status: "active" | "paused";
|
|
@@ -3381,8 +3381,8 @@ export declare const chatAutomationCreateSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3381
3381
|
catchUpPolicy: "skip_missed" | "enqueue_missed_with_cap";
|
|
3382
3382
|
outputMode: "track_issue" | "chat_output";
|
|
3383
3383
|
projectId?: string | null | undefined;
|
|
3384
|
-
instructions?: string | null | undefined;
|
|
3385
3384
|
description?: string | null | undefined;
|
|
3385
|
+
instructions?: string | null | undefined;
|
|
3386
3386
|
goalId?: string | null | undefined;
|
|
3387
3387
|
parentIssueId?: string | null | undefined;
|
|
3388
3388
|
}, {
|
|
@@ -3390,13 +3390,13 @@ export declare const chatAutomationCreateSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3390
3390
|
schedule: {
|
|
3391
3391
|
cronExpression: string;
|
|
3392
3392
|
timezone: string;
|
|
3393
|
-
label?: string | null | undefined;
|
|
3394
3393
|
enabled?: boolean | undefined;
|
|
3394
|
+
label?: string | null | undefined;
|
|
3395
3395
|
};
|
|
3396
3396
|
status?: "active" | "paused" | undefined;
|
|
3397
3397
|
projectId?: string | null | undefined;
|
|
3398
|
-
instructions?: string | null | undefined;
|
|
3399
3398
|
description?: string | null | undefined;
|
|
3399
|
+
instructions?: string | null | undefined;
|
|
3400
3400
|
goalId?: string | null | undefined;
|
|
3401
3401
|
parentIssueId?: string | null | undefined;
|
|
3402
3402
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -3425,13 +3425,13 @@ export declare const chatAutomationCreateSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3425
3425
|
schedule: {
|
|
3426
3426
|
cronExpression: string;
|
|
3427
3427
|
timezone: string;
|
|
3428
|
-
label?: string | null | undefined;
|
|
3429
3428
|
enabled?: boolean | undefined;
|
|
3429
|
+
label?: string | null | undefined;
|
|
3430
3430
|
};
|
|
3431
3431
|
status?: "active" | "paused" | undefined;
|
|
3432
3432
|
projectId?: string | null | undefined;
|
|
3433
|
-
instructions?: string | null | undefined;
|
|
3434
3433
|
description?: string | null | undefined;
|
|
3434
|
+
instructions?: string | null | undefined;
|
|
3435
3435
|
goalId?: string | null | undefined;
|
|
3436
3436
|
parentIssueId?: string | null | undefined;
|
|
3437
3437
|
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
@@ -3668,13 +3668,13 @@ export declare const chatOperationProposalSchema: z.ZodObject<{
|
|
|
3668
3668
|
patch: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3669
3669
|
}, "strip", z.ZodTypeAny, {
|
|
3670
3670
|
targetType: "organization" | "agent";
|
|
3671
|
-
summary: string;
|
|
3672
3671
|
targetId: string;
|
|
3672
|
+
summary: string;
|
|
3673
3673
|
patch: Record<string, unknown>;
|
|
3674
3674
|
}, {
|
|
3675
3675
|
targetType: "organization" | "agent";
|
|
3676
|
-
summary: string;
|
|
3677
3676
|
targetId: string;
|
|
3677
|
+
summary: string;
|
|
3678
3678
|
patch: Record<string, unknown>;
|
|
3679
3679
|
}>;
|
|
3680
3680
|
export declare const resolveChatOperationProposalSchema: z.ZodObject<{
|