agentic-ui-libs 0.2.0-beta.21 → 0.2.0-beta.22

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.
@@ -101,7 +101,7 @@ export declare const executionEventsSample1: ({
101
101
  timestamp: string;
102
102
  eventType: string;
103
103
  })[];
104
- export declare const executionEventsSample: ({
104
+ export declare const executionEventsSample2: ({
105
105
  type: string;
106
106
  data: {
107
107
  phase: string;
@@ -634,4 +634,78 @@ export declare const executionEventsSample: ({
634
634
  timestamp: string;
635
635
  eventType: string;
636
636
  })[];
637
+ export declare const executionEventsSample: ({
638
+ type: string;
639
+ data: {
640
+ phase: string;
641
+ id: string;
642
+ parentId: null;
643
+ name: string;
644
+ timestamp: string;
645
+ type: string;
646
+ status: string;
647
+ input?: undefined;
648
+ error?: undefined;
649
+ output?: undefined;
650
+ };
651
+ sessionId: string;
652
+ runId: string;
653
+ timestamp: string;
654
+ eventType: string;
655
+ } | {
656
+ type: string;
657
+ data: {
658
+ phase: string;
659
+ id: string;
660
+ parentId: string;
661
+ name: string;
662
+ input: string;
663
+ timestamp: string;
664
+ type: string;
665
+ status: string;
666
+ error?: undefined;
667
+ output?: undefined;
668
+ };
669
+ sessionId: string;
670
+ runId: string;
671
+ timestamp: string;
672
+ eventType: string;
673
+ } | {
674
+ type: string;
675
+ data: {
676
+ phase: string;
677
+ id: string;
678
+ parentId: string;
679
+ name: string;
680
+ error: {
681
+ scannedPrompt: string;
682
+ endFlow: boolean;
683
+ hasScanners: boolean;
684
+ scannersData: {
685
+ Toxicity: {
686
+ scannerInput: string;
687
+ scannerOutput: {
688
+ Output: string;
689
+ RiskScore: number;
690
+ Validity: boolean;
691
+ Duration: string;
692
+ };
693
+ };
694
+ };
695
+ results: never[];
696
+ scannerName: string;
697
+ endFlowMsg: string;
698
+ scanType: string;
699
+ };
700
+ timestamp: string;
701
+ type: string;
702
+ status: string;
703
+ output: string;
704
+ input?: undefined;
705
+ };
706
+ sessionId: string;
707
+ runId: string;
708
+ timestamp: string;
709
+ eventType: string;
710
+ })[];
637
711
  //# sourceMappingURL=executionEventsSample.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsKlC,CAAA;AACD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4bjC,CAAA"}
1
+ {"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsKlC,CAAA;AACD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4blC,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuEjC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAMnF,eAAO,MAAM,UAAU,2GAynBrB,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAMnF,eAAO,MAAM,UAAU,2GAyrBrB,CAAC;AAIH,eAAe,UAAU,CAAC"}