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

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.
@@ -1,2230 +1,3 @@
1
- export declare const executionEventsSample1: ({
2
- type: string;
3
- data: {
4
- phase: string;
5
- id: string;
6
- parentId: null;
7
- name: string;
8
- timestamp: string;
9
- type: string;
10
- icon: {
11
- name: string;
12
- color: string;
13
- type: string;
14
- };
15
- status: string;
16
- input?: undefined;
17
- output?: undefined;
18
- };
19
- sessionId: string;
20
- runId: string;
21
- timestamp: string;
22
- eventType: string;
23
- } | {
24
- type: string;
25
- data: {
26
- phase: string;
27
- id: string;
28
- parentId: string;
29
- name: string;
30
- input: string;
31
- timestamp: string;
32
- type: string;
33
- status: string;
34
- icon?: undefined;
35
- output?: undefined;
36
- };
37
- sessionId: string;
38
- runId: string;
39
- timestamp: string;
40
- eventType: string;
41
- } | {
42
- type: string;
43
- data: {
44
- phase: string;
45
- id: string;
46
- parentId: string;
47
- name: string;
48
- output: {
49
- name: string;
50
- tool_call_id: string;
51
- args: {
52
- reason: string;
53
- message: string;
54
- conversationState: string;
55
- };
56
- additional_kwargs: {
57
- llmUsageMetadata: {
58
- input_tokens: number;
59
- output_tokens: number;
60
- total_tokens: number;
61
- };
62
- };
63
- }[];
64
- timestamp: string;
65
- type: string;
66
- status: string;
67
- icon?: undefined;
68
- input?: undefined;
69
- };
70
- sessionId: string;
71
- runId: string;
72
- timestamp: string;
73
- eventType: string;
74
- } | {
75
- type: string;
76
- data: {
77
- phase: string;
78
- id: string;
79
- parentId: string;
80
- name: string;
81
- input: {
82
- name: string;
83
- tool_call_id: string;
84
- args: {
85
- reason: string;
86
- 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
- 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
- };
147
- }[];
148
- timestamp: string;
149
- type: string;
150
- status: string;
151
- icon?: undefined;
152
- input?: undefined;
153
- };
154
- sessionId: string;
155
- runId: string;
156
- timestamp: string;
157
- eventType: string;
158
- } | {
159
- type: string;
160
- data: {
161
- phase: string;
162
- id: string;
163
- parentId: string;
164
- 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
- timestamp: string;
189
- type: string;
190
- status: string;
191
- icon?: undefined;
192
- input?: undefined;
193
- };
194
- sessionId: string;
195
- runId: string;
196
- timestamp: string;
197
- eventType: string;
198
- } | {
199
- type: string;
200
- data: {
201
- phase: string;
202
- id: string;
203
- parentId: string;
204
- 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
- };
248
- timestamp: string;
249
- type: string;
250
- status: string;
251
- icon?: undefined;
252
- input?: undefined;
253
- };
254
- sessionId: string;
255
- runId: string;
256
- timestamp: string;
257
- eventType: string;
258
- } | {
259
- type: string;
260
- data: {
261
- phase: string;
262
- id: string;
263
- parentId: string;
264
- name: string;
265
- output: {
266
- name: string;
267
- tool_call_id: string;
268
- args: {
269
- 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
- };
285
- type?: undefined;
286
- toolName?: undefined;
287
- input?: undefined;
288
- output?: undefined;
289
- metadata?: undefined;
290
- };
291
- timestamp: string;
292
- type: string;
293
- status: string;
294
- icon?: undefined;
295
- input?: undefined;
296
- };
297
- sessionId: string;
298
- runId: string;
299
- timestamp: string;
300
- eventType: string;
301
- } | {
302
- type: string;
303
- data: {
304
- phase: string;
305
- id: string;
306
- parentId: string;
307
- name: string;
308
- input: {
309
- name: string;
310
- tool_call_id: string;
311
- args: {
312
- reason: string;
313
- searchtext: string;
314
- message?: undefined;
315
- conversationState?: undefined;
316
- };
317
- additional_kwargs: {
318
- llmUsageMetadata: {
319
- input_tokens: number;
320
- output_tokens: number;
321
- total_tokens: number;
322
- input_token_details: {
323
- cache_read: number;
324
- cache_creation: number;
325
- };
326
- };
327
- };
328
- type?: undefined;
329
- toolName?: undefined;
330
- input?: undefined;
331
- output?: undefined;
332
- metadata?: undefined;
333
- };
334
- timestamp: string;
335
- type: string;
336
- status: string;
337
- icon?: undefined;
338
- output?: undefined;
339
- };
340
- sessionId: string;
341
- runId: string;
342
- timestamp: string;
343
- eventType: string;
344
- } | {
345
- type: string;
346
- data: {
347
- phase: string;
348
- id: string;
349
- parentId: string;
350
- name: string;
351
- output: {
352
- type: string;
353
- toolName: string;
354
- input: {
355
- reason: string;
356
- searchtext: string;
357
- message?: undefined;
358
- conversationState?: undefined;
359
- };
360
- 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
- })[];
688
- conversationState?: undefined;
689
- message?: undefined;
690
- };
691
- metadata: {
692
- type: string;
693
- icon: {
694
- name: string;
695
- color: string;
696
- };
697
- isOptionalParameter: boolean;
698
- eventType?: undefined;
699
- eventData?: undefined;
700
- isToolEvent?: undefined;
701
- };
702
- name?: undefined;
703
- tool_call_id?: undefined;
704
- args?: undefined;
705
- additional_kwargs?: undefined;
706
- };
707
- timestamp: string;
708
- type: string;
709
- status: string;
710
- icon?: undefined;
711
- input?: undefined;
712
- };
713
- sessionId: string;
714
- runId: string;
715
- timestamp: string;
716
- eventType: string;
717
- } | {
718
- type: string;
719
- data: {
720
- phase: string;
721
- id: string;
722
- parentId: string;
723
- name: string;
724
- input: {
725
- type: string;
726
- toolName: string;
727
- input: {
728
- reason: string;
729
- searchtext: string;
730
- };
731
- 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
- })[];
1059
- };
1060
- metadata: {
1061
- type: string;
1062
- icon: {
1063
- name: string;
1064
- color: string;
1065
- };
1066
- isOptionalParameter: boolean;
1067
- };
1068
- name?: undefined;
1069
- tool_call_id?: undefined;
1070
- args?: undefined;
1071
- additional_kwargs?: undefined;
1072
- };
1073
- timestamp: string;
1074
- type: string;
1075
- status: string;
1076
- icon?: undefined;
1077
- output?: undefined;
1078
- };
1079
- sessionId: string;
1080
- runId: string;
1081
- timestamp: string;
1082
- eventType: string;
1083
- } | {
1084
- type: string;
1085
- data: {
1086
- phase: string;
1087
- id: string;
1088
- parentId: string;
1089
- name: string;
1090
- output: {
1091
- name: string;
1092
- tool_call_id: string;
1093
- args: {
1094
- 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
- };
1109
- };
1110
- type?: undefined;
1111
- toolName?: undefined;
1112
- input?: undefined;
1113
- output?: undefined;
1114
- metadata?: undefined;
1115
- };
1116
- timestamp: string;
1117
- type: string;
1118
- status: string;
1119
- icon?: undefined;
1120
- input?: undefined;
1121
- };
1122
- sessionId: string;
1123
- runId: string;
1124
- timestamp: string;
1125
- eventType: string;
1126
- } | {
1127
- type: string;
1128
- data: {
1129
- phase: string;
1130
- id: string;
1131
- parentId: string;
1132
- name: string;
1133
- input: {
1134
- name: string;
1135
- tool_call_id: string;
1136
- args: {
1137
- reason: string;
1138
- conversationState: string;
1139
- message: string;
1140
- searchtext?: undefined;
1141
- };
1142
- additional_kwargs: {
1143
- llmUsageMetadata: {
1144
- input_tokens: number;
1145
- output_tokens: number;
1146
- total_tokens: number;
1147
- input_token_details: {
1148
- cache_read: number;
1149
- cache_creation: number;
1150
- };
1151
- };
1152
- };
1153
- type?: undefined;
1154
- toolName?: undefined;
1155
- input?: undefined;
1156
- output?: undefined;
1157
- metadata?: undefined;
1158
- };
1159
- timestamp: string;
1160
- type: string;
1161
- status: string;
1162
- icon?: undefined;
1163
- output?: undefined;
1164
- };
1165
- sessionId: string;
1166
- runId: string;
1167
- timestamp: string;
1168
- eventType: string;
1169
- } | {
1170
- type: string;
1171
- data: {
1172
- phase: string;
1173
- id: string;
1174
- parentId: string;
1175
- name: string;
1176
- output: {
1177
- type: string;
1178
- toolName: string;
1179
- input: {
1180
- reason: string;
1181
- conversationState: string;
1182
- message: string;
1183
- searchtext?: undefined;
1184
- };
1185
- 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;
1194
- };
1195
- metadata: {
1196
- 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;
1208
- isOptionalParameter: boolean;
1209
- icon?: undefined;
1210
- };
1211
- name?: undefined;
1212
- tool_call_id?: undefined;
1213
- args?: undefined;
1214
- additional_kwargs?: undefined;
1215
- };
1216
- timestamp: string;
1217
- type: string;
1218
- status: string;
1219
- icon?: undefined;
1220
- 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
- metadata?: undefined;
1240
- };
1241
- sessionId: string;
1242
- runId: string;
1243
- timestamp: string;
1244
- eventType: string;
1245
- } | {
1246
- type: string;
1247
- data: {
1248
- phase: string;
1249
- id: string;
1250
- parentId: string;
1251
- name: string;
1252
- input: string;
1253
- timestamp: string;
1254
- type: string;
1255
- status: string;
1256
- output?: undefined;
1257
- metadata?: undefined;
1258
- };
1259
- sessionId: string;
1260
- runId: string;
1261
- timestamp: string;
1262
- eventType: string;
1263
- } | {
1264
- type: string;
1265
- data: {
1266
- phase: string;
1267
- id: string;
1268
- parentId: string;
1269
- name: string;
1270
- output: {
1271
- name: string;
1272
- args: {
1273
- reason: string;
1274
- message: string;
1275
- thought: string;
1276
- };
1277
- tool_call_id: string;
1278
- }[];
1279
- timestamp: string;
1280
- type: string;
1281
- status: string;
1282
- metadata: {
1283
- usage_metadata: {
1284
- input_tokens: number;
1285
- output_tokens: number;
1286
- total_tokens: number;
1287
- };
1288
- };
1289
- input?: undefined;
1290
- };
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
- 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
- sessionId: string;
1335
- runId: string;
1336
- timestamp: string;
1337
- eventType: string;
1338
- } | {
1339
- type: string;
1340
- data: {
1341
- phase: string;
1342
- id: string;
1343
- parentId: string;
1344
- 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
- };
1355
- };
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
- };
1439
- };
1440
- error?: undefined;
1441
- };
1442
- results: never[];
1443
- scannerName: string;
1444
- endFlowMsg: string;
1445
- scanType: string;
1446
- type?: undefined;
1447
- toolName?: undefined;
1448
- input?: undefined;
1449
- output?: undefined;
1450
- metadata?: undefined;
1451
- };
1452
- timestamp: string;
1453
- type: string;
1454
- status: string;
1455
- icon?: undefined;
1456
- input?: undefined;
1457
- metadata?: undefined;
1458
- };
1459
- sessionId: string;
1460
- runId: string;
1461
- timestamp: string;
1462
- eventType: string;
1463
- } | {
1464
- type: string;
1465
- data: {
1466
- phase: string;
1467
- id: string;
1468
- parentId: string;
1469
- name: string;
1470
- output: {
1471
- name: string;
1472
- args: {
1473
- reason: string;
1474
- 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;
1486
- };
1487
- };
1488
- tool_call_id: string;
1489
- isAgentHandoff: boolean;
1490
- }[];
1491
- timestamp: string;
1492
- type: string;
1493
- 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
- icon?: undefined;
1504
- input?: undefined;
1505
- };
1506
- sessionId: string;
1507
- runId: string;
1508
- timestamp: string;
1509
- eventType: string;
1510
- } | {
1511
- type: string;
1512
- data: {
1513
- phase: string;
1514
- id: string;
1515
- parentId: null;
1516
- name: string;
1517
- timestamp: string;
1518
- type: string;
1519
- status: string;
1520
- icon?: undefined;
1521
- input?: undefined;
1522
- output?: undefined;
1523
- metadata?: undefined;
1524
- };
1525
- sessionId: string;
1526
- 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
- 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
1
  export declare const executionEventsSample: ({
2229
2
  type: string;
2230
3
  data: {
@@ -2237,6 +10,7 @@ export declare const executionEventsSample: ({
2237
10
  status: string;
2238
11
  input?: undefined;
2239
12
  output?: undefined;
13
+ error?: undefined;
2240
14
  metadata?: undefined;
2241
15
  };
2242
16
  sessionId: string;
@@ -2255,6 +29,7 @@ export declare const executionEventsSample: ({
2255
29
  type: string;
2256
30
  status: string;
2257
31
  output?: undefined;
32
+ error?: undefined;
2258
33
  metadata?: undefined;
2259
34
  };
2260
35
  sessionId: string;
@@ -2271,13 +46,12 @@ export declare const executionEventsSample: ({
2271
46
  output: {
2272
47
  name: string;
2273
48
  args: {
2274
- thought: string;
2275
- reason: string;
2276
49
  message: string;
2277
- supervisorAction: string;
50
+ reason: string;
2278
51
  };
2279
52
  tool_call_id: string;
2280
53
  }[];
54
+ error: string;
2281
55
  timestamp: string;
2282
56
  type: string;
2283
57
  status: string;
@@ -2294,60 +68,6 @@ export declare const executionEventsSample: ({
2294
68
  runId: string;
2295
69
  timestamp: string;
2296
70
  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
71
  } | {
2352
72
  type: string;
2353
73
  data: {
@@ -2358,9 +78,8 @@ export declare const executionEventsSample: ({
2358
78
  output: {
2359
79
  name: string;
2360
80
  args: {
2361
- thought: string;
2362
- reason: string;
2363
81
  message: string;
82
+ reason: string;
2364
83
  };
2365
84
  tool_call_id: string;
2366
85
  }[];
@@ -2375,6 +94,7 @@ export declare const executionEventsSample: ({
2375
94
  };
2376
95
  };
2377
96
  input?: undefined;
97
+ error?: undefined;
2378
98
  };
2379
99
  sessionId: string;
2380
100
  runId: string;