agentic-ui-libs 0.2.0-beta.17 → 0.2.0-beta.19

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.
@@ -7,14 +7,11 @@ export declare const executionEventsSample1: ({
7
7
  name: string;
8
8
  timestamp: string;
9
9
  type: string;
10
- icon: {
11
- name: string;
12
- color: string;
13
- type: string;
14
- };
15
10
  status: string;
16
11
  input?: undefined;
17
12
  output?: undefined;
13
+ error?: undefined;
14
+ metadata?: undefined;
18
15
  };
19
16
  sessionId: string;
20
17
  runId: string;
@@ -31,8 +28,9 @@ export declare const executionEventsSample1: ({
31
28
  timestamp: string;
32
29
  type: string;
33
30
  status: string;
34
- icon?: undefined;
35
31
  output?: undefined;
32
+ error?: undefined;
33
+ metadata?: undefined;
36
34
  };
37
35
  sessionId: string;
38
36
  runId: string;
@@ -47,24 +45,23 @@ export declare const executionEventsSample1: ({
47
45
  name: string;
48
46
  output: {
49
47
  name: string;
50
- tool_call_id: string;
51
48
  args: {
52
- reason: string;
53
49
  message: string;
54
- conversationState: string;
55
- };
56
- additional_kwargs: {
57
- llmUsageMetadata: {
58
- input_tokens: number;
59
- output_tokens: number;
60
- total_tokens: number;
61
- };
50
+ reason: string;
62
51
  };
52
+ tool_call_id: string;
63
53
  }[];
54
+ error: string;
64
55
  timestamp: string;
65
56
  type: string;
66
57
  status: string;
67
- icon?: undefined;
58
+ metadata: {
59
+ usage_metadata: {
60
+ input_tokens: number;
61
+ output_tokens: number;
62
+ total_tokens: number;
63
+ };
64
+ };
68
65
  input?: undefined;
69
66
  };
70
67
  sessionId: string;
@@ -78,121 +75,53 @@ export declare const executionEventsSample1: ({
78
75
  id: string;
79
76
  parentId: string;
80
77
  name: string;
81
- input: {
78
+ output: {
82
79
  name: string;
83
- tool_call_id: string;
84
80
  args: {
85
- reason: string;
86
81
  message: string;
87
- conversationState: string;
88
- searchtext?: undefined;
89
- };
90
- additional_kwargs: {
91
- llmUsageMetadata: {
92
- input_tokens: number;
93
- output_tokens: number;
94
- total_tokens: number;
95
- input_token_details?: undefined;
96
- };
97
- };
98
- type?: undefined;
99
- toolName?: undefined;
100
- input?: undefined;
101
- output?: undefined;
102
- metadata?: undefined;
103
- };
104
- timestamp: string;
105
- type: string;
106
- status: string;
107
- icon?: undefined;
108
- output?: undefined;
109
- };
110
- sessionId: string;
111
- runId: string;
112
- timestamp: string;
113
- eventType: string;
114
- } | {
115
- type: string;
116
- data: {
117
- phase: string;
118
- id: string;
119
- parentId: string;
120
- name: string;
121
- output: {
122
- type: string;
123
- toolName: string;
124
- input: {
125
82
  reason: string;
126
- message: string;
127
- conversationState: string;
128
- };
129
- output: {
130
- conversationState: string;
131
- message: string;
132
- };
133
- metadata: {
134
- type: string;
135
- eventType: string;
136
- eventData: {
137
- name: string;
138
- mode: string;
139
- condition: string;
140
- to: string;
141
- type: string;
142
- _id: string;
143
- };
144
- isToolEvent: boolean;
145
- isOptionalParameter: boolean;
146
83
  };
84
+ tool_call_id: string;
147
85
  }[];
148
86
  timestamp: string;
149
87
  type: string;
150
88
  status: string;
151
- icon?: undefined;
89
+ metadata: {
90
+ usage_metadata: {
91
+ input_tokens: number;
92
+ output_tokens: number;
93
+ total_tokens: number;
94
+ };
95
+ };
152
96
  input?: undefined;
97
+ error?: undefined;
153
98
  };
154
99
  sessionId: string;
155
100
  runId: string;
156
101
  timestamp: string;
157
102
  eventType: string;
158
- } | {
103
+ })[];
104
+ export declare const executionEventsSample: ({
159
105
  type: string;
160
106
  data: {
161
107
  phase: string;
162
108
  id: string;
163
- parentId: string;
109
+ parentId: null;
164
110
  name: string;
165
- output: {
166
- name: string;
167
- tool_call_id: string;
168
- args: {
169
- message: string;
170
- conversationState: string;
171
- reason: string;
172
- searchtext?: undefined;
173
- };
174
- additional_kwargs: {
175
- llmUsageMetadata: {
176
- input_tokens: number;
177
- output_tokens: number;
178
- total_tokens: number;
179
- input_token_details?: undefined;
180
- };
181
- };
182
- type?: undefined;
183
- toolName?: undefined;
184
- input?: undefined;
185
- output?: undefined;
186
- metadata?: undefined;
187
- };
188
111
  timestamp: string;
189
112
  type: string;
113
+ icon: {
114
+ name: string;
115
+ color: string;
116
+ type: string;
117
+ };
190
118
  status: string;
191
- icon?: undefined;
192
119
  input?: undefined;
120
+ output?: undefined;
121
+ metadata?: undefined;
193
122
  };
194
- sessionId: string;
195
123
  runId: string;
124
+ sessionId: string;
196
125
  timestamp: string;
197
126
  eventType: string;
198
127
  } | {
@@ -202,57 +131,16 @@ export declare const executionEventsSample1: ({
202
131
  id: string;
203
132
  parentId: string;
204
133
  name: string;
205
- output: {
206
- type: string;
207
- toolName: string;
208
- input: {
209
- message: string;
210
- conversationState: string;
211
- reason: string;
212
- searchtext?: undefined;
213
- };
214
- output: {
215
- conversationState: string;
216
- message: string;
217
- kind?: undefined;
218
- url?: undefined;
219
- queries?: undefined;
220
- context?: undefined;
221
- searchInformation?: undefined;
222
- items?: undefined;
223
- };
224
- metadata: {
225
- type: string;
226
- eventType: string;
227
- eventData: {
228
- name: string;
229
- mode: string;
230
- condition: string;
231
- to: string;
232
- type: string;
233
- metadata: {
234
- isfallback: boolean;
235
- type: string;
236
- };
237
- _id: string;
238
- };
239
- isToolEvent: boolean;
240
- isOptionalParameter: boolean;
241
- icon?: undefined;
242
- };
243
- name?: undefined;
244
- tool_call_id?: undefined;
245
- args?: undefined;
246
- additional_kwargs?: undefined;
247
- };
134
+ input: string;
248
135
  timestamp: string;
249
136
  type: string;
250
137
  status: string;
251
138
  icon?: undefined;
252
- input?: undefined;
139
+ output?: undefined;
140
+ metadata?: undefined;
253
141
  };
254
- sessionId: string;
255
142
  runId: string;
143
+ sessionId: string;
256
144
  timestamp: string;
257
145
  eventType: string;
258
146
  } | {
@@ -264,38 +152,31 @@ export declare const executionEventsSample1: ({
264
152
  name: string;
265
153
  output: {
266
154
  name: string;
267
- tool_call_id: string;
268
155
  args: {
156
+ user_query: string;
157
+ thought: string;
269
158
  reason: string;
270
- searchtext: string;
271
- message?: undefined;
272
- conversationState?: undefined;
273
- };
274
- additional_kwargs: {
275
- llmUsageMetadata: {
276
- input_tokens: number;
277
- output_tokens: number;
278
- total_tokens: number;
279
- input_token_details: {
280
- cache_read: number;
281
- cache_creation: number;
282
- };
283
- };
284
159
  };
285
- type?: undefined;
286
- toolName?: undefined;
287
- input?: undefined;
288
- output?: undefined;
289
- metadata?: undefined;
290
- };
160
+ tool_call_id: string;
161
+ isAgentHandoff: boolean;
162
+ }[];
291
163
  timestamp: string;
292
164
  type: string;
293
165
  status: string;
166
+ metadata: {
167
+ usage_metadata: {
168
+ input_tokens: number;
169
+ output_tokens: number;
170
+ total_tokens: number;
171
+ };
172
+ provider: string;
173
+ architecture: string;
174
+ };
294
175
  icon?: undefined;
295
176
  input?: undefined;
296
177
  };
297
- sessionId: string;
298
178
  runId: string;
179
+ sessionId: string;
299
180
  timestamp: string;
300
181
  eventType: string;
301
182
  } | {
@@ -309,20 +190,18 @@ export declare const executionEventsSample1: ({
309
190
  name: string;
310
191
  tool_call_id: string;
311
192
  args: {
193
+ user_query: string;
194
+ thought: string;
312
195
  reason: string;
313
- searchtext: string;
314
- message?: undefined;
196
+ query?: undefined;
315
197
  conversationState?: undefined;
198
+ message?: undefined;
316
199
  };
317
200
  additional_kwargs: {
318
201
  llmUsageMetadata: {
319
202
  input_tokens: number;
320
203
  output_tokens: number;
321
204
  total_tokens: number;
322
- input_token_details: {
323
- cache_read: number;
324
- cache_creation: number;
325
- };
326
205
  };
327
206
  };
328
207
  type?: undefined;
@@ -336,9 +215,10 @@ export declare const executionEventsSample1: ({
336
215
  status: string;
337
216
  icon?: undefined;
338
217
  output?: undefined;
218
+ metadata?: undefined;
339
219
  };
340
- sessionId: string;
341
220
  runId: string;
221
+ sessionId: string;
342
222
  timestamp: string;
343
223
  eventType: string;
344
224
  } | {
@@ -352,366 +232,40 @@ export declare const executionEventsSample1: ({
352
232
  type: string;
353
233
  toolName: string;
354
234
  input: {
235
+ user_query: string;
236
+ thought: string;
355
237
  reason: string;
356
- searchtext: string;
357
- message?: undefined;
238
+ query?: undefined;
358
239
  conversationState?: undefined;
240
+ message?: undefined;
359
241
  };
360
242
  output: {
361
- kind: string;
362
- url: {
363
- type: string;
364
- template: string;
365
- };
366
- queries: {
367
- request: {
368
- title: string;
369
- totalResults: string;
370
- searchTerms: string;
371
- count: number;
372
- startIndex: number;
373
- inputEncoding: string;
374
- outputEncoding: string;
375
- safe: string;
376
- cx: string;
377
- }[];
378
- nextPage: {
379
- title: string;
380
- totalResults: string;
381
- searchTerms: string;
382
- count: number;
383
- startIndex: number;
384
- inputEncoding: string;
385
- outputEncoding: string;
386
- safe: string;
387
- cx: string;
388
- }[];
389
- };
390
- context: {
391
- title: string;
392
- };
393
- searchInformation: {
394
- searchTime: number;
395
- formattedSearchTime: string;
396
- totalResults: string;
397
- formattedTotalResults: string;
398
- };
399
- items: ({
400
- kind: string;
401
- title: string;
402
- htmlTitle: string;
403
- link: string;
404
- displayLink: string;
405
- snippet: string;
406
- htmlSnippet: string;
407
- formattedUrl: string;
408
- htmlFormattedUrl: string;
409
- pagemap: {
410
- cse_thumbnail: {
411
- src: string;
412
- width: string;
413
- height: string;
414
- }[];
415
- metatags: {
416
- "og:image": string;
417
- "og:type": string;
418
- "og:image:width": string;
419
- "twitter:card": string;
420
- "theme-color": string;
421
- "og:site_name": string;
422
- skype_toolbar: string;
423
- "msvalidate.01": string;
424
- "og:title": string;
425
- "og:image:height": string;
426
- "og:image:type": string;
427
- "msapplication-tileimage": string;
428
- "og:description": string;
429
- "article:publisher": string;
430
- "twitter:site": string;
431
- "article:modified_time": string;
432
- viewport: string;
433
- "og:locale": string;
434
- "og:url": string;
435
- }[];
436
- cse_image: {
437
- src: string;
438
- }[];
439
- };
440
- } | {
441
- kind: string;
442
- title: string;
443
- htmlTitle: string;
444
- link: string;
445
- displayLink: string;
446
- snippet: string;
447
- htmlSnippet: string;
448
- formattedUrl: string;
449
- htmlFormattedUrl: string;
450
- pagemap: {
451
- cse_thumbnail: {
452
- src: string;
453
- width: string;
454
- height: string;
455
- }[];
456
- metatags: {
457
- "og:image": string;
458
- "og:type": string;
459
- "twitter:card": string;
460
- "twitter:title": string;
461
- clientsideingraphs: string;
462
- "al:ios:app_name": string;
463
- "linkedin:pagetag": string;
464
- "og:title": string;
465
- "al:android:package": string;
466
- pagekey: string;
467
- bingbot: string;
468
- locale: string;
469
- "al:ios:url": string;
470
- "og:description": string;
471
- "al:ios:app_store_id": string;
472
- "twitter:image": string;
473
- "al:android:url": string;
474
- "twitter:site": string;
475
- viewport: string;
476
- "twitter:description": string;
477
- "og:url": string;
478
- "al:android:app_name": string;
479
- }[];
480
- cse_image: {
481
- src: string;
482
- }[];
483
- };
484
- } | {
485
- kind: string;
486
- title: string;
487
- htmlTitle: string;
488
- link: string;
489
- displayLink: string;
490
- snippet: string;
491
- htmlSnippet: string;
492
- formattedUrl: string;
493
- htmlFormattedUrl: string;
494
- pagemap: {
495
- cse_thumbnail: {
496
- src: string;
497
- width: string;
498
- height: string;
499
- }[];
500
- metatags: {
501
- "og:image": string;
502
- "og:type": string;
503
- "og:image:width": string;
504
- "twitter:card": string;
505
- "theme-color": string;
506
- "og:site_name": string;
507
- skype_toolbar: string;
508
- "og:title": string;
509
- "og:image:height": string;
510
- "twitter:label1": string;
511
- "og:image:type": string;
512
- "msapplication-tileimage": string;
513
- "og:description": string;
514
- "article:publisher": string;
515
- "twitter:data1": string;
516
- "twitter:site": string;
517
- "article:modified_time": string;
518
- viewport: string;
519
- "og:locale": string;
520
- "og:url": string;
521
- }[];
522
- cse_image: {
523
- src: string;
524
- }[];
525
- };
526
- } | {
527
- kind: string;
528
- title: string;
529
- htmlTitle: string;
530
- link: string;
531
- displayLink: string;
532
- snippet: string;
533
- htmlSnippet: string;
534
- formattedUrl: string;
535
- htmlFormattedUrl: string;
536
- pagemap: {
537
- cse_thumbnail: {
538
- src: string;
539
- width: string;
540
- height: string;
541
- }[];
542
- metatags: {
543
- referrer: string;
544
- viewport: string;
545
- kore_builder_version: string;
546
- }[];
547
- cse_image: {
548
- src: string;
549
- }[];
550
- };
551
- } | {
552
- kind: string;
553
- title: string;
554
- htmlTitle: string;
555
- link: string;
556
- displayLink: string;
557
- snippet: string;
558
- htmlSnippet: string;
559
- formattedUrl: string;
560
- htmlFormattedUrl: string;
561
- pagemap: {
562
- cse_thumbnail: {
563
- src: string;
564
- width: string;
565
- height: string;
566
- }[];
567
- metatags: {
568
- "og:image": string;
569
- "article:published_time": string;
570
- "og:image:width": string;
571
- "twitter:card": string;
572
- "og:site_name": string;
573
- "sailthru.tags": string;
574
- "twitter:label1": string;
575
- "twitter:label2": string;
576
- "parsely-author": string;
577
- "og:image:type": string;
578
- "msapplication-tileimage": string;
579
- "og:description": string;
580
- "twitter:creator": string;
581
- "parsely-metadata": string;
582
- "article:publisher": string;
583
- "twitter:data1": string;
584
- "twitter:data2": string;
585
- "parsely-type": string;
586
- "twitter:site": string;
587
- "article:modified_time": string;
588
- "parsely-link": string;
589
- "sailthru.title": string;
590
- "parsely-image-url": string;
591
- "parsely-section": string;
592
- "sailthru.date": string;
593
- "og:type": string;
594
- author: string;
595
- "og:title": string;
596
- "og:image:height": string;
597
- "sailthru.image.thumb": string;
598
- "parsely-title": string;
599
- "parsely-pub-date": string;
600
- "sailthru.description": string;
601
- "parsely-tags": string;
602
- viewport: string;
603
- "og:locale": string;
604
- "og:url": string;
605
- "sailthru.author": string;
606
- "sailthru.image.full": string;
607
- }[];
608
- cse_image: {
609
- src: string;
610
- }[];
611
- };
612
- } | {
613
- kind: string;
614
- title: string;
615
- htmlTitle: string;
616
- link: string;
617
- displayLink: string;
618
- snippet: string;
619
- htmlSnippet: string;
620
- formattedUrl: string;
621
- htmlFormattedUrl: string;
622
- pagemap: {
623
- metatags: {
624
- viewport: string;
625
- }[];
626
- cse_thumbnail?: undefined;
627
- cse_image?: undefined;
628
- };
629
- } | {
630
- kind: string;
631
- title: string;
632
- htmlTitle: string;
633
- link: string;
634
- displayLink: string;
635
- snippet: string;
636
- htmlSnippet: string;
637
- formattedUrl: string;
638
- htmlFormattedUrl: string;
639
- pagemap: {
640
- cse_thumbnail: {
641
- src: string;
642
- width: string;
643
- height: string;
644
- }[];
645
- metatags: {
646
- "twitter:title": string;
647
- "og:type": string;
648
- "twitter:card": string;
649
- "twitter:domain": string;
650
- viewport: string;
651
- author: string;
652
- "twitter:description": string;
653
- "og:title": string;
654
- "og:description": string;
655
- }[];
656
- cse_image: {
657
- src: string;
658
- }[];
659
- };
660
- } | {
661
- kind: string;
662
- title: string;
663
- htmlTitle: string;
664
- link: string;
665
- displayLink: string;
666
- snippet: string;
667
- htmlSnippet: string;
668
- formattedUrl: string;
669
- htmlFormattedUrl: string;
670
- pagemap: {
671
- cse_thumbnail: {
672
- src: string;
673
- width: string;
674
- height: string;
675
- }[];
676
- metatags: {
677
- "twitter:title": string;
678
- "twitter:card": string;
679
- viewport: string;
680
- "og:title": string;
681
- "og:url": string;
682
- }[];
683
- cse_image: {
684
- src: string;
685
- }[];
686
- };
687
- })[];
243
+ sql_query: string;
244
+ result?: undefined;
245
+ __systemFields?: undefined;
246
+ type?: undefined;
688
247
  conversationState?: undefined;
689
248
  message?: undefined;
690
249
  };
691
250
  metadata: {
692
251
  type: string;
693
- icon: {
694
- name: string;
695
- color: string;
696
- };
252
+ toolId: string;
697
253
  isOptionalParameter: boolean;
254
+ icon?: undefined;
698
255
  eventType?: undefined;
699
256
  eventData?: undefined;
700
257
  isToolEvent?: undefined;
701
258
  };
702
- name?: undefined;
703
- tool_call_id?: undefined;
704
- args?: undefined;
705
- additional_kwargs?: undefined;
706
259
  };
707
260
  timestamp: string;
708
261
  type: string;
709
262
  status: string;
710
263
  icon?: undefined;
711
264
  input?: undefined;
265
+ metadata?: undefined;
712
266
  };
713
- sessionId: string;
714
267
  runId: string;
268
+ sessionId: string;
715
269
  timestamp: string;
716
270
  eventType: string;
717
271
  } | {
@@ -725,345 +279,22 @@ export declare const executionEventsSample1: ({
725
279
  type: string;
726
280
  toolName: string;
727
281
  input: {
282
+ user_query: string;
283
+ thought: string;
728
284
  reason: string;
729
- searchtext: string;
285
+ query?: undefined;
730
286
  };
731
287
  output: {
732
- kind: string;
733
- url: {
734
- type: string;
735
- template: string;
736
- };
737
- queries: {
738
- request: {
739
- title: string;
740
- totalResults: string;
741
- searchTerms: string;
742
- count: number;
743
- startIndex: number;
744
- inputEncoding: string;
745
- outputEncoding: string;
746
- safe: string;
747
- cx: string;
748
- }[];
749
- nextPage: {
750
- title: string;
751
- totalResults: string;
752
- searchTerms: string;
753
- count: number;
754
- startIndex: number;
755
- inputEncoding: string;
756
- outputEncoding: string;
757
- safe: string;
758
- cx: string;
759
- }[];
760
- };
761
- context: {
762
- title: string;
763
- };
764
- searchInformation: {
765
- searchTime: number;
766
- formattedSearchTime: string;
767
- totalResults: string;
768
- formattedTotalResults: string;
769
- };
770
- items: ({
771
- kind: string;
772
- title: string;
773
- htmlTitle: string;
774
- link: string;
775
- displayLink: string;
776
- snippet: string;
777
- htmlSnippet: string;
778
- formattedUrl: string;
779
- htmlFormattedUrl: string;
780
- pagemap: {
781
- cse_thumbnail: {
782
- src: string;
783
- width: string;
784
- height: string;
785
- }[];
786
- metatags: {
787
- "og:image": string;
788
- "og:type": string;
789
- "og:image:width": string;
790
- "twitter:card": string;
791
- "theme-color": string;
792
- "og:site_name": string;
793
- skype_toolbar: string;
794
- "msvalidate.01": string;
795
- "og:title": string;
796
- "og:image:height": string;
797
- "og:image:type": string;
798
- "msapplication-tileimage": string;
799
- "og:description": string;
800
- "article:publisher": string;
801
- "twitter:site": string;
802
- "article:modified_time": string;
803
- viewport: string;
804
- "og:locale": string;
805
- "og:url": string;
806
- }[];
807
- cse_image: {
808
- src: string;
809
- }[];
810
- };
811
- } | {
812
- kind: string;
813
- title: string;
814
- htmlTitle: string;
815
- link: string;
816
- displayLink: string;
817
- snippet: string;
818
- htmlSnippet: string;
819
- formattedUrl: string;
820
- htmlFormattedUrl: string;
821
- pagemap: {
822
- cse_thumbnail: {
823
- src: string;
824
- width: string;
825
- height: string;
826
- }[];
827
- metatags: {
828
- "og:image": string;
829
- "og:type": string;
830
- "twitter:card": string;
831
- "twitter:title": string;
832
- clientsideingraphs: string;
833
- "al:ios:app_name": string;
834
- "linkedin:pagetag": string;
835
- "og:title": string;
836
- "al:android:package": string;
837
- pagekey: string;
838
- bingbot: string;
839
- locale: string;
840
- "al:ios:url": string;
841
- "og:description": string;
842
- "al:ios:app_store_id": string;
843
- "twitter:image": string;
844
- "al:android:url": string;
845
- "twitter:site": string;
846
- viewport: string;
847
- "twitter:description": string;
848
- "og:url": string;
849
- "al:android:app_name": string;
850
- }[];
851
- cse_image: {
852
- src: string;
853
- }[];
854
- };
855
- } | {
856
- kind: string;
857
- title: string;
858
- htmlTitle: string;
859
- link: string;
860
- displayLink: string;
861
- snippet: string;
862
- htmlSnippet: string;
863
- formattedUrl: string;
864
- htmlFormattedUrl: string;
865
- pagemap: {
866
- cse_thumbnail: {
867
- src: string;
868
- width: string;
869
- height: string;
870
- }[];
871
- metatags: {
872
- "og:image": string;
873
- "og:type": string;
874
- "og:image:width": string;
875
- "twitter:card": string;
876
- "theme-color": string;
877
- "og:site_name": string;
878
- skype_toolbar: string;
879
- "og:title": string;
880
- "og:image:height": string;
881
- "twitter:label1": string;
882
- "og:image:type": string;
883
- "msapplication-tileimage": string;
884
- "og:description": string;
885
- "article:publisher": string;
886
- "twitter:data1": string;
887
- "twitter:site": string;
888
- "article:modified_time": string;
889
- viewport: string;
890
- "og:locale": string;
891
- "og:url": string;
892
- }[];
893
- cse_image: {
894
- src: string;
895
- }[];
896
- };
897
- } | {
898
- kind: string;
899
- title: string;
900
- htmlTitle: string;
901
- link: string;
902
- displayLink: string;
903
- snippet: string;
904
- htmlSnippet: string;
905
- formattedUrl: string;
906
- htmlFormattedUrl: string;
907
- pagemap: {
908
- cse_thumbnail: {
909
- src: string;
910
- width: string;
911
- height: string;
912
- }[];
913
- metatags: {
914
- referrer: string;
915
- viewport: string;
916
- kore_builder_version: string;
917
- }[];
918
- cse_image: {
919
- src: string;
920
- }[];
921
- };
922
- } | {
923
- kind: string;
924
- title: string;
925
- htmlTitle: string;
926
- link: string;
927
- displayLink: string;
928
- snippet: string;
929
- htmlSnippet: string;
930
- formattedUrl: string;
931
- htmlFormattedUrl: string;
932
- pagemap: {
933
- cse_thumbnail: {
934
- src: string;
935
- width: string;
936
- height: string;
937
- }[];
938
- metatags: {
939
- "og:image": string;
940
- "article:published_time": string;
941
- "og:image:width": string;
942
- "twitter:card": string;
943
- "og:site_name": string;
944
- "sailthru.tags": string;
945
- "twitter:label1": string;
946
- "twitter:label2": string;
947
- "parsely-author": string;
948
- "og:image:type": string;
949
- "msapplication-tileimage": string;
950
- "og:description": string;
951
- "twitter:creator": string;
952
- "parsely-metadata": string;
953
- "article:publisher": string;
954
- "twitter:data1": string;
955
- "twitter:data2": string;
956
- "parsely-type": string;
957
- "twitter:site": string;
958
- "article:modified_time": string;
959
- "parsely-link": string;
960
- "sailthru.title": string;
961
- "parsely-image-url": string;
962
- "parsely-section": string;
963
- "sailthru.date": string;
964
- "og:type": string;
965
- author: string;
966
- "og:title": string;
967
- "og:image:height": string;
968
- "sailthru.image.thumb": string;
969
- "parsely-title": string;
970
- "parsely-pub-date": string;
971
- "sailthru.description": string;
972
- "parsely-tags": string;
973
- viewport: string;
974
- "og:locale": string;
975
- "og:url": string;
976
- "sailthru.author": string;
977
- "sailthru.image.full": string;
978
- }[];
979
- cse_image: {
980
- src: string;
981
- }[];
982
- };
983
- } | {
984
- kind: string;
985
- title: string;
986
- htmlTitle: string;
987
- link: string;
988
- displayLink: string;
989
- snippet: string;
990
- htmlSnippet: string;
991
- formattedUrl: string;
992
- htmlFormattedUrl: string;
993
- pagemap: {
994
- metatags: {
995
- viewport: string;
996
- }[];
997
- cse_thumbnail?: undefined;
998
- cse_image?: undefined;
999
- };
1000
- } | {
1001
- kind: string;
1002
- title: string;
1003
- htmlTitle: string;
1004
- link: string;
1005
- displayLink: string;
1006
- snippet: string;
1007
- htmlSnippet: string;
1008
- formattedUrl: string;
1009
- htmlFormattedUrl: string;
1010
- pagemap: {
1011
- cse_thumbnail: {
1012
- src: string;
1013
- width: string;
1014
- height: string;
1015
- }[];
1016
- metatags: {
1017
- "twitter:title": string;
1018
- "og:type": string;
1019
- "twitter:card": string;
1020
- "twitter:domain": string;
1021
- viewport: string;
1022
- author: string;
1023
- "twitter:description": string;
1024
- "og:title": string;
1025
- "og:description": string;
1026
- }[];
1027
- cse_image: {
1028
- src: string;
1029
- }[];
1030
- };
1031
- } | {
1032
- kind: string;
1033
- title: string;
1034
- htmlTitle: string;
1035
- link: string;
1036
- displayLink: string;
1037
- snippet: string;
1038
- htmlSnippet: string;
1039
- formattedUrl: string;
1040
- htmlFormattedUrl: string;
1041
- pagemap: {
1042
- cse_thumbnail: {
1043
- src: string;
1044
- width: string;
1045
- height: string;
1046
- }[];
1047
- metatags: {
1048
- "twitter:title": string;
1049
- "twitter:card": string;
1050
- viewport: string;
1051
- "og:title": string;
1052
- "og:url": string;
1053
- }[];
1054
- cse_image: {
1055
- src: string;
1056
- }[];
1057
- };
1058
- })[];
288
+ sql_query: string;
289
+ result?: undefined;
290
+ __systemFields?: undefined;
291
+ type?: undefined;
1059
292
  };
1060
293
  metadata: {
1061
294
  type: string;
1062
- icon: {
1063
- name: string;
1064
- color: string;
1065
- };
295
+ toolId: string;
1066
296
  isOptionalParameter: boolean;
297
+ icon?: undefined;
1067
298
  };
1068
299
  name?: undefined;
1069
300
  tool_call_id?: undefined;
@@ -1075,9 +306,10 @@ export declare const executionEventsSample1: ({
1075
306
  status: string;
1076
307
  icon?: undefined;
1077
308
  output?: undefined;
309
+ metadata?: undefined;
1078
310
  };
1079
- sessionId: string;
1080
311
  runId: string;
312
+ sessionId: string;
1081
313
  timestamp: string;
1082
314
  eventType: string;
1083
315
  } | {
@@ -1089,38 +321,31 @@ export declare const executionEventsSample1: ({
1089
321
  name: string;
1090
322
  output: {
1091
323
  name: string;
1092
- tool_call_id: string;
1093
324
  args: {
1094
325
  reason: string;
1095
- conversationState: string;
1096
- message: string;
1097
- searchtext?: undefined;
1098
- };
1099
- additional_kwargs: {
1100
- llmUsageMetadata: {
1101
- input_tokens: number;
1102
- output_tokens: number;
1103
- total_tokens: number;
1104
- input_token_details: {
1105
- cache_read: number;
1106
- cache_creation: number;
1107
- };
1108
- };
326
+ query: string;
327
+ thought: string;
1109
328
  };
1110
- type?: undefined;
1111
- toolName?: undefined;
1112
- input?: undefined;
1113
- output?: undefined;
1114
- metadata?: undefined;
1115
- };
329
+ tool_call_id: string;
330
+ isAgentHandoff: boolean;
331
+ }[];
1116
332
  timestamp: string;
1117
333
  type: string;
1118
334
  status: string;
335
+ metadata: {
336
+ usage_metadata: {
337
+ input_tokens: number;
338
+ output_tokens: number;
339
+ total_tokens: number;
340
+ };
341
+ provider: string;
342
+ architecture: string;
343
+ };
1119
344
  icon?: undefined;
1120
345
  input?: undefined;
1121
346
  };
1122
- sessionId: string;
1123
347
  runId: string;
348
+ sessionId: string;
1124
349
  timestamp: string;
1125
350
  eventType: string;
1126
351
  } | {
@@ -1135,19 +360,17 @@ export declare const executionEventsSample1: ({
1135
360
  tool_call_id: string;
1136
361
  args: {
1137
362
  reason: string;
1138
- conversationState: string;
1139
- message: string;
1140
- searchtext?: undefined;
363
+ query: string;
364
+ thought: string;
365
+ user_query?: undefined;
366
+ conversationState?: undefined;
367
+ message?: undefined;
1141
368
  };
1142
369
  additional_kwargs: {
1143
370
  llmUsageMetadata: {
1144
371
  input_tokens: number;
1145
372
  output_tokens: number;
1146
373
  total_tokens: number;
1147
- input_token_details: {
1148
- cache_read: number;
1149
- cache_creation: number;
1150
- };
1151
374
  };
1152
375
  };
1153
376
  type?: undefined;
@@ -1161,9 +384,10 @@ export declare const executionEventsSample1: ({
1161
384
  status: string;
1162
385
  icon?: undefined;
1163
386
  output?: undefined;
387
+ metadata?: undefined;
1164
388
  };
1165
- sessionId: string;
1166
389
  runId: string;
390
+ sessionId: string;
1167
391
  timestamp: string;
1168
392
  eventType: string;
1169
393
  } | {
@@ -1178,68 +402,39 @@ export declare const executionEventsSample1: ({
1178
402
  toolName: string;
1179
403
  input: {
1180
404
  reason: string;
1181
- conversationState: string;
1182
- message: string;
1183
- searchtext?: undefined;
405
+ query: string;
406
+ thought: string;
407
+ user_query?: undefined;
408
+ conversationState?: undefined;
409
+ message?: undefined;
1184
410
  };
1185
411
  output: {
1186
- conversationState: string;
1187
- message: string;
1188
- kind?: undefined;
1189
- url?: undefined;
1190
- queries?: undefined;
1191
- context?: undefined;
1192
- searchInformation?: undefined;
1193
- items?: undefined;
412
+ result: string;
413
+ __systemFields: string;
414
+ type: string;
415
+ sql_query?: undefined;
416
+ conversationState?: undefined;
417
+ message?: undefined;
1194
418
  };
1195
419
  metadata: {
1196
420
  type: string;
1197
- eventType: string;
1198
- eventData: {
1199
- name: string;
1200
- mode: string;
1201
- condition: string;
1202
- to: string;
1203
- type: string;
1204
- _id: string;
1205
- metadata?: undefined;
1206
- };
1207
- isToolEvent: boolean;
421
+ icon: null;
1208
422
  isOptionalParameter: boolean;
1209
- icon?: undefined;
423
+ toolId?: undefined;
424
+ eventType?: undefined;
425
+ eventData?: undefined;
426
+ isToolEvent?: undefined;
1210
427
  };
1211
- name?: undefined;
1212
- tool_call_id?: undefined;
1213
- args?: undefined;
1214
- additional_kwargs?: undefined;
1215
428
  };
1216
429
  timestamp: string;
1217
430
  type: string;
1218
431
  status: string;
1219
432
  icon?: undefined;
1220
433
  input?: undefined;
1221
- };
1222
- sessionId: string;
1223
- runId: string;
1224
- timestamp: string;
1225
- eventType: string;
1226
- })[];
1227
- export declare const executionEventsSample2: ({
1228
- type: string;
1229
- data: {
1230
- phase: string;
1231
- id: string;
1232
- parentId: null;
1233
- name: string;
1234
- timestamp: string;
1235
- type: string;
1236
- status: string;
1237
- input?: undefined;
1238
- output?: undefined;
1239
434
  metadata?: undefined;
1240
435
  };
1241
- sessionId: string;
1242
436
  runId: string;
437
+ sessionId: string;
1243
438
  timestamp: string;
1244
439
  eventType: string;
1245
440
  } | {
@@ -1249,15 +444,41 @@ export declare const executionEventsSample2: ({
1249
444
  id: string;
1250
445
  parentId: string;
1251
446
  name: string;
1252
- input: string;
447
+ input: {
448
+ type: string;
449
+ toolName: string;
450
+ input: {
451
+ reason: string;
452
+ query: string;
453
+ thought: string;
454
+ user_query?: undefined;
455
+ };
456
+ output: {
457
+ result: string;
458
+ __systemFields: string;
459
+ type: string;
460
+ sql_query?: undefined;
461
+ };
462
+ metadata: {
463
+ type: string;
464
+ icon: null;
465
+ isOptionalParameter: boolean;
466
+ toolId?: undefined;
467
+ };
468
+ name?: undefined;
469
+ tool_call_id?: undefined;
470
+ args?: undefined;
471
+ additional_kwargs?: undefined;
472
+ };
1253
473
  timestamp: string;
1254
474
  type: string;
1255
475
  status: string;
476
+ icon?: undefined;
1256
477
  output?: undefined;
1257
478
  metadata?: undefined;
1258
479
  };
1259
- sessionId: string;
1260
480
  runId: string;
481
+ sessionId: string;
1261
482
  timestamp: string;
1262
483
  eventType: string;
1263
484
  } | {
@@ -1270,11 +491,13 @@ export declare const executionEventsSample2: ({
1270
491
  output: {
1271
492
  name: string;
1272
493
  args: {
494
+ thought: string;
495
+ conversationState: string;
1273
496
  reason: string;
1274
497
  message: string;
1275
- thought: string;
1276
498
  };
1277
499
  tool_call_id: string;
500
+ isAgentHandoff: boolean;
1278
501
  }[];
1279
502
  timestamp: string;
1280
503
  type: string;
@@ -1285,54 +508,14 @@ export declare const executionEventsSample2: ({
1285
508
  output_tokens: number;
1286
509
  total_tokens: number;
1287
510
  };
511
+ provider: string;
512
+ architecture: string;
1288
513
  };
514
+ icon?: undefined;
1289
515
  input?: undefined;
1290
516
  };
1291
- sessionId: string;
1292
- runId: string;
1293
- timestamp: string;
1294
- eventType: string;
1295
- })[];
1296
- export declare const executionEventsSample3: ({
1297
- type: string;
1298
- data: {
1299
- phase: string;
1300
- id: string;
1301
- parentId: null;
1302
- name: string;
1303
- timestamp: string;
1304
- type: string;
1305
- icon: {
1306
- name: string;
1307
- color: string;
1308
- type: string;
1309
- };
1310
- status: string;
1311
- input?: undefined;
1312
- output?: undefined;
1313
- metadata?: undefined;
1314
- };
1315
- sessionId: string;
1316
517
  runId: string;
1317
- timestamp: string;
1318
- eventType: string;
1319
- } | {
1320
- type: string;
1321
- data: {
1322
- phase: string;
1323
- id: string;
1324
- parentId: string;
1325
- name: string;
1326
- input: string;
1327
- timestamp: string;
1328
- type: string;
1329
- status: string;
1330
- icon?: undefined;
1331
- output?: undefined;
1332
- metadata?: undefined;
1333
- };
1334
518
  sessionId: string;
1335
- runId: string;
1336
519
  timestamp: string;
1337
520
  eventType: string;
1338
521
  } | {
@@ -1342,107 +525,24 @@ export declare const executionEventsSample3: ({
1342
525
  id: string;
1343
526
  parentId: string;
1344
527
  name: string;
1345
- output: {
1346
- scannedPrompt: {
1347
- content: string;
1348
- additional_kwargs: {
1349
- timestamp: string;
1350
- };
1351
- response_metadata: {};
1352
- constructor: {
1353
- name: string;
1354
- };
528
+ input: {
529
+ name: string;
530
+ tool_call_id: string;
531
+ args: {
532
+ thought: string;
533
+ conversationState: string;
534
+ reason: string;
535
+ message: string;
536
+ user_query?: undefined;
537
+ query?: undefined;
1355
538
  };
1356
- endFlow: boolean;
1357
- hasScanners: boolean;
1358
- scannersData: {
1359
- Anonymize: {
1360
- scannerInput: {
1361
- content: string;
1362
- additional_kwargs: {
1363
- timestamp: string;
1364
- };
1365
- response_metadata: {};
1366
- constructor: {
1367
- name: string;
1368
- };
1369
- };
1370
- scannerOutput: {
1371
- Output: {
1372
- content: string;
1373
- additional_kwargs: {
1374
- timestamp: string;
1375
- };
1376
- response_metadata: {};
1377
- constructor: {
1378
- name: string;
1379
- };
1380
- };
1381
- RiskScore: number;
1382
- Validity: boolean;
1383
- Duration: string;
1384
- };
1385
- };
1386
- Bantopics: {
1387
- scannerInput: {
1388
- content: string;
1389
- additional_kwargs: {
1390
- timestamp: string;
1391
- };
1392
- response_metadata: {};
1393
- constructor: {
1394
- name: string;
1395
- };
1396
- };
1397
- scannerOutput: {
1398
- Output: {
1399
- content: string;
1400
- additional_kwargs: {
1401
- timestamp: string;
1402
- };
1403
- response_metadata: {};
1404
- constructor: {
1405
- name: string;
1406
- };
1407
- };
1408
- RiskScore: number;
1409
- Validity: boolean;
1410
- Duration: string;
1411
- };
1412
- };
1413
- PromptInjection: {
1414
- scannerInput: {
1415
- content: string;
1416
- additional_kwargs: {
1417
- timestamp: string;
1418
- };
1419
- response_metadata: {};
1420
- constructor: {
1421
- name: string;
1422
- };
1423
- };
1424
- scannerOutput: {
1425
- Output: {
1426
- content: string;
1427
- additional_kwargs: {
1428
- timestamp: string;
1429
- };
1430
- response_metadata: {};
1431
- constructor: {
1432
- name: string;
1433
- };
1434
- };
1435
- RiskScore: number;
1436
- Validity: boolean;
1437
- Duration: string;
1438
- };
539
+ additional_kwargs: {
540
+ llmUsageMetadata: {
541
+ input_tokens: number;
542
+ output_tokens: number;
543
+ total_tokens: number;
1439
544
  };
1440
- error?: undefined;
1441
545
  };
1442
- results: never[];
1443
- scannerName: string;
1444
- endFlowMsg: string;
1445
- scanType: string;
1446
546
  type?: undefined;
1447
547
  toolName?: undefined;
1448
548
  input?: undefined;
@@ -1453,11 +553,11 @@ export declare const executionEventsSample3: ({
1453
553
  type: string;
1454
554
  status: string;
1455
555
  icon?: undefined;
1456
- input?: undefined;
556
+ output?: undefined;
1457
557
  metadata?: undefined;
1458
558
  };
1459
- sessionId: string;
1460
559
  runId: string;
560
+ sessionId: string;
1461
561
  timestamp: string;
1462
562
  eventType: string;
1463
563
  } | {
@@ -1468,43 +568,50 @@ export declare const executionEventsSample3: ({
1468
568
  parentId: string;
1469
569
  name: string;
1470
570
  output: {
1471
- name: string;
1472
- args: {
571
+ type: string;
572
+ toolName: string;
573
+ input: {
574
+ thought: string;
575
+ conversationState: string;
1473
576
  reason: string;
577
+ message: string;
578
+ user_query?: undefined;
579
+ query?: undefined;
580
+ };
581
+ output: {
1474
582
  conversationState: string;
1475
- message: {
1476
- user_request: string;
1477
- summary: string;
1478
- outputs: never[];
1479
- pending_task: string;
1480
- pending_tasks: {
1481
- task: string;
1482
- target_agent: string;
1483
- requires_user_input: boolean;
1484
- }[];
1485
- route_hint: string;
583
+ message: string;
584
+ sql_query?: undefined;
585
+ result?: undefined;
586
+ __systemFields?: undefined;
587
+ type?: undefined;
588
+ };
589
+ metadata: {
590
+ type: string;
591
+ eventType: string;
592
+ eventData: {
593
+ name: string;
594
+ mode: string;
595
+ condition: string;
596
+ to: string;
597
+ type: string;
598
+ _id: string;
1486
599
  };
600
+ isToolEvent: boolean;
601
+ isOptionalParameter: boolean;
602
+ toolId?: undefined;
603
+ icon?: undefined;
1487
604
  };
1488
- tool_call_id: string;
1489
- isAgentHandoff: boolean;
1490
- }[];
605
+ };
1491
606
  timestamp: string;
1492
607
  type: string;
1493
608
  status: string;
1494
- metadata: {
1495
- usage_metadata: {
1496
- input_tokens: number;
1497
- output_tokens: number;
1498
- total_tokens: number;
1499
- };
1500
- provider: string;
1501
- architecture: string;
1502
- };
1503
609
  icon?: undefined;
1504
610
  input?: undefined;
611
+ metadata?: undefined;
1505
612
  };
1506
- sessionId: string;
1507
613
  runId: string;
614
+ sessionId: string;
1508
615
  timestamp: string;
1509
616
  eventType: string;
1510
617
  } | {
@@ -1522,862 +629,8 @@ export declare const executionEventsSample3: ({
1522
629
  output?: undefined;
1523
630
  metadata?: undefined;
1524
631
  };
1525
- sessionId: string;
1526
632
  runId: string;
1527
- timestamp: string;
1528
- eventType: string;
1529
- } | {
1530
- type: string;
1531
- data: {
1532
- phase: string;
1533
- id: string;
1534
- parentId: string;
1535
- name: string;
1536
- output: {
1537
- name: string;
1538
- args: {
1539
- reason: string;
1540
- conversationState: string;
1541
- message: string;
1542
- };
1543
- tool_call_id: string;
1544
- isAgentHandoff: boolean;
1545
- }[];
1546
- timestamp: string;
1547
- type: string;
1548
- status: string;
1549
- metadata: {
1550
- usage_metadata: {
1551
- input_tokens: number;
1552
- output_tokens: number;
1553
- total_tokens: number;
1554
- };
1555
- provider: string;
1556
- architecture: string;
1557
- };
1558
- icon?: undefined;
1559
- input?: undefined;
1560
- };
1561
633
  sessionId: string;
1562
- runId: string;
1563
- timestamp: string;
1564
- eventType: string;
1565
- } | {
1566
- type: string;
1567
- data: {
1568
- phase: string;
1569
- id: string;
1570
- parentId: string;
1571
- name: string;
1572
- input: {
1573
- name: string;
1574
- tool_call_id: string;
1575
- args: {
1576
- reason: string;
1577
- conversationState: string;
1578
- message: string;
1579
- card_num?: undefined;
1580
- amount?: undefined;
1581
- };
1582
- additional_kwargs: {
1583
- llmUsageMetadata: {
1584
- input_tokens: number;
1585
- output_tokens: number;
1586
- total_tokens: number;
1587
- };
1588
- };
1589
- type?: undefined;
1590
- toolName?: undefined;
1591
- input?: undefined;
1592
- output?: undefined;
1593
- metadata?: undefined;
1594
- };
1595
- timestamp: string;
1596
- type: string;
1597
- status: string;
1598
- icon?: undefined;
1599
- output?: undefined;
1600
- metadata?: undefined;
1601
- };
1602
- sessionId: string;
1603
- runId: string;
1604
- timestamp: string;
1605
- eventType: string;
1606
- } | {
1607
- type: string;
1608
- data: {
1609
- phase: string;
1610
- id: string;
1611
- parentId: string;
1612
- name: string;
1613
- output: {
1614
- type: string;
1615
- toolName: string;
1616
- input: {
1617
- reason: string;
1618
- conversationState: string;
1619
- message: string;
1620
- card_num?: undefined;
1621
- amount?: undefined;
1622
- };
1623
- output: {
1624
- conversationState: string;
1625
- message: string;
1626
- result?: undefined;
1627
- __systemFields?: undefined;
1628
- type?: undefined;
1629
- };
1630
- metadata: {
1631
- type: string;
1632
- eventType: string;
1633
- eventData: {
1634
- name: string;
1635
- mode: string;
1636
- condition: string;
1637
- to: string;
1638
- type: string;
1639
- _id: string;
1640
- };
1641
- isToolEvent: boolean;
1642
- isOptionalParameter: boolean;
1643
- icon?: undefined;
1644
- };
1645
- scannedPrompt?: undefined;
1646
- endFlow?: undefined;
1647
- hasScanners?: undefined;
1648
- scannersData?: undefined;
1649
- results?: undefined;
1650
- scannerName?: undefined;
1651
- endFlowMsg?: undefined;
1652
- scanType?: undefined;
1653
- };
1654
- timestamp: string;
1655
- type: string;
1656
- status: string;
1657
- icon?: undefined;
1658
- input?: undefined;
1659
- metadata?: undefined;
1660
- };
1661
- sessionId: string;
1662
- runId: string;
1663
- timestamp: string;
1664
- eventType: string;
1665
- } | {
1666
- type: string;
1667
- data: {
1668
- phase: string;
1669
- id: string;
1670
- parentId: string;
1671
- name: string;
1672
- output: {
1673
- scannedPrompt: string;
1674
- endFlow: boolean;
1675
- hasScanners: boolean;
1676
- scannersData: {
1677
- error: {
1678
- scannerInput: string;
1679
- scannerOutput: {
1680
- Validity: boolean;
1681
- Duration: string;
1682
- };
1683
- };
1684
- Anonymize?: undefined;
1685
- Bantopics?: undefined;
1686
- PromptInjection?: undefined;
1687
- };
1688
- results: never[];
1689
- scanType: string;
1690
- scannerName?: undefined;
1691
- endFlowMsg?: undefined;
1692
- type?: undefined;
1693
- toolName?: undefined;
1694
- input?: undefined;
1695
- output?: undefined;
1696
- metadata?: undefined;
1697
- };
1698
- timestamp: string;
1699
- type: string;
1700
- status: string;
1701
- icon?: undefined;
1702
- input?: undefined;
1703
- metadata?: undefined;
1704
- };
1705
- sessionId: string;
1706
- runId: string;
1707
- timestamp: string;
1708
- eventType: string;
1709
- } | {
1710
- type: string;
1711
- data: {
1712
- phase: string;
1713
- id: string;
1714
- parentId: string;
1715
- name: string;
1716
- output: {
1717
- name: string;
1718
- args: {
1719
- reason: string;
1720
- card_num: number;
1721
- };
1722
- tool_call_id: string;
1723
- isAgentHandoff: boolean;
1724
- }[];
1725
- timestamp: string;
1726
- type: string;
1727
- status: string;
1728
- metadata: {
1729
- usage_metadata: {
1730
- input_tokens: number;
1731
- output_tokens: number;
1732
- total_tokens: number;
1733
- };
1734
- provider: string;
1735
- architecture: string;
1736
- };
1737
- icon?: undefined;
1738
- input?: undefined;
1739
- };
1740
- sessionId: string;
1741
- runId: string;
1742
- timestamp: string;
1743
- eventType: string;
1744
- } | {
1745
- type: string;
1746
- data: {
1747
- phase: string;
1748
- id: string;
1749
- parentId: string;
1750
- name: string;
1751
- input: {
1752
- name: string;
1753
- tool_call_id: string;
1754
- args: {
1755
- reason: string;
1756
- card_num: number;
1757
- conversationState?: undefined;
1758
- message?: undefined;
1759
- amount?: undefined;
1760
- };
1761
- additional_kwargs: {
1762
- llmUsageMetadata: {
1763
- input_tokens: number;
1764
- output_tokens: number;
1765
- total_tokens: number;
1766
- };
1767
- };
1768
- type?: undefined;
1769
- toolName?: undefined;
1770
- input?: undefined;
1771
- output?: undefined;
1772
- metadata?: undefined;
1773
- };
1774
- timestamp: string;
1775
- type: string;
1776
- status: string;
1777
- icon?: undefined;
1778
- output?: undefined;
1779
- metadata?: undefined;
1780
- };
1781
- sessionId: string;
1782
- runId: string;
1783
- timestamp: string;
1784
- eventType: string;
1785
- } | {
1786
- type: string;
1787
- data: {
1788
- phase: string;
1789
- id: string;
1790
- parentId: string;
1791
- name: string;
1792
- output: {
1793
- type: string;
1794
- toolName: string;
1795
- input: {
1796
- reason: string;
1797
- card_num: number;
1798
- conversationState?: undefined;
1799
- message?: undefined;
1800
- amount?: undefined;
1801
- };
1802
- output: {
1803
- result: string;
1804
- __systemFields: string;
1805
- type: string;
1806
- conversationState?: undefined;
1807
- message?: undefined;
1808
- };
1809
- metadata: {
1810
- type: string;
1811
- icon: {
1812
- name: string;
1813
- color: string;
1814
- };
1815
- isOptionalParameter: boolean;
1816
- eventType?: undefined;
1817
- eventData?: undefined;
1818
- isToolEvent?: undefined;
1819
- };
1820
- scannedPrompt?: undefined;
1821
- endFlow?: undefined;
1822
- hasScanners?: undefined;
1823
- scannersData?: undefined;
1824
- results?: undefined;
1825
- scannerName?: undefined;
1826
- endFlowMsg?: undefined;
1827
- scanType?: undefined;
1828
- };
1829
- timestamp: string;
1830
- type: string;
1831
- status: string;
1832
- icon?: undefined;
1833
- input?: undefined;
1834
- metadata?: undefined;
1835
- };
1836
- sessionId: string;
1837
- runId: string;
1838
- timestamp: string;
1839
- eventType: string;
1840
- } | {
1841
- type: string;
1842
- data: {
1843
- phase: string;
1844
- id: string;
1845
- parentId: string;
1846
- name: string;
1847
- input: {
1848
- type: string;
1849
- toolName: string;
1850
- input: {
1851
- reason: string;
1852
- card_num: number;
1853
- amount?: undefined;
1854
- };
1855
- output: {
1856
- result: string;
1857
- __systemFields: string;
1858
- type: string;
1859
- };
1860
- metadata: {
1861
- type: string;
1862
- icon: {
1863
- name: string;
1864
- color: string;
1865
- };
1866
- isOptionalParameter: boolean;
1867
- };
1868
- name?: undefined;
1869
- tool_call_id?: undefined;
1870
- args?: undefined;
1871
- additional_kwargs?: undefined;
1872
- };
1873
- timestamp: string;
1874
- type: string;
1875
- status: string;
1876
- icon?: undefined;
1877
- output?: undefined;
1878
- metadata?: undefined;
1879
- };
1880
- sessionId: string;
1881
- runId: string;
1882
- timestamp: string;
1883
- eventType: string;
1884
- } | {
1885
- type: string;
1886
- data: {
1887
- phase: string;
1888
- id: string;
1889
- parentId: string;
1890
- name: string;
1891
- output: {
1892
- name: string;
1893
- args: {
1894
- reason: string;
1895
- amount: number;
1896
- };
1897
- tool_call_id: string;
1898
- isAgentHandoff: boolean;
1899
- }[];
1900
- timestamp: string;
1901
- type: string;
1902
- status: string;
1903
- metadata: {
1904
- usage_metadata: {
1905
- input_tokens: number;
1906
- output_tokens: number;
1907
- total_tokens: number;
1908
- };
1909
- provider: string;
1910
- architecture: string;
1911
- };
1912
- icon?: undefined;
1913
- input?: undefined;
1914
- };
1915
- sessionId: string;
1916
- runId: string;
1917
- timestamp: string;
1918
- eventType: string;
1919
- } | {
1920
- type: string;
1921
- data: {
1922
- phase: string;
1923
- id: string;
1924
- parentId: string;
1925
- name: string;
1926
- input: {
1927
- name: string;
1928
- tool_call_id: string;
1929
- args: {
1930
- reason: string;
1931
- amount: number;
1932
- conversationState?: undefined;
1933
- message?: undefined;
1934
- card_num?: undefined;
1935
- };
1936
- additional_kwargs: {
1937
- llmUsageMetadata: {
1938
- input_tokens: number;
1939
- output_tokens: number;
1940
- total_tokens: number;
1941
- };
1942
- };
1943
- type?: undefined;
1944
- toolName?: undefined;
1945
- input?: undefined;
1946
- output?: undefined;
1947
- metadata?: undefined;
1948
- };
1949
- timestamp: string;
1950
- type: string;
1951
- status: string;
1952
- icon?: undefined;
1953
- output?: undefined;
1954
- metadata?: undefined;
1955
- };
1956
- sessionId: string;
1957
- runId: string;
1958
- timestamp: string;
1959
- eventType: string;
1960
- } | {
1961
- type: string;
1962
- data: {
1963
- phase: string;
1964
- id: string;
1965
- parentId: string;
1966
- name: string;
1967
- output: {
1968
- type: string;
1969
- toolName: string;
1970
- input: {
1971
- reason: string;
1972
- amount: number;
1973
- conversationState?: undefined;
1974
- message?: undefined;
1975
- card_num?: undefined;
1976
- };
1977
- output: string;
1978
- metadata: {
1979
- type: string;
1980
- icon: {
1981
- name: string;
1982
- color: string;
1983
- };
1984
- isOptionalParameter: boolean;
1985
- eventType?: undefined;
1986
- eventData?: undefined;
1987
- isToolEvent?: undefined;
1988
- };
1989
- scannedPrompt?: undefined;
1990
- endFlow?: undefined;
1991
- hasScanners?: undefined;
1992
- scannersData?: undefined;
1993
- results?: undefined;
1994
- scannerName?: undefined;
1995
- endFlowMsg?: undefined;
1996
- scanType?: undefined;
1997
- };
1998
- timestamp: string;
1999
- type: string;
2000
- status: string;
2001
- icon?: undefined;
2002
- input?: undefined;
2003
- metadata?: undefined;
2004
- };
2005
- sessionId: string;
2006
- runId: string;
2007
- timestamp: string;
2008
- eventType: string;
2009
- } | {
2010
- type: string;
2011
- data: {
2012
- phase: string;
2013
- id: string;
2014
- parentId: string;
2015
- name: string;
2016
- input: {
2017
- type: string;
2018
- toolName: string;
2019
- input: {
2020
- reason: string;
2021
- amount: number;
2022
- card_num?: undefined;
2023
- };
2024
- output: string;
2025
- metadata: {
2026
- type: string;
2027
- icon: {
2028
- name: string;
2029
- color: string;
2030
- };
2031
- isOptionalParameter: boolean;
2032
- };
2033
- name?: undefined;
2034
- tool_call_id?: undefined;
2035
- args?: undefined;
2036
- additional_kwargs?: undefined;
2037
- };
2038
- timestamp: string;
2039
- type: string;
2040
- status: string;
2041
- icon?: undefined;
2042
- output?: undefined;
2043
- metadata?: undefined;
2044
- };
2045
- sessionId: string;
2046
- runId: string;
2047
- timestamp: string;
2048
- eventType: string;
2049
- })[];
2050
- export declare const executionEventsSample4: ({
2051
- type: string;
2052
- data: {
2053
- phase: string;
2054
- id: string;
2055
- parentId: null;
2056
- name: string;
2057
- timestamp: string;
2058
- type: string;
2059
- status: string;
2060
- input?: undefined;
2061
- output?: undefined;
2062
- metadata?: undefined;
2063
- };
2064
- runId: string;
2065
- sessionId: string;
2066
- timestamp: string;
2067
- eventType: string;
2068
- } | {
2069
- type: string;
2070
- data: {
2071
- phase: string;
2072
- id: string;
2073
- parentId: string;
2074
- name: string;
2075
- input: string;
2076
- timestamp: string;
2077
- type: string;
2078
- status: string;
2079
- output?: undefined;
2080
- metadata?: undefined;
2081
- };
2082
- runId: string;
2083
- sessionId: string;
2084
- timestamp: string;
2085
- eventType: string;
2086
- } | {
2087
- type: string;
2088
- data: {
2089
- phase: string;
2090
- id: string;
2091
- parentId: string;
2092
- name: string;
2093
- output: {
2094
- name: string;
2095
- args: {
2096
- message: string;
2097
- thought: string;
2098
- supervisorAction: string;
2099
- reason: string;
2100
- };
2101
- tool_call_id: string;
2102
- }[];
2103
- timestamp: string;
2104
- type: string;
2105
- status: string;
2106
- metadata: {
2107
- usage_metadata: {
2108
- input_tokens: number;
2109
- output_tokens: number;
2110
- total_tokens: number;
2111
- };
2112
- };
2113
- input?: undefined;
2114
- };
2115
- runId: string;
2116
- sessionId: string;
2117
- timestamp: string;
2118
- eventType: string;
2119
- } | {
2120
- type: string;
2121
- data: {
2122
- phase: string;
2123
- id: string;
2124
- parentId: string;
2125
- name: string;
2126
- output: {
2127
- name: string;
2128
- args: {
2129
- thought: string;
2130
- reason: string;
2131
- searchtext: string;
2132
- };
2133
- tool_call_id: string;
2134
- }[];
2135
- timestamp: string;
2136
- type: string;
2137
- status: string;
2138
- metadata: {
2139
- usage_metadata: {
2140
- input_tokens: number;
2141
- output_tokens: number;
2142
- total_tokens: number;
2143
- };
2144
- };
2145
- input?: undefined;
2146
- };
2147
- runId: string;
2148
- sessionId: string;
2149
- timestamp: string;
2150
- eventType: string;
2151
- } | {
2152
- type: string;
2153
- data: {
2154
- phase: string;
2155
- id: string;
2156
- parentId: string;
2157
- name: string;
2158
- input: {
2159
- searchtext: string;
2160
- };
2161
- timestamp: string;
2162
- type: string;
2163
- status: string;
2164
- output?: undefined;
2165
- metadata?: undefined;
2166
- };
2167
- runId: string;
2168
- sessionId: string;
2169
- timestamp: string;
2170
- eventType: string;
2171
- } | {
2172
- type: string;
2173
- data: {
2174
- phase: string;
2175
- id: string;
2176
- parentId: string;
2177
- name: string;
2178
- output: string;
2179
- timestamp: string;
2180
- type: string;
2181
- status: string;
2182
- metadata: {
2183
- usage_metadata: {
2184
- input_tokens: number;
2185
- output_tokens: number;
2186
- total_tokens: number;
2187
- };
2188
- };
2189
- input?: undefined;
2190
- };
2191
- runId: string;
2192
- sessionId: string;
2193
- timestamp: string;
2194
- eventType: string;
2195
- } | {
2196
- type: string;
2197
- data: {
2198
- phase: string;
2199
- id: string;
2200
- parentId: string;
2201
- name: string;
2202
- output: {
2203
- name: string;
2204
- args: {
2205
- reason: string;
2206
- thought: string;
2207
- message: string;
2208
- };
2209
- tool_call_id: string;
2210
- }[];
2211
- timestamp: string;
2212
- type: string;
2213
- status: string;
2214
- metadata: {
2215
- usage_metadata: {
2216
- input_tokens: number;
2217
- output_tokens: number;
2218
- total_tokens: number;
2219
- };
2220
- };
2221
- input?: undefined;
2222
- };
2223
- runId: string;
2224
- sessionId: string;
2225
- timestamp: string;
2226
- eventType: string;
2227
- })[];
2228
- export declare const executionEventsSample: ({
2229
- type: string;
2230
- data: {
2231
- phase: string;
2232
- id: string;
2233
- parentId: null;
2234
- name: string;
2235
- timestamp: string;
2236
- type: string;
2237
- status: string;
2238
- input?: undefined;
2239
- output?: undefined;
2240
- metadata?: undefined;
2241
- };
2242
- sessionId: string;
2243
- runId: string;
2244
- timestamp: string;
2245
- eventType: string;
2246
- } | {
2247
- type: string;
2248
- data: {
2249
- phase: string;
2250
- id: string;
2251
- parentId: string;
2252
- name: string;
2253
- input: string;
2254
- timestamp: string;
2255
- type: string;
2256
- status: string;
2257
- output?: undefined;
2258
- metadata?: undefined;
2259
- };
2260
- sessionId: string;
2261
- runId: string;
2262
- timestamp: string;
2263
- eventType: string;
2264
- } | {
2265
- type: string;
2266
- data: {
2267
- phase: string;
2268
- id: string;
2269
- parentId: string;
2270
- name: string;
2271
- output: {
2272
- name: string;
2273
- args: {
2274
- thought: string;
2275
- reason: string;
2276
- message: string;
2277
- supervisorAction: string;
2278
- };
2279
- tool_call_id: string;
2280
- }[];
2281
- timestamp: string;
2282
- type: string;
2283
- status: string;
2284
- metadata: {
2285
- usage_metadata: {
2286
- input_tokens: number;
2287
- output_tokens: number;
2288
- total_tokens: number;
2289
- };
2290
- };
2291
- input?: undefined;
2292
- };
2293
- sessionId: string;
2294
- runId: string;
2295
- timestamp: string;
2296
- eventType: string;
2297
- } | {
2298
- type: string;
2299
- data: {
2300
- phase: string;
2301
- id: string;
2302
- parentId: string;
2303
- name: string;
2304
- input: {
2305
- sessionIdentity: {
2306
- type: string;
2307
- value: string;
2308
- }[];
2309
- input: {
2310
- type: string;
2311
- content: string;
2312
- }[];
2313
- stream: {
2314
- enable: boolean;
2315
- streamMode: string;
2316
- };
2317
- debug: {
2318
- enable: boolean;
2319
- debugMode: string;
2320
- };
2321
- metadata: {};
2322
- };
2323
- timestamp: string;
2324
- type: string;
2325
- status: string;
2326
- output?: undefined;
2327
- metadata?: undefined;
2328
- };
2329
- sessionId: string;
2330
- runId: string;
2331
- timestamp: string;
2332
- eventType: string;
2333
- } | {
2334
- type: string;
2335
- data: {
2336
- phase: string;
2337
- id: string;
2338
- parentId: string;
2339
- name: string;
2340
- output: string;
2341
- timestamp: string;
2342
- type: string;
2343
- status: string;
2344
- input?: undefined;
2345
- metadata?: undefined;
2346
- };
2347
- sessionId: string;
2348
- runId: string;
2349
- timestamp: string;
2350
- eventType: string;
2351
- } | {
2352
- type: string;
2353
- data: {
2354
- phase: string;
2355
- id: string;
2356
- parentId: string;
2357
- name: string;
2358
- output: {
2359
- name: string;
2360
- args: {
2361
- thought: string;
2362
- reason: string;
2363
- message: string;
2364
- };
2365
- tool_call_id: string;
2366
- }[];
2367
- timestamp: string;
2368
- type: string;
2369
- status: string;
2370
- metadata: {
2371
- usage_metadata: {
2372
- input_tokens: number;
2373
- output_tokens: number;
2374
- total_tokens: number;
2375
- };
2376
- };
2377
- input?: undefined;
2378
- };
2379
- sessionId: string;
2380
- runId: string;
2381
634
  timestamp: string;
2382
635
  eventType: string;
2383
636
  })[];