@rudderhq/shared 0.6.4 → 0.6.5-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat-subagents.d.ts +14 -0
- package/dist/chat-subagents.d.ts.map +1 -0
- package/dist/chat-subagents.js +234 -0
- package/dist/chat-subagents.js.map +1 -0
- package/dist/chat-subagents.test.d.ts +2 -0
- package/dist/chat-subagents.test.d.ts.map +1 -0
- package/dist/chat-subagents.test.js +214 -0
- package/dist/chat-subagents.test.js.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/organization-skill-reference.d.ts.map +1 -1
- package/dist/organization-skill-reference.js +7 -4
- package/dist/organization-skill-reference.js.map +1 -1
- package/dist/organization-skill-reference.test.js +14 -0
- package/dist/organization-skill-reference.test.js.map +1 -1
- package/dist/types/chat.d.ts +24 -0
- 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
|
@@ -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;
|
|
41
42
|
surface: "assistant_body";
|
|
42
43
|
selectedText: string;
|
|
43
44
|
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;
|
|
54
55
|
surface: "assistant_body";
|
|
55
56
|
selectedText: string;
|
|
56
57
|
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
|
-
|
|
83
|
+
generationId: string;
|
|
84
|
+
generationSeqStart: number;
|
|
84
85
|
generationSeqEnd: number;
|
|
86
|
+
id: string;
|
|
87
|
+
sourceMessageId: string;
|
|
85
88
|
surface: "process_transcript";
|
|
86
89
|
selectedText: string;
|
|
87
90
|
sourceConversationId: string;
|
|
88
|
-
sourceMessageId: string;
|
|
89
91
|
sourceHash: string;
|
|
90
92
|
prefix: string;
|
|
91
93
|
suffix: string;
|
|
92
94
|
attachmentIds: string[];
|
|
93
95
|
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
|
-
|
|
100
|
+
generationId: string;
|
|
101
|
+
generationSeqStart: number;
|
|
101
102
|
generationSeqEnd: number;
|
|
103
|
+
id: string;
|
|
104
|
+
sourceMessageId: string;
|
|
102
105
|
surface: "process_transcript";
|
|
103
106
|
selectedText: string;
|
|
104
107
|
sourceConversationId: string;
|
|
105
|
-
sourceMessageId: string;
|
|
106
108
|
sourceHash: string;
|
|
107
109
|
prefix: string;
|
|
108
110
|
suffix: string;
|
|
109
111
|
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;
|
|
118
119
|
surface: "assistant_body";
|
|
119
120
|
selectedText: string;
|
|
120
121
|
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
|
-
|
|
130
|
+
generationId: string;
|
|
131
|
+
generationSeqStart: number;
|
|
131
132
|
generationSeqEnd: number;
|
|
133
|
+
id: string;
|
|
134
|
+
sourceMessageId: string;
|
|
132
135
|
surface: "process_transcript";
|
|
133
136
|
selectedText: string;
|
|
134
137
|
sourceConversationId: string;
|
|
135
|
-
sourceMessageId: string;
|
|
136
138
|
sourceHash: string;
|
|
137
139
|
prefix: string;
|
|
138
140
|
suffix: string;
|
|
139
141
|
attachmentIds: string[];
|
|
140
142
|
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;
|
|
148
149
|
surface: "assistant_body";
|
|
149
150
|
selectedText: string;
|
|
150
151
|
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
|
-
|
|
160
|
+
generationId: string;
|
|
161
|
+
generationSeqStart: number;
|
|
161
162
|
generationSeqEnd: number;
|
|
163
|
+
id: string;
|
|
164
|
+
sourceMessageId: string;
|
|
162
165
|
surface: "process_transcript";
|
|
163
166
|
selectedText: string;
|
|
164
167
|
sourceConversationId: string;
|
|
165
|
-
sourceMessageId: string;
|
|
166
168
|
sourceHash: string;
|
|
167
169
|
prefix: string;
|
|
168
170
|
suffix: string;
|
|
169
171
|
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;
|
|
194
195
|
surface: "assistant_body";
|
|
195
196
|
selectedText: string;
|
|
196
197
|
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;
|
|
208
209
|
surface: "assistant_body";
|
|
209
210
|
selectedText: string;
|
|
210
211
|
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
|
-
|
|
240
|
+
generationId: string;
|
|
241
|
+
generationSeqStart: number;
|
|
241
242
|
generationSeqEnd: number;
|
|
243
|
+
id: string;
|
|
244
|
+
sourceMessageId: string;
|
|
242
245
|
surface: "process_transcript";
|
|
243
246
|
selectedText: string;
|
|
244
247
|
sourceConversationId: string;
|
|
245
|
-
sourceMessageId: string;
|
|
246
248
|
sourceHash: string;
|
|
247
249
|
prefix: string;
|
|
248
250
|
suffix: string;
|
|
249
251
|
attachmentIds: string[];
|
|
250
252
|
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
|
-
|
|
258
|
+
generationId: string;
|
|
259
|
+
generationSeqStart: number;
|
|
259
260
|
generationSeqEnd: number;
|
|
261
|
+
id: string;
|
|
262
|
+
sourceMessageId: string;
|
|
260
263
|
surface: "process_transcript";
|
|
261
264
|
selectedText: string;
|
|
262
265
|
sourceConversationId: string;
|
|
263
|
-
sourceMessageId: string;
|
|
264
266
|
sourceHash: string;
|
|
265
267
|
prefix: string;
|
|
266
268
|
suffix: string;
|
|
267
269
|
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;
|
|
277
278
|
surface: "assistant_body";
|
|
278
279
|
selectedText: string;
|
|
279
280
|
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
|
-
|
|
290
|
+
generationId: string;
|
|
291
|
+
generationSeqStart: number;
|
|
291
292
|
generationSeqEnd: number;
|
|
293
|
+
id: string;
|
|
294
|
+
sourceMessageId: string;
|
|
292
295
|
surface: "process_transcript";
|
|
293
296
|
selectedText: string;
|
|
294
297
|
sourceConversationId: string;
|
|
295
|
-
sourceMessageId: string;
|
|
296
298
|
sourceHash: string;
|
|
297
299
|
prefix: string;
|
|
298
300
|
suffix: string;
|
|
299
301
|
attachmentIds: string[];
|
|
300
302
|
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;
|
|
309
310
|
surface: "assistant_body";
|
|
310
311
|
selectedText: string;
|
|
311
312
|
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
|
-
|
|
322
|
+
generationId: string;
|
|
323
|
+
generationSeqStart: number;
|
|
323
324
|
generationSeqEnd: number;
|
|
325
|
+
id: string;
|
|
326
|
+
sourceMessageId: string;
|
|
324
327
|
surface: "process_transcript";
|
|
325
328
|
selectedText: string;
|
|
326
329
|
sourceConversationId: string;
|
|
327
|
-
sourceMessageId: string;
|
|
328
330
|
sourceHash: string;
|
|
329
331
|
prefix: string;
|
|
330
332
|
suffix: string;
|
|
331
333
|
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;
|
|
355
356
|
surface: "assistant_body";
|
|
356
357
|
selectedText: string;
|
|
357
358
|
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;
|
|
368
369
|
surface: "assistant_body";
|
|
369
370
|
selectedText: string;
|
|
370
371
|
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
|
-
|
|
397
|
+
generationId: string;
|
|
398
|
+
generationSeqStart: number;
|
|
398
399
|
generationSeqEnd: number;
|
|
400
|
+
id: string;
|
|
401
|
+
sourceMessageId: string;
|
|
399
402
|
surface: "process_transcript";
|
|
400
403
|
selectedText: string;
|
|
401
404
|
sourceConversationId: string;
|
|
402
|
-
sourceMessageId: string;
|
|
403
405
|
sourceHash: string;
|
|
404
406
|
prefix: string;
|
|
405
407
|
suffix: string;
|
|
406
408
|
attachmentIds: string[];
|
|
407
409
|
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
|
-
|
|
414
|
+
generationId: string;
|
|
415
|
+
generationSeqStart: number;
|
|
415
416
|
generationSeqEnd: number;
|
|
417
|
+
id: string;
|
|
418
|
+
sourceMessageId: string;
|
|
416
419
|
surface: "process_transcript";
|
|
417
420
|
selectedText: string;
|
|
418
421
|
sourceConversationId: string;
|
|
419
|
-
sourceMessageId: string;
|
|
420
422
|
sourceHash: string;
|
|
421
423
|
prefix: string;
|
|
422
424
|
suffix: string;
|
|
423
425
|
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;
|
|
432
433
|
surface: "assistant_body";
|
|
433
434
|
selectedText: string;
|
|
434
435
|
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
|
-
|
|
444
|
+
generationId: string;
|
|
445
|
+
generationSeqStart: number;
|
|
445
446
|
generationSeqEnd: number;
|
|
447
|
+
id: string;
|
|
448
|
+
sourceMessageId: string;
|
|
446
449
|
surface: "process_transcript";
|
|
447
450
|
selectedText: string;
|
|
448
451
|
sourceConversationId: string;
|
|
449
|
-
sourceMessageId: string;
|
|
450
452
|
sourceHash: string;
|
|
451
453
|
prefix: string;
|
|
452
454
|
suffix: string;
|
|
453
455
|
attachmentIds: string[];
|
|
454
456
|
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;
|
|
462
463
|
surface: "assistant_body";
|
|
463
464
|
selectedText: string;
|
|
464
465
|
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
|
-
|
|
474
|
+
generationId: string;
|
|
475
|
+
generationSeqStart: number;
|
|
475
476
|
generationSeqEnd: number;
|
|
477
|
+
id: string;
|
|
478
|
+
sourceMessageId: string;
|
|
476
479
|
surface: "process_transcript";
|
|
477
480
|
selectedText: string;
|
|
478
481
|
sourceConversationId: string;
|
|
479
|
-
sourceMessageId: string;
|
|
480
482
|
sourceHash: string;
|
|
481
483
|
prefix: string;
|
|
482
484
|
suffix: string;
|
|
483
485
|
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;
|
|
492
493
|
surface: "assistant_body";
|
|
493
494
|
selectedText: string;
|
|
494
495
|
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
|
-
|
|
504
|
+
generationId: string;
|
|
505
|
+
generationSeqStart: number;
|
|
505
506
|
generationSeqEnd: number;
|
|
507
|
+
id: string;
|
|
508
|
+
sourceMessageId: string;
|
|
506
509
|
surface: "process_transcript";
|
|
507
510
|
selectedText: string;
|
|
508
511
|
sourceConversationId: string;
|
|
509
|
-
sourceMessageId: string;
|
|
510
512
|
sourceHash: string;
|
|
511
513
|
prefix: string;
|
|
512
514
|
suffix: string;
|
|
513
515
|
attachmentIds: string[];
|
|
514
516
|
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;
|
|
522
523
|
surface: "assistant_body";
|
|
523
524
|
selectedText: string;
|
|
524
525
|
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
|
-
|
|
534
|
+
generationId: string;
|
|
535
|
+
generationSeqStart: number;
|
|
535
536
|
generationSeqEnd: number;
|
|
537
|
+
id: string;
|
|
538
|
+
sourceMessageId: string;
|
|
536
539
|
surface: "process_transcript";
|
|
537
540
|
selectedText: string;
|
|
538
541
|
sourceConversationId: string;
|
|
539
|
-
sourceMessageId: string;
|
|
540
542
|
sourceHash: string;
|
|
541
543
|
prefix: string;
|
|
542
544
|
suffix: string;
|
|
543
545
|
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;
|
|
568
569
|
surface: "assistant_body";
|
|
569
570
|
selectedText: string;
|
|
570
571
|
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;
|
|
582
583
|
surface: "assistant_body";
|
|
583
584
|
selectedText: string;
|
|
584
585
|
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
|
-
|
|
614
|
+
generationId: string;
|
|
615
|
+
generationSeqStart: number;
|
|
615
616
|
generationSeqEnd: number;
|
|
617
|
+
id: string;
|
|
618
|
+
sourceMessageId: string;
|
|
616
619
|
surface: "process_transcript";
|
|
617
620
|
selectedText: string;
|
|
618
621
|
sourceConversationId: string;
|
|
619
|
-
sourceMessageId: string;
|
|
620
622
|
sourceHash: string;
|
|
621
623
|
prefix: string;
|
|
622
624
|
suffix: string;
|
|
623
625
|
attachmentIds: string[];
|
|
624
626
|
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
|
-
|
|
632
|
+
generationId: string;
|
|
633
|
+
generationSeqStart: number;
|
|
633
634
|
generationSeqEnd: number;
|
|
635
|
+
id: string;
|
|
636
|
+
sourceMessageId: string;
|
|
634
637
|
surface: "process_transcript";
|
|
635
638
|
selectedText: string;
|
|
636
639
|
sourceConversationId: string;
|
|
637
|
-
sourceMessageId: string;
|
|
638
640
|
sourceHash: string;
|
|
639
641
|
prefix: string;
|
|
640
642
|
suffix: string;
|
|
641
643
|
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;
|
|
651
652
|
surface: "assistant_body";
|
|
652
653
|
selectedText: string;
|
|
653
654
|
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
|
-
|
|
664
|
+
generationId: string;
|
|
665
|
+
generationSeqStart: number;
|
|
665
666
|
generationSeqEnd: number;
|
|
667
|
+
id: string;
|
|
668
|
+
sourceMessageId: string;
|
|
666
669
|
surface: "process_transcript";
|
|
667
670
|
selectedText: string;
|
|
668
671
|
sourceConversationId: string;
|
|
669
|
-
sourceMessageId: string;
|
|
670
672
|
sourceHash: string;
|
|
671
673
|
prefix: string;
|
|
672
674
|
suffix: string;
|
|
673
675
|
attachmentIds: string[];
|
|
674
676
|
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;
|
|
683
684
|
surface: "assistant_body";
|
|
684
685
|
selectedText: string;
|
|
685
686
|
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
|
-
|
|
696
|
+
generationId: string;
|
|
697
|
+
generationSeqStart: number;
|
|
697
698
|
generationSeqEnd: number;
|
|
699
|
+
id: string;
|
|
700
|
+
sourceMessageId: string;
|
|
698
701
|
surface: "process_transcript";
|
|
699
702
|
selectedText: string;
|
|
700
703
|
sourceConversationId: string;
|
|
701
|
-
sourceMessageId: string;
|
|
702
704
|
sourceHash: string;
|
|
703
705
|
prefix: string;
|
|
704
706
|
suffix: string;
|
|
705
707
|
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;
|
|
715
716
|
surface: "assistant_body";
|
|
716
717
|
selectedText: string;
|
|
717
718
|
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
|
-
|
|
728
|
+
generationId: string;
|
|
729
|
+
generationSeqStart: number;
|
|
729
730
|
generationSeqEnd: number;
|
|
731
|
+
id: string;
|
|
732
|
+
sourceMessageId: string;
|
|
730
733
|
surface: "process_transcript";
|
|
731
734
|
selectedText: string;
|
|
732
735
|
sourceConversationId: string;
|
|
733
|
-
sourceMessageId: string;
|
|
734
736
|
sourceHash: string;
|
|
735
737
|
prefix: string;
|
|
736
738
|
suffix: string;
|
|
737
739
|
attachmentIds: string[];
|
|
738
740
|
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;
|
|
747
748
|
surface: "assistant_body";
|
|
748
749
|
selectedText: string;
|
|
749
750
|
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
|
-
|
|
760
|
+
generationId: string;
|
|
761
|
+
generationSeqStart: number;
|
|
761
762
|
generationSeqEnd: number;
|
|
763
|
+
id: string;
|
|
764
|
+
sourceMessageId: string;
|
|
762
765
|
surface: "process_transcript";
|
|
763
766
|
selectedText: string;
|
|
764
767
|
sourceConversationId: string;
|
|
765
|
-
sourceMessageId: string;
|
|
766
768
|
sourceHash: string;
|
|
767
769
|
prefix: string;
|
|
768
770
|
suffix: string;
|
|
769
771
|
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;
|
|
1072
1073
|
surface: "assistant_body";
|
|
1073
1074
|
selectedText: string;
|
|
1074
1075
|
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;
|
|
1086
1087
|
surface: "assistant_body";
|
|
1087
1088
|
selectedText: string;
|
|
1088
1089
|
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
|
-
|
|
1118
|
+
generationId: string;
|
|
1119
|
+
generationSeqStart: number;
|
|
1119
1120
|
generationSeqEnd: number;
|
|
1121
|
+
id: string;
|
|
1122
|
+
sourceMessageId: string;
|
|
1120
1123
|
surface: "process_transcript";
|
|
1121
1124
|
selectedText: string;
|
|
1122
1125
|
sourceConversationId: string;
|
|
1123
|
-
sourceMessageId: string;
|
|
1124
1126
|
sourceHash: string;
|
|
1125
1127
|
prefix: string;
|
|
1126
1128
|
suffix: string;
|
|
1127
1129
|
attachmentIds: string[];
|
|
1128
1130
|
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
|
-
|
|
1136
|
+
generationId: string;
|
|
1137
|
+
generationSeqStart: number;
|
|
1137
1138
|
generationSeqEnd: number;
|
|
1139
|
+
id: string;
|
|
1140
|
+
sourceMessageId: string;
|
|
1138
1141
|
surface: "process_transcript";
|
|
1139
1142
|
selectedText: string;
|
|
1140
1143
|
sourceConversationId: string;
|
|
1141
|
-
sourceMessageId: string;
|
|
1142
1144
|
sourceHash: string;
|
|
1143
1145
|
prefix: string;
|
|
1144
1146
|
suffix: string;
|
|
1145
1147
|
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;
|
|
1155
1156
|
surface: "assistant_body";
|
|
1156
1157
|
selectedText: string;
|
|
1157
1158
|
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
|
-
|
|
1168
|
+
generationId: string;
|
|
1169
|
+
generationSeqStart: number;
|
|
1169
1170
|
generationSeqEnd: number;
|
|
1171
|
+
id: string;
|
|
1172
|
+
sourceMessageId: string;
|
|
1170
1173
|
surface: "process_transcript";
|
|
1171
1174
|
selectedText: string;
|
|
1172
1175
|
sourceConversationId: string;
|
|
1173
|
-
sourceMessageId: string;
|
|
1174
1176
|
sourceHash: string;
|
|
1175
1177
|
prefix: string;
|
|
1176
1178
|
suffix: string;
|
|
1177
1179
|
attachmentIds: string[];
|
|
1178
1180
|
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;
|
|
1187
1188
|
surface: "assistant_body";
|
|
1188
1189
|
selectedText: string;
|
|
1189
1190
|
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
|
-
|
|
1200
|
+
generationId: string;
|
|
1201
|
+
generationSeqStart: number;
|
|
1201
1202
|
generationSeqEnd: number;
|
|
1203
|
+
id: string;
|
|
1204
|
+
sourceMessageId: string;
|
|
1202
1205
|
surface: "process_transcript";
|
|
1203
1206
|
selectedText: string;
|
|
1204
1207
|
sourceConversationId: string;
|
|
1205
|
-
sourceMessageId: string;
|
|
1206
1208
|
sourceHash: string;
|
|
1207
1209
|
prefix: string;
|
|
1208
1210
|
suffix: string;
|
|
1209
1211
|
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;
|
|
1219
1220
|
surface: "assistant_body";
|
|
1220
1221
|
selectedText: string;
|
|
1221
1222
|
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
|
-
|
|
1232
|
+
generationId: string;
|
|
1233
|
+
generationSeqStart: number;
|
|
1233
1234
|
generationSeqEnd: number;
|
|
1235
|
+
id: string;
|
|
1236
|
+
sourceMessageId: string;
|
|
1234
1237
|
surface: "process_transcript";
|
|
1235
1238
|
selectedText: string;
|
|
1236
1239
|
sourceConversationId: string;
|
|
1237
|
-
sourceMessageId: string;
|
|
1238
1240
|
sourceHash: string;
|
|
1239
1241
|
prefix: string;
|
|
1240
1242
|
suffix: string;
|
|
1241
1243
|
attachmentIds: string[];
|
|
1242
1244
|
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;
|
|
1251
1252
|
surface: "assistant_body";
|
|
1252
1253
|
selectedText: string;
|
|
1253
1254
|
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
|
-
|
|
1264
|
+
generationId: string;
|
|
1265
|
+
generationSeqStart: number;
|
|
1265
1266
|
generationSeqEnd: number;
|
|
1267
|
+
id: string;
|
|
1268
|
+
sourceMessageId: string;
|
|
1266
1269
|
surface: "process_transcript";
|
|
1267
1270
|
selectedText: string;
|
|
1268
1271
|
sourceConversationId: string;
|
|
1269
|
-
sourceMessageId: string;
|
|
1270
1272
|
sourceHash: string;
|
|
1271
1273
|
prefix: string;
|
|
1272
1274
|
suffix: string;
|
|
1273
1275
|
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;
|
|
1288
1289
|
surface: "assistant_body";
|
|
1289
1290
|
selectedText: string;
|
|
1290
1291
|
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
|
-
|
|
1301
|
+
generationId: string;
|
|
1302
|
+
generationSeqStart: number;
|
|
1302
1303
|
generationSeqEnd: number;
|
|
1304
|
+
id: string;
|
|
1305
|
+
sourceMessageId: string;
|
|
1303
1306
|
surface: "process_transcript";
|
|
1304
1307
|
selectedText: string;
|
|
1305
1308
|
sourceConversationId: string;
|
|
1306
|
-
sourceMessageId: string;
|
|
1307
1309
|
sourceHash: string;
|
|
1308
1310
|
prefix: string;
|
|
1309
1311
|
suffix: string;
|
|
1310
1312
|
attachmentIds: string[];
|
|
1311
1313
|
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;
|
|
1325
1326
|
surface: "assistant_body";
|
|
1326
1327
|
selectedText: string;
|
|
1327
1328
|
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
|
-
|
|
1338
|
+
generationId: string;
|
|
1339
|
+
generationSeqStart: number;
|
|
1339
1340
|
generationSeqEnd: number;
|
|
1341
|
+
id: string;
|
|
1342
|
+
sourceMessageId: string;
|
|
1340
1343
|
surface: "process_transcript";
|
|
1341
1344
|
selectedText: string;
|
|
1342
1345
|
sourceConversationId: string;
|
|
1343
|
-
sourceMessageId: string;
|
|
1344
1346
|
sourceHash: string;
|
|
1345
1347
|
prefix: string;
|
|
1346
1348
|
suffix: string;
|
|
1347
1349
|
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;
|
|
1362
1363
|
surface: "assistant_body";
|
|
1363
1364
|
selectedText: string;
|
|
1364
1365
|
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
|
-
|
|
1375
|
+
generationId: string;
|
|
1376
|
+
generationSeqStart: number;
|
|
1376
1377
|
generationSeqEnd: number;
|
|
1378
|
+
id: string;
|
|
1379
|
+
sourceMessageId: string;
|
|
1377
1380
|
surface: "process_transcript";
|
|
1378
1381
|
selectedText: string;
|
|
1379
1382
|
sourceConversationId: string;
|
|
1380
|
-
sourceMessageId: string;
|
|
1381
1383
|
sourceHash: string;
|
|
1382
1384
|
prefix: string;
|
|
1383
1385
|
suffix: string;
|
|
1384
1386
|
attachmentIds: string[];
|
|
1385
1387
|
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;
|
|
1399
1400
|
surface: "assistant_body";
|
|
1400
1401
|
selectedText: string;
|
|
1401
1402
|
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
|
-
|
|
1412
|
+
generationId: string;
|
|
1413
|
+
generationSeqStart: number;
|
|
1413
1414
|
generationSeqEnd: number;
|
|
1415
|
+
id: string;
|
|
1416
|
+
sourceMessageId: string;
|
|
1414
1417
|
surface: "process_transcript";
|
|
1415
1418
|
selectedText: string;
|
|
1416
1419
|
sourceConversationId: string;
|
|
1417
|
-
sourceMessageId: string;
|
|
1418
1420
|
sourceHash: string;
|
|
1419
1421
|
prefix: string;
|
|
1420
1422
|
suffix: string;
|
|
1421
1423
|
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;
|
|
1453
1454
|
surface: "assistant_body";
|
|
1454
1455
|
selectedText: string;
|
|
1455
1456
|
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;
|
|
1467
1468
|
surface: "assistant_body";
|
|
1468
1469
|
selectedText: string;
|
|
1469
1470
|
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
|
-
|
|
1499
|
+
generationId: string;
|
|
1500
|
+
generationSeqStart: number;
|
|
1500
1501
|
generationSeqEnd: number;
|
|
1502
|
+
id: string;
|
|
1503
|
+
sourceMessageId: string;
|
|
1501
1504
|
surface: "process_transcript";
|
|
1502
1505
|
selectedText: string;
|
|
1503
1506
|
sourceConversationId: string;
|
|
1504
|
-
sourceMessageId: string;
|
|
1505
1507
|
sourceHash: string;
|
|
1506
1508
|
prefix: string;
|
|
1507
1509
|
suffix: string;
|
|
1508
1510
|
attachmentIds: string[];
|
|
1509
1511
|
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
|
-
|
|
1517
|
+
generationId: string;
|
|
1518
|
+
generationSeqStart: number;
|
|
1518
1519
|
generationSeqEnd: number;
|
|
1520
|
+
id: string;
|
|
1521
|
+
sourceMessageId: string;
|
|
1519
1522
|
surface: "process_transcript";
|
|
1520
1523
|
selectedText: string;
|
|
1521
1524
|
sourceConversationId: string;
|
|
1522
|
-
sourceMessageId: string;
|
|
1523
1525
|
sourceHash: string;
|
|
1524
1526
|
prefix: string;
|
|
1525
1527
|
suffix: string;
|
|
1526
1528
|
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;
|
|
1536
1537
|
surface: "assistant_body";
|
|
1537
1538
|
selectedText: string;
|
|
1538
1539
|
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
|
-
|
|
1549
|
+
generationId: string;
|
|
1550
|
+
generationSeqStart: number;
|
|
1550
1551
|
generationSeqEnd: number;
|
|
1552
|
+
id: string;
|
|
1553
|
+
sourceMessageId: string;
|
|
1551
1554
|
surface: "process_transcript";
|
|
1552
1555
|
selectedText: string;
|
|
1553
1556
|
sourceConversationId: string;
|
|
1554
|
-
sourceMessageId: string;
|
|
1555
1557
|
sourceHash: string;
|
|
1556
1558
|
prefix: string;
|
|
1557
1559
|
suffix: string;
|
|
1558
1560
|
attachmentIds: string[];
|
|
1559
1561
|
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;
|
|
1568
1569
|
surface: "assistant_body";
|
|
1569
1570
|
selectedText: string;
|
|
1570
1571
|
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
|
-
|
|
1581
|
+
generationId: string;
|
|
1582
|
+
generationSeqStart: number;
|
|
1582
1583
|
generationSeqEnd: number;
|
|
1584
|
+
id: string;
|
|
1585
|
+
sourceMessageId: string;
|
|
1583
1586
|
surface: "process_transcript";
|
|
1584
1587
|
selectedText: string;
|
|
1585
1588
|
sourceConversationId: string;
|
|
1586
|
-
sourceMessageId: string;
|
|
1587
1589
|
sourceHash: string;
|
|
1588
1590
|
prefix: string;
|
|
1589
1591
|
suffix: string;
|
|
1590
1592
|
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;
|
|
1600
1601
|
surface: "assistant_body";
|
|
1601
1602
|
selectedText: string;
|
|
1602
1603
|
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
|
-
|
|
1613
|
+
generationId: string;
|
|
1614
|
+
generationSeqStart: number;
|
|
1614
1615
|
generationSeqEnd: number;
|
|
1616
|
+
id: string;
|
|
1617
|
+
sourceMessageId: string;
|
|
1615
1618
|
surface: "process_transcript";
|
|
1616
1619
|
selectedText: string;
|
|
1617
1620
|
sourceConversationId: string;
|
|
1618
|
-
sourceMessageId: string;
|
|
1619
1621
|
sourceHash: string;
|
|
1620
1622
|
prefix: string;
|
|
1621
1623
|
suffix: string;
|
|
1622
1624
|
attachmentIds: string[];
|
|
1623
1625
|
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;
|
|
1632
1633
|
surface: "assistant_body";
|
|
1633
1634
|
selectedText: string;
|
|
1634
1635
|
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
|
-
|
|
1645
|
+
generationId: string;
|
|
1646
|
+
generationSeqStart: number;
|
|
1646
1647
|
generationSeqEnd: number;
|
|
1648
|
+
id: string;
|
|
1649
|
+
sourceMessageId: string;
|
|
1647
1650
|
surface: "process_transcript";
|
|
1648
1651
|
selectedText: string;
|
|
1649
1652
|
sourceConversationId: string;
|
|
1650
|
-
sourceMessageId: string;
|
|
1651
1653
|
sourceHash: string;
|
|
1652
1654
|
prefix: string;
|
|
1653
1655
|
suffix: string;
|
|
1654
1656
|
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;
|
|
1675
1676
|
surface: "assistant_body";
|
|
1676
1677
|
selectedText: string;
|
|
1677
1678
|
sourceConversationId: string;
|
|
1678
|
-
sourceMessageId: string;
|
|
1679
1679
|
sourceHash: string;
|
|
1680
1680
|
prefix: string;
|
|
1681
1681
|
suffix: string;
|
|
@@ -1685,32 +1685,33 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1685
1685
|
} | {
|
|
1686
1686
|
start: number;
|
|
1687
1687
|
end: number;
|
|
1688
|
-
|
|
1688
|
+
generationId: string;
|
|
1689
|
+
generationSeqStart: number;
|
|
1689
1690
|
generationSeqEnd: number;
|
|
1691
|
+
id: string;
|
|
1692
|
+
sourceMessageId: string;
|
|
1690
1693
|
surface: "process_transcript";
|
|
1691
1694
|
selectedText: string;
|
|
1692
1695
|
sourceConversationId: string;
|
|
1693
|
-
sourceMessageId: string;
|
|
1694
1696
|
sourceHash: string;
|
|
1695
1697
|
prefix: string;
|
|
1696
1698
|
suffix: string;
|
|
1697
1699
|
attachmentIds: string[];
|
|
1698
1700
|
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;
|
|
1707
1708
|
accessMode?: string | null | undefined;
|
|
1708
1709
|
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;
|
|
1714
1715
|
accessMode?: string | null | undefined;
|
|
1715
1716
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1716
1717
|
attachmentIds?: string[] | undefined;
|
|
@@ -1719,10 +1720,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1719
1720
|
start: number;
|
|
1720
1721
|
end: number;
|
|
1721
1722
|
id: string;
|
|
1723
|
+
sourceMessageId: string;
|
|
1722
1724
|
surface: "assistant_body";
|
|
1723
1725
|
selectedText: string;
|
|
1724
1726
|
sourceConversationId: string;
|
|
1725
|
-
sourceMessageId: string;
|
|
1726
1727
|
sourceHash: string;
|
|
1727
1728
|
prefix: string;
|
|
1728
1729
|
suffix: string;
|
|
@@ -1732,24 +1733,23 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1732
1733
|
} | {
|
|
1733
1734
|
start: number;
|
|
1734
1735
|
end: number;
|
|
1735
|
-
|
|
1736
|
+
generationId: string;
|
|
1737
|
+
generationSeqStart: number;
|
|
1736
1738
|
generationSeqEnd: number;
|
|
1739
|
+
id: string;
|
|
1740
|
+
sourceMessageId: string;
|
|
1737
1741
|
surface: "process_transcript";
|
|
1738
1742
|
selectedText: string;
|
|
1739
1743
|
sourceConversationId: string;
|
|
1740
|
-
sourceMessageId: string;
|
|
1741
1744
|
sourceHash: string;
|
|
1742
1745
|
prefix: string;
|
|
1743
1746
|
suffix: string;
|
|
1744
1747
|
transcriptKind: "assistant" | "thinking";
|
|
1745
|
-
generationId: string;
|
|
1746
|
-
generationSeqStart: number;
|
|
1747
1748
|
comment?: unknown;
|
|
1748
1749
|
attachmentIds?: string[] | undefined;
|
|
1749
1750
|
attachmentFileIndexes?: number[] | undefined;
|
|
1750
1751
|
})[] | undefined;
|
|
1751
1752
|
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;
|
|
1761
1762
|
surface: "assistant_body";
|
|
1762
1763
|
selectedText: string;
|
|
1763
1764
|
sourceConversationId: string;
|
|
1764
|
-
sourceMessageId: string;
|
|
1765
1765
|
sourceHash: string;
|
|
1766
1766
|
prefix: string;
|
|
1767
1767
|
suffix: string;
|
|
@@ -1771,32 +1771,33 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1771
1771
|
} | {
|
|
1772
1772
|
start: number;
|
|
1773
1773
|
end: number;
|
|
1774
|
-
|
|
1774
|
+
generationId: string;
|
|
1775
|
+
generationSeqStart: number;
|
|
1775
1776
|
generationSeqEnd: number;
|
|
1777
|
+
id: string;
|
|
1778
|
+
sourceMessageId: string;
|
|
1776
1779
|
surface: "process_transcript";
|
|
1777
1780
|
selectedText: string;
|
|
1778
1781
|
sourceConversationId: string;
|
|
1779
|
-
sourceMessageId: string;
|
|
1780
1782
|
sourceHash: string;
|
|
1781
1783
|
prefix: string;
|
|
1782
1784
|
suffix: string;
|
|
1783
1785
|
attachmentIds: string[];
|
|
1784
1786
|
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;
|
|
1793
1794
|
accessMode?: string | null | undefined;
|
|
1794
1795
|
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;
|
|
1800
1801
|
accessMode?: string | null | undefined;
|
|
1801
1802
|
metadata?: Record<string, unknown> | null | undefined;
|
|
1802
1803
|
attachmentIds?: string[] | undefined;
|
|
@@ -1805,10 +1806,10 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1805
1806
|
start: number;
|
|
1806
1807
|
end: number;
|
|
1807
1808
|
id: string;
|
|
1809
|
+
sourceMessageId: string;
|
|
1808
1810
|
surface: "assistant_body";
|
|
1809
1811
|
selectedText: string;
|
|
1810
1812
|
sourceConversationId: string;
|
|
1811
|
-
sourceMessageId: string;
|
|
1812
1813
|
sourceHash: string;
|
|
1813
1814
|
prefix: string;
|
|
1814
1815
|
suffix: string;
|
|
@@ -1818,24 +1819,23 @@ export declare const chatQueuedMessagePayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1818
1819
|
} | {
|
|
1819
1820
|
start: number;
|
|
1820
1821
|
end: number;
|
|
1821
|
-
|
|
1822
|
+
generationId: string;
|
|
1823
|
+
generationSeqStart: number;
|
|
1822
1824
|
generationSeqEnd: number;
|
|
1825
|
+
id: string;
|
|
1826
|
+
sourceMessageId: string;
|
|
1823
1827
|
surface: "process_transcript";
|
|
1824
1828
|
selectedText: string;
|
|
1825
1829
|
sourceConversationId: string;
|
|
1826
|
-
sourceMessageId: string;
|
|
1827
1830
|
sourceHash: string;
|
|
1828
1831
|
prefix: string;
|
|
1829
1832
|
suffix: string;
|
|
1830
1833
|
transcriptKind: "assistant" | "thinking";
|
|
1831
|
-
generationId: string;
|
|
1832
|
-
generationSeqStart: number;
|
|
1833
1834
|
comment?: unknown;
|
|
1834
1835
|
attachmentIds?: string[] | undefined;
|
|
1835
1836
|
attachmentFileIndexes?: number[] | undefined;
|
|
1836
1837
|
})[] | undefined;
|
|
1837
1838
|
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;
|
|
1866
1867
|
surface: "assistant_body";
|
|
1867
1868
|
selectedText: string;
|
|
1868
1869
|
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;
|
|
1880
1881
|
surface: "assistant_body";
|
|
1881
1882
|
selectedText: string;
|
|
1882
1883
|
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
|
-
|
|
1912
|
+
generationId: string;
|
|
1913
|
+
generationSeqStart: number;
|
|
1913
1914
|
generationSeqEnd: number;
|
|
1915
|
+
id: string;
|
|
1916
|
+
sourceMessageId: string;
|
|
1914
1917
|
surface: "process_transcript";
|
|
1915
1918
|
selectedText: string;
|
|
1916
1919
|
sourceConversationId: string;
|
|
1917
|
-
sourceMessageId: string;
|
|
1918
1920
|
sourceHash: string;
|
|
1919
1921
|
prefix: string;
|
|
1920
1922
|
suffix: string;
|
|
1921
1923
|
attachmentIds: string[];
|
|
1922
1924
|
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
|
-
|
|
1930
|
+
generationId: string;
|
|
1931
|
+
generationSeqStart: number;
|
|
1931
1932
|
generationSeqEnd: number;
|
|
1933
|
+
id: string;
|
|
1934
|
+
sourceMessageId: string;
|
|
1932
1935
|
surface: "process_transcript";
|
|
1933
1936
|
selectedText: string;
|
|
1934
1937
|
sourceConversationId: string;
|
|
1935
|
-
sourceMessageId: string;
|
|
1936
1938
|
sourceHash: string;
|
|
1937
1939
|
prefix: string;
|
|
1938
1940
|
suffix: string;
|
|
1939
1941
|
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;
|
|
1949
1950
|
surface: "assistant_body";
|
|
1950
1951
|
selectedText: string;
|
|
1951
1952
|
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
|
-
|
|
1962
|
+
generationId: string;
|
|
1963
|
+
generationSeqStart: number;
|
|
1963
1964
|
generationSeqEnd: number;
|
|
1965
|
+
id: string;
|
|
1966
|
+
sourceMessageId: string;
|
|
1964
1967
|
surface: "process_transcript";
|
|
1965
1968
|
selectedText: string;
|
|
1966
1969
|
sourceConversationId: string;
|
|
1967
|
-
sourceMessageId: string;
|
|
1968
1970
|
sourceHash: string;
|
|
1969
1971
|
prefix: string;
|
|
1970
1972
|
suffix: string;
|
|
1971
1973
|
attachmentIds: string[];
|
|
1972
1974
|
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;
|
|
1981
1982
|
surface: "assistant_body";
|
|
1982
1983
|
selectedText: string;
|
|
1983
1984
|
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
|
-
|
|
1994
|
+
generationId: string;
|
|
1995
|
+
generationSeqStart: number;
|
|
1995
1996
|
generationSeqEnd: number;
|
|
1997
|
+
id: string;
|
|
1998
|
+
sourceMessageId: string;
|
|
1996
1999
|
surface: "process_transcript";
|
|
1997
2000
|
selectedText: string;
|
|
1998
2001
|
sourceConversationId: string;
|
|
1999
|
-
sourceMessageId: string;
|
|
2000
2002
|
sourceHash: string;
|
|
2001
2003
|
prefix: string;
|
|
2002
2004
|
suffix: string;
|
|
2003
2005
|
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;
|
|
2013
2014
|
surface: "assistant_body";
|
|
2014
2015
|
selectedText: string;
|
|
2015
2016
|
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
|
-
|
|
2026
|
+
generationId: string;
|
|
2027
|
+
generationSeqStart: number;
|
|
2027
2028
|
generationSeqEnd: number;
|
|
2029
|
+
id: string;
|
|
2030
|
+
sourceMessageId: string;
|
|
2028
2031
|
surface: "process_transcript";
|
|
2029
2032
|
selectedText: string;
|
|
2030
2033
|
sourceConversationId: string;
|
|
2031
|
-
sourceMessageId: string;
|
|
2032
2034
|
sourceHash: string;
|
|
2033
2035
|
prefix: string;
|
|
2034
2036
|
suffix: string;
|
|
2035
2037
|
attachmentIds: string[];
|
|
2036
2038
|
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;
|
|
2045
2046
|
surface: "assistant_body";
|
|
2046
2047
|
selectedText: string;
|
|
2047
2048
|
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
|
-
|
|
2058
|
+
generationId: string;
|
|
2059
|
+
generationSeqStart: number;
|
|
2059
2060
|
generationSeqEnd: number;
|
|
2061
|
+
id: string;
|
|
2062
|
+
sourceMessageId: string;
|
|
2060
2063
|
surface: "process_transcript";
|
|
2061
2064
|
selectedText: string;
|
|
2062
2065
|
sourceConversationId: string;
|
|
2063
|
-
sourceMessageId: string;
|
|
2064
2066
|
sourceHash: string;
|
|
2065
2067
|
prefix: string;
|
|
2066
2068
|
suffix: string;
|
|
2067
2069
|
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;
|
|
2088
2089
|
surface: "assistant_body";
|
|
2089
2090
|
selectedText: string;
|
|
2090
2091
|
sourceConversationId: string;
|
|
2091
|
-
sourceMessageId: string;
|
|
2092
2092
|
sourceHash: string;
|
|
2093
2093
|
prefix: string;
|
|
2094
2094
|
suffix: string;
|
|
@@ -2098,32 +2098,33 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2098
2098
|
} | {
|
|
2099
2099
|
start: number;
|
|
2100
2100
|
end: number;
|
|
2101
|
-
|
|
2101
|
+
generationId: string;
|
|
2102
|
+
generationSeqStart: number;
|
|
2102
2103
|
generationSeqEnd: number;
|
|
2104
|
+
id: string;
|
|
2105
|
+
sourceMessageId: string;
|
|
2103
2106
|
surface: "process_transcript";
|
|
2104
2107
|
selectedText: string;
|
|
2105
2108
|
sourceConversationId: string;
|
|
2106
|
-
sourceMessageId: string;
|
|
2107
2109
|
sourceHash: string;
|
|
2108
2110
|
prefix: string;
|
|
2109
2111
|
suffix: string;
|
|
2110
2112
|
attachmentIds: string[];
|
|
2111
2113
|
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;
|
|
2120
2121
|
accessMode?: string | null | undefined;
|
|
2121
2122
|
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;
|
|
2127
2128
|
accessMode?: string | null | undefined;
|
|
2128
2129
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2129
2130
|
attachmentIds?: string[] | undefined;
|
|
@@ -2132,10 +2133,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2132
2133
|
start: number;
|
|
2133
2134
|
end: number;
|
|
2134
2135
|
id: string;
|
|
2136
|
+
sourceMessageId: string;
|
|
2135
2137
|
surface: "assistant_body";
|
|
2136
2138
|
selectedText: string;
|
|
2137
2139
|
sourceConversationId: string;
|
|
2138
|
-
sourceMessageId: string;
|
|
2139
2140
|
sourceHash: string;
|
|
2140
2141
|
prefix: string;
|
|
2141
2142
|
suffix: string;
|
|
@@ -2145,24 +2146,23 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2145
2146
|
} | {
|
|
2146
2147
|
start: number;
|
|
2147
2148
|
end: number;
|
|
2148
|
-
|
|
2149
|
+
generationId: string;
|
|
2150
|
+
generationSeqStart: number;
|
|
2149
2151
|
generationSeqEnd: number;
|
|
2152
|
+
id: string;
|
|
2153
|
+
sourceMessageId: string;
|
|
2150
2154
|
surface: "process_transcript";
|
|
2151
2155
|
selectedText: string;
|
|
2152
2156
|
sourceConversationId: string;
|
|
2153
|
-
sourceMessageId: string;
|
|
2154
2157
|
sourceHash: string;
|
|
2155
2158
|
prefix: string;
|
|
2156
2159
|
suffix: string;
|
|
2157
2160
|
transcriptKind: "assistant" | "thinking";
|
|
2158
|
-
generationId: string;
|
|
2159
|
-
generationSeqStart: number;
|
|
2160
2161
|
comment?: unknown;
|
|
2161
2162
|
attachmentIds?: string[] | undefined;
|
|
2162
2163
|
attachmentFileIndexes?: number[] | undefined;
|
|
2163
2164
|
})[] | undefined;
|
|
2164
2165
|
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;
|
|
2174
2175
|
surface: "assistant_body";
|
|
2175
2176
|
selectedText: string;
|
|
2176
2177
|
sourceConversationId: string;
|
|
2177
|
-
sourceMessageId: string;
|
|
2178
2178
|
sourceHash: string;
|
|
2179
2179
|
prefix: string;
|
|
2180
2180
|
suffix: string;
|
|
@@ -2184,32 +2184,33 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2184
2184
|
} | {
|
|
2185
2185
|
start: number;
|
|
2186
2186
|
end: number;
|
|
2187
|
-
|
|
2187
|
+
generationId: string;
|
|
2188
|
+
generationSeqStart: number;
|
|
2188
2189
|
generationSeqEnd: number;
|
|
2190
|
+
id: string;
|
|
2191
|
+
sourceMessageId: string;
|
|
2189
2192
|
surface: "process_transcript";
|
|
2190
2193
|
selectedText: string;
|
|
2191
2194
|
sourceConversationId: string;
|
|
2192
|
-
sourceMessageId: string;
|
|
2193
2195
|
sourceHash: string;
|
|
2194
2196
|
prefix: string;
|
|
2195
2197
|
suffix: string;
|
|
2196
2198
|
attachmentIds: string[];
|
|
2197
2199
|
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;
|
|
2206
2207
|
accessMode?: string | null | undefined;
|
|
2207
2208
|
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;
|
|
2213
2214
|
accessMode?: string | null | undefined;
|
|
2214
2215
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2215
2216
|
attachmentIds?: string[] | undefined;
|
|
@@ -2218,10 +2219,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2218
2219
|
start: number;
|
|
2219
2220
|
end: number;
|
|
2220
2221
|
id: string;
|
|
2222
|
+
sourceMessageId: string;
|
|
2221
2223
|
surface: "assistant_body";
|
|
2222
2224
|
selectedText: string;
|
|
2223
2225
|
sourceConversationId: string;
|
|
2224
|
-
sourceMessageId: string;
|
|
2225
2226
|
sourceHash: string;
|
|
2226
2227
|
prefix: string;
|
|
2227
2228
|
suffix: string;
|
|
@@ -2231,24 +2232,23 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2231
2232
|
} | {
|
|
2232
2233
|
start: number;
|
|
2233
2234
|
end: number;
|
|
2234
|
-
|
|
2235
|
+
generationId: string;
|
|
2236
|
+
generationSeqStart: number;
|
|
2235
2237
|
generationSeqEnd: number;
|
|
2238
|
+
id: string;
|
|
2239
|
+
sourceMessageId: string;
|
|
2236
2240
|
surface: "process_transcript";
|
|
2237
2241
|
selectedText: string;
|
|
2238
2242
|
sourceConversationId: string;
|
|
2239
|
-
sourceMessageId: string;
|
|
2240
2243
|
sourceHash: string;
|
|
2241
2244
|
prefix: string;
|
|
2242
2245
|
suffix: string;
|
|
2243
2246
|
transcriptKind: "assistant" | "thinking";
|
|
2244
|
-
generationId: string;
|
|
2245
|
-
generationSeqStart: number;
|
|
2246
2247
|
comment?: unknown;
|
|
2247
2248
|
attachmentIds?: string[] | undefined;
|
|
2248
2249
|
attachmentFileIndexes?: number[] | undefined;
|
|
2249
2250
|
})[] | undefined;
|
|
2250
2251
|
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;
|
|
2263
2264
|
surface: "assistant_body";
|
|
2264
2265
|
selectedText: string;
|
|
2265
2266
|
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
|
-
|
|
2276
|
+
generationId: string;
|
|
2277
|
+
generationSeqStart: number;
|
|
2277
2278
|
generationSeqEnd: number;
|
|
2279
|
+
id: string;
|
|
2280
|
+
sourceMessageId: string;
|
|
2278
2281
|
surface: "process_transcript";
|
|
2279
2282
|
selectedText: string;
|
|
2280
2283
|
sourceConversationId: string;
|
|
2281
|
-
sourceMessageId: string;
|
|
2282
2284
|
sourceHash: string;
|
|
2283
2285
|
prefix: string;
|
|
2284
2286
|
suffix: string;
|
|
2285
2287
|
attachmentIds: string[];
|
|
2286
2288
|
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;
|
|
2295
2296
|
accessMode?: string | null | undefined;
|
|
2296
2297
|
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,6 +2303,7 @@ 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;
|
|
2306
2307
|
accessMode?: string | null | undefined;
|
|
2307
2308
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2308
2309
|
attachmentIds?: string[] | undefined;
|
|
@@ -2311,10 +2312,10 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2311
2312
|
start: number;
|
|
2312
2313
|
end: number;
|
|
2313
2314
|
id: string;
|
|
2315
|
+
sourceMessageId: string;
|
|
2314
2316
|
surface: "assistant_body";
|
|
2315
2317
|
selectedText: string;
|
|
2316
2318
|
sourceConversationId: string;
|
|
2317
|
-
sourceMessageId: string;
|
|
2318
2319
|
sourceHash: string;
|
|
2319
2320
|
prefix: string;
|
|
2320
2321
|
suffix: string;
|
|
@@ -2324,24 +2325,23 @@ export declare const createChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2324
2325
|
} | {
|
|
2325
2326
|
start: number;
|
|
2326
2327
|
end: number;
|
|
2327
|
-
|
|
2328
|
+
generationId: string;
|
|
2329
|
+
generationSeqStart: number;
|
|
2328
2330
|
generationSeqEnd: number;
|
|
2331
|
+
id: string;
|
|
2332
|
+
sourceMessageId: string;
|
|
2329
2333
|
surface: "process_transcript";
|
|
2330
2334
|
selectedText: string;
|
|
2331
2335
|
sourceConversationId: string;
|
|
2332
|
-
sourceMessageId: string;
|
|
2333
2336
|
sourceHash: string;
|
|
2334
2337
|
prefix: string;
|
|
2335
2338
|
suffix: string;
|
|
2336
2339
|
transcriptKind: "assistant" | "thinking";
|
|
2337
|
-
generationId: string;
|
|
2338
|
-
generationSeqStart: number;
|
|
2339
2340
|
comment?: unknown;
|
|
2340
2341
|
attachmentIds?: string[] | undefined;
|
|
2341
2342
|
attachmentFileIndexes?: number[] | undefined;
|
|
2342
2343
|
})[] | undefined;
|
|
2343
2344
|
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;
|
|
2373
2374
|
surface: "assistant_body";
|
|
2374
2375
|
selectedText: string;
|
|
2375
2376
|
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;
|
|
2387
2388
|
surface: "assistant_body";
|
|
2388
2389
|
selectedText: string;
|
|
2389
2390
|
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
|
-
|
|
2419
|
+
generationId: string;
|
|
2420
|
+
generationSeqStart: number;
|
|
2420
2421
|
generationSeqEnd: number;
|
|
2422
|
+
id: string;
|
|
2423
|
+
sourceMessageId: string;
|
|
2421
2424
|
surface: "process_transcript";
|
|
2422
2425
|
selectedText: string;
|
|
2423
2426
|
sourceConversationId: string;
|
|
2424
|
-
sourceMessageId: string;
|
|
2425
2427
|
sourceHash: string;
|
|
2426
2428
|
prefix: string;
|
|
2427
2429
|
suffix: string;
|
|
2428
2430
|
attachmentIds: string[];
|
|
2429
2431
|
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
|
-
|
|
2437
|
+
generationId: string;
|
|
2438
|
+
generationSeqStart: number;
|
|
2438
2439
|
generationSeqEnd: number;
|
|
2440
|
+
id: string;
|
|
2441
|
+
sourceMessageId: string;
|
|
2439
2442
|
surface: "process_transcript";
|
|
2440
2443
|
selectedText: string;
|
|
2441
2444
|
sourceConversationId: string;
|
|
2442
|
-
sourceMessageId: string;
|
|
2443
2445
|
sourceHash: string;
|
|
2444
2446
|
prefix: string;
|
|
2445
2447
|
suffix: string;
|
|
2446
2448
|
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;
|
|
2456
2457
|
surface: "assistant_body";
|
|
2457
2458
|
selectedText: string;
|
|
2458
2459
|
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
|
-
|
|
2469
|
+
generationId: string;
|
|
2470
|
+
generationSeqStart: number;
|
|
2470
2471
|
generationSeqEnd: number;
|
|
2472
|
+
id: string;
|
|
2473
|
+
sourceMessageId: string;
|
|
2471
2474
|
surface: "process_transcript";
|
|
2472
2475
|
selectedText: string;
|
|
2473
2476
|
sourceConversationId: string;
|
|
2474
|
-
sourceMessageId: string;
|
|
2475
2477
|
sourceHash: string;
|
|
2476
2478
|
prefix: string;
|
|
2477
2479
|
suffix: string;
|
|
2478
2480
|
attachmentIds: string[];
|
|
2479
2481
|
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;
|
|
2488
2489
|
surface: "assistant_body";
|
|
2489
2490
|
selectedText: string;
|
|
2490
2491
|
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
|
-
|
|
2501
|
+
generationId: string;
|
|
2502
|
+
generationSeqStart: number;
|
|
2502
2503
|
generationSeqEnd: number;
|
|
2504
|
+
id: string;
|
|
2505
|
+
sourceMessageId: string;
|
|
2503
2506
|
surface: "process_transcript";
|
|
2504
2507
|
selectedText: string;
|
|
2505
2508
|
sourceConversationId: string;
|
|
2506
|
-
sourceMessageId: string;
|
|
2507
2509
|
sourceHash: string;
|
|
2508
2510
|
prefix: string;
|
|
2509
2511
|
suffix: string;
|
|
2510
2512
|
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;
|
|
2520
2521
|
surface: "assistant_body";
|
|
2521
2522
|
selectedText: string;
|
|
2522
2523
|
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
|
-
|
|
2533
|
+
generationId: string;
|
|
2534
|
+
generationSeqStart: number;
|
|
2534
2535
|
generationSeqEnd: number;
|
|
2536
|
+
id: string;
|
|
2537
|
+
sourceMessageId: string;
|
|
2535
2538
|
surface: "process_transcript";
|
|
2536
2539
|
selectedText: string;
|
|
2537
2540
|
sourceConversationId: string;
|
|
2538
|
-
sourceMessageId: string;
|
|
2539
2541
|
sourceHash: string;
|
|
2540
2542
|
prefix: string;
|
|
2541
2543
|
suffix: string;
|
|
2542
2544
|
attachmentIds: string[];
|
|
2543
2545
|
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;
|
|
2552
2553
|
surface: "assistant_body";
|
|
2553
2554
|
selectedText: string;
|
|
2554
2555
|
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
|
-
|
|
2565
|
+
generationId: string;
|
|
2566
|
+
generationSeqStart: number;
|
|
2566
2567
|
generationSeqEnd: number;
|
|
2568
|
+
id: string;
|
|
2569
|
+
sourceMessageId: string;
|
|
2567
2570
|
surface: "process_transcript";
|
|
2568
2571
|
selectedText: string;
|
|
2569
2572
|
sourceConversationId: string;
|
|
2570
|
-
sourceMessageId: string;
|
|
2571
2573
|
sourceHash: string;
|
|
2572
2574
|
prefix: string;
|
|
2573
2575
|
suffix: string;
|
|
2574
2576
|
transcriptKind: "assistant" | "thinking";
|
|
2575
|
-
generationId: string;
|
|
2576
|
-
generationSeqStart: number;
|
|
2577
2577
|
comment?: unknown;
|
|
2578
2578
|
attachmentIds?: string[] | undefined;
|
|
2579
2579
|
attachmentFileIndexes?: number[] | undefined;
|
|
@@ -2591,16 +2591,17 @@ 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;
|
|
2594
2595
|
accessMode?: string | null | undefined;
|
|
2595
2596
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2596
2597
|
inlineAnnotations?: ({
|
|
2597
2598
|
start: number;
|
|
2598
2599
|
end: number;
|
|
2599
2600
|
id: string;
|
|
2601
|
+
sourceMessageId: string;
|
|
2600
2602
|
surface: "assistant_body";
|
|
2601
2603
|
selectedText: string;
|
|
2602
2604
|
sourceConversationId: string;
|
|
2603
|
-
sourceMessageId: string;
|
|
2604
2605
|
sourceHash: string;
|
|
2605
2606
|
prefix: string;
|
|
2606
2607
|
suffix: string;
|
|
@@ -2610,27 +2611,27 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2610
2611
|
} | {
|
|
2611
2612
|
start: number;
|
|
2612
2613
|
end: number;
|
|
2613
|
-
|
|
2614
|
+
generationId: string;
|
|
2615
|
+
generationSeqStart: number;
|
|
2614
2616
|
generationSeqEnd: number;
|
|
2617
|
+
id: string;
|
|
2618
|
+
sourceMessageId: string;
|
|
2615
2619
|
surface: "process_transcript";
|
|
2616
2620
|
selectedText: string;
|
|
2617
2621
|
sourceConversationId: string;
|
|
2618
|
-
sourceMessageId: string;
|
|
2619
2622
|
sourceHash: string;
|
|
2620
2623
|
prefix: string;
|
|
2621
2624
|
suffix: string;
|
|
2622
2625
|
attachmentIds: string[];
|
|
2623
2626
|
transcriptKind: "assistant" | "thinking";
|
|
2624
|
-
generationId: string;
|
|
2625
|
-
generationSeqStart: number;
|
|
2626
2627
|
comment?: string | null | undefined;
|
|
2627
2628
|
attachmentFileIndexes?: number[] | undefined;
|
|
2628
2629
|
})[] | 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;
|
|
2634
2635
|
accessMode?: string | null | undefined;
|
|
2635
2636
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2636
2637
|
attachmentIds?: string[] | undefined;
|
|
@@ -2639,10 +2640,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2639
2640
|
start: number;
|
|
2640
2641
|
end: number;
|
|
2641
2642
|
id: string;
|
|
2643
|
+
sourceMessageId: string;
|
|
2642
2644
|
surface: "assistant_body";
|
|
2643
2645
|
selectedText: string;
|
|
2644
2646
|
sourceConversationId: string;
|
|
2645
|
-
sourceMessageId: string;
|
|
2646
2647
|
sourceHash: string;
|
|
2647
2648
|
prefix: string;
|
|
2648
2649
|
suffix: string;
|
|
@@ -2652,24 +2653,23 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2652
2653
|
} | {
|
|
2653
2654
|
start: number;
|
|
2654
2655
|
end: number;
|
|
2655
|
-
|
|
2656
|
+
generationId: string;
|
|
2657
|
+
generationSeqStart: number;
|
|
2656
2658
|
generationSeqEnd: number;
|
|
2659
|
+
id: string;
|
|
2660
|
+
sourceMessageId: string;
|
|
2657
2661
|
surface: "process_transcript";
|
|
2658
2662
|
selectedText: string;
|
|
2659
2663
|
sourceConversationId: string;
|
|
2660
|
-
sourceMessageId: string;
|
|
2661
2664
|
sourceHash: string;
|
|
2662
2665
|
prefix: string;
|
|
2663
2666
|
suffix: string;
|
|
2664
2667
|
transcriptKind: "assistant" | "thinking";
|
|
2665
|
-
generationId: string;
|
|
2666
|
-
generationSeqStart: number;
|
|
2667
2668
|
comment?: unknown;
|
|
2668
2669
|
attachmentIds?: string[] | undefined;
|
|
2669
2670
|
attachmentFileIndexes?: number[] | undefined;
|
|
2670
2671
|
})[] | undefined;
|
|
2671
2672
|
skillRefs?: string[] | undefined;
|
|
2672
|
-
model?: string | null | undefined;
|
|
2673
2673
|
effort?: string | null | undefined;
|
|
2674
2674
|
}>, {
|
|
2675
2675
|
attachmentIds: string[];
|
|
@@ -2677,16 +2677,17 @@ 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;
|
|
2680
2681
|
accessMode?: string | null | undefined;
|
|
2681
2682
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2682
2683
|
inlineAnnotations?: ({
|
|
2683
2684
|
start: number;
|
|
2684
2685
|
end: number;
|
|
2685
2686
|
id: string;
|
|
2687
|
+
sourceMessageId: string;
|
|
2686
2688
|
surface: "assistant_body";
|
|
2687
2689
|
selectedText: string;
|
|
2688
2690
|
sourceConversationId: string;
|
|
2689
|
-
sourceMessageId: string;
|
|
2690
2691
|
sourceHash: string;
|
|
2691
2692
|
prefix: string;
|
|
2692
2693
|
suffix: string;
|
|
@@ -2696,27 +2697,27 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2696
2697
|
} | {
|
|
2697
2698
|
start: number;
|
|
2698
2699
|
end: number;
|
|
2699
|
-
|
|
2700
|
+
generationId: string;
|
|
2701
|
+
generationSeqStart: number;
|
|
2700
2702
|
generationSeqEnd: number;
|
|
2703
|
+
id: string;
|
|
2704
|
+
sourceMessageId: string;
|
|
2701
2705
|
surface: "process_transcript";
|
|
2702
2706
|
selectedText: string;
|
|
2703
2707
|
sourceConversationId: string;
|
|
2704
|
-
sourceMessageId: string;
|
|
2705
2708
|
sourceHash: string;
|
|
2706
2709
|
prefix: string;
|
|
2707
2710
|
suffix: string;
|
|
2708
2711
|
attachmentIds: string[];
|
|
2709
2712
|
transcriptKind: "assistant" | "thinking";
|
|
2710
|
-
generationId: string;
|
|
2711
|
-
generationSeqStart: number;
|
|
2712
2713
|
comment?: string | null | undefined;
|
|
2713
2714
|
attachmentFileIndexes?: number[] | undefined;
|
|
2714
2715
|
})[] | 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;
|
|
2720
2721
|
accessMode?: string | null | undefined;
|
|
2721
2722
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2722
2723
|
attachmentIds?: string[] | undefined;
|
|
@@ -2725,10 +2726,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2725
2726
|
start: number;
|
|
2726
2727
|
end: number;
|
|
2727
2728
|
id: string;
|
|
2729
|
+
sourceMessageId: string;
|
|
2728
2730
|
surface: "assistant_body";
|
|
2729
2731
|
selectedText: string;
|
|
2730
2732
|
sourceConversationId: string;
|
|
2731
|
-
sourceMessageId: string;
|
|
2732
2733
|
sourceHash: string;
|
|
2733
2734
|
prefix: string;
|
|
2734
2735
|
suffix: string;
|
|
@@ -2738,24 +2739,23 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2738
2739
|
} | {
|
|
2739
2740
|
start: number;
|
|
2740
2741
|
end: number;
|
|
2741
|
-
|
|
2742
|
+
generationId: string;
|
|
2743
|
+
generationSeqStart: number;
|
|
2742
2744
|
generationSeqEnd: number;
|
|
2745
|
+
id: string;
|
|
2746
|
+
sourceMessageId: string;
|
|
2743
2747
|
surface: "process_transcript";
|
|
2744
2748
|
selectedText: string;
|
|
2745
2749
|
sourceConversationId: string;
|
|
2746
|
-
sourceMessageId: string;
|
|
2747
2750
|
sourceHash: string;
|
|
2748
2751
|
prefix: string;
|
|
2749
2752
|
suffix: string;
|
|
2750
2753
|
transcriptKind: "assistant" | "thinking";
|
|
2751
|
-
generationId: string;
|
|
2752
|
-
generationSeqStart: number;
|
|
2753
2754
|
comment?: unknown;
|
|
2754
2755
|
attachmentIds?: string[] | undefined;
|
|
2755
2756
|
attachmentFileIndexes?: number[] | undefined;
|
|
2756
2757
|
})[] | undefined;
|
|
2757
2758
|
skillRefs?: string[] | undefined;
|
|
2758
|
-
model?: string | null | undefined;
|
|
2759
2759
|
effort?: string | null | undefined;
|
|
2760
2760
|
}>;
|
|
2761
2761
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2766,16 +2766,17 @@ 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;
|
|
2769
2770
|
accessMode?: string | null | undefined;
|
|
2770
2771
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2771
2772
|
inlineAnnotations?: ({
|
|
2772
2773
|
start: number;
|
|
2773
2774
|
end: number;
|
|
2774
2775
|
id: string;
|
|
2776
|
+
sourceMessageId: string;
|
|
2775
2777
|
surface: "assistant_body";
|
|
2776
2778
|
selectedText: string;
|
|
2777
2779
|
sourceConversationId: string;
|
|
2778
|
-
sourceMessageId: string;
|
|
2779
2780
|
sourceHash: string;
|
|
2780
2781
|
prefix: string;
|
|
2781
2782
|
suffix: string;
|
|
@@ -2785,23 +2786,22 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2785
2786
|
} | {
|
|
2786
2787
|
start: number;
|
|
2787
2788
|
end: number;
|
|
2788
|
-
|
|
2789
|
+
generationId: string;
|
|
2790
|
+
generationSeqStart: number;
|
|
2789
2791
|
generationSeqEnd: number;
|
|
2792
|
+
id: string;
|
|
2793
|
+
sourceMessageId: string;
|
|
2790
2794
|
surface: "process_transcript";
|
|
2791
2795
|
selectedText: string;
|
|
2792
2796
|
sourceConversationId: string;
|
|
2793
|
-
sourceMessageId: string;
|
|
2794
2797
|
sourceHash: string;
|
|
2795
2798
|
prefix: string;
|
|
2796
2799
|
suffix: string;
|
|
2797
2800
|
attachmentIds: string[];
|
|
2798
2801
|
transcriptKind: "assistant" | "thinking";
|
|
2799
|
-
generationId: string;
|
|
2800
|
-
generationSeqStart: number;
|
|
2801
2802
|
comment?: string | null | undefined;
|
|
2802
2803
|
attachmentFileIndexes?: number[] | undefined;
|
|
2803
2804
|
})[] | undefined;
|
|
2804
|
-
model?: string | null | undefined;
|
|
2805
2805
|
effort?: string | null | undefined;
|
|
2806
2806
|
};
|
|
2807
2807
|
}, {
|
|
@@ -2809,6 +2809,7 @@ 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;
|
|
2812
2813
|
accessMode?: string | null | undefined;
|
|
2813
2814
|
metadata?: Record<string, unknown> | null | undefined;
|
|
2814
2815
|
attachmentIds?: string[] | undefined;
|
|
@@ -2817,10 +2818,10 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2817
2818
|
start: number;
|
|
2818
2819
|
end: number;
|
|
2819
2820
|
id: string;
|
|
2821
|
+
sourceMessageId: string;
|
|
2820
2822
|
surface: "assistant_body";
|
|
2821
2823
|
selectedText: string;
|
|
2822
2824
|
sourceConversationId: string;
|
|
2823
|
-
sourceMessageId: string;
|
|
2824
2825
|
sourceHash: string;
|
|
2825
2826
|
prefix: string;
|
|
2826
2827
|
suffix: string;
|
|
@@ -2830,24 +2831,23 @@ export declare const updateChatQueuedMessageSchema: z.ZodObject<{
|
|
|
2830
2831
|
} | {
|
|
2831
2832
|
start: number;
|
|
2832
2833
|
end: number;
|
|
2833
|
-
|
|
2834
|
+
generationId: string;
|
|
2835
|
+
generationSeqStart: number;
|
|
2834
2836
|
generationSeqEnd: number;
|
|
2837
|
+
id: string;
|
|
2838
|
+
sourceMessageId: string;
|
|
2835
2839
|
surface: "process_transcript";
|
|
2836
2840
|
selectedText: string;
|
|
2837
2841
|
sourceConversationId: string;
|
|
2838
|
-
sourceMessageId: string;
|
|
2839
2842
|
sourceHash: string;
|
|
2840
2843
|
prefix: string;
|
|
2841
2844
|
suffix: string;
|
|
2842
2845
|
transcriptKind: "assistant" | "thinking";
|
|
2843
|
-
generationId: string;
|
|
2844
|
-
generationSeqStart: number;
|
|
2845
2846
|
comment?: unknown;
|
|
2846
2847
|
attachmentIds?: string[] | undefined;
|
|
2847
2848
|
attachmentFileIndexes?: number[] | undefined;
|
|
2848
2849
|
})[] | undefined;
|
|
2849
2850
|
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
|
-
assistantMessageId?: string | null | undefined;
|
|
2968
2967
|
runId?: string | null | undefined;
|
|
2968
|
+
assistantMessageId?: 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
|
-
assistantMessageId?: string | null | undefined;
|
|
2979
2978
|
runId?: string | null | undefined;
|
|
2979
|
+
assistantMessageId?: 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
|
-
enabled?: boolean | undefined;
|
|
3368
3367
|
label?: string | null | undefined;
|
|
3368
|
+
enabled?: boolean | 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
|
-
description?: string | null | undefined;
|
|
3385
3384
|
instructions?: string | null | undefined;
|
|
3385
|
+
description?: 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
|
-
enabled?: boolean | undefined;
|
|
3394
3393
|
label?: string | null | undefined;
|
|
3394
|
+
enabled?: boolean | undefined;
|
|
3395
3395
|
};
|
|
3396
3396
|
status?: "active" | "paused" | undefined;
|
|
3397
3397
|
projectId?: string | null | undefined;
|
|
3398
|
-
description?: string | null | undefined;
|
|
3399
3398
|
instructions?: string | null | undefined;
|
|
3399
|
+
description?: 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
|
-
enabled?: boolean | undefined;
|
|
3429
3428
|
label?: string | null | undefined;
|
|
3429
|
+
enabled?: boolean | undefined;
|
|
3430
3430
|
};
|
|
3431
3431
|
status?: "active" | "paused" | undefined;
|
|
3432
3432
|
projectId?: string | null | undefined;
|
|
3433
|
-
description?: string | null | undefined;
|
|
3434
3433
|
instructions?: string | null | undefined;
|
|
3434
|
+
description?: 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
|
-
targetId: string;
|
|
3672
3671
|
summary: string;
|
|
3672
|
+
targetId: string;
|
|
3673
3673
|
patch: Record<string, unknown>;
|
|
3674
3674
|
}, {
|
|
3675
3675
|
targetType: "organization" | "agent";
|
|
3676
|
-
targetId: string;
|
|
3677
3676
|
summary: string;
|
|
3677
|
+
targetId: string;
|
|
3678
3678
|
patch: Record<string, unknown>;
|
|
3679
3679
|
}>;
|
|
3680
3680
|
export declare const resolveChatOperationProposalSchema: z.ZodObject<{
|