@cursor/sdk 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/642.index.js +1 -1
- package/dist/cjs/agent.d.ts +3 -1
- package/dist/cjs/agent.d.ts.map +1 -1
- package/dist/cjs/cloud-agent.d.ts.map +1 -1
- package/dist/cjs/cloud-api-client.d.ts +3 -1
- package/dist/cjs/cloud-api-client.d.ts.map +1 -1
- package/dist/cjs/executor-common.d.ts.map +1 -1
- package/dist/cjs/executor-types.d.ts +2 -1
- package/dist/cjs/executor-types.d.ts.map +1 -1
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/local-executor.d.ts.map +1 -1
- package/dist/cjs/options.d.ts +4 -0
- package/dist/cjs/options.d.ts.map +1 -1
- package/dist/cjs/platform.d.ts.map +1 -1
- package/dist/cjs/public-api.d.ts +1 -1
- package/dist/cjs/public-api.d.ts.map +1 -1
- package/dist/cjs/types/conversation-types.d.ts +192 -192
- package/dist/esm/642.index.js +1 -1
- package/dist/esm/agent.d.ts +3 -1
- package/dist/esm/agent.d.ts.map +1 -1
- package/dist/esm/cloud-agent.d.ts.map +1 -1
- package/dist/esm/cloud-api-client.d.ts +3 -1
- package/dist/esm/cloud-api-client.d.ts.map +1 -1
- package/dist/esm/executor-common.d.ts.map +1 -1
- package/dist/esm/executor-types.d.ts +2 -1
- package/dist/esm/executor-types.d.ts.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/local-executor.d.ts.map +1 -1
- package/dist/esm/options.d.ts +4 -0
- package/dist/esm/options.d.ts.map +1 -1
- package/dist/esm/platform.d.ts.map +1 -1
- package/dist/esm/public-api.d.ts +1 -1
- package/dist/esm/public-api.d.ts.map +1 -1
- package/dist/esm/types/conversation-types.d.ts +192 -192
- package/package.json +6 -6
|
@@ -574,23 +574,23 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
574
574
|
file: z.ZodString;
|
|
575
575
|
count: z.ZodNumber;
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
|
-
count: number;
|
|
578
577
|
file: string;
|
|
579
|
-
}, {
|
|
580
578
|
count: number;
|
|
579
|
+
}, {
|
|
581
580
|
file: string;
|
|
581
|
+
count: number;
|
|
582
582
|
}>, "many">;
|
|
583
583
|
total: z.ZodNumber;
|
|
584
584
|
}, "strip", z.ZodTypeAny, {
|
|
585
585
|
counts: {
|
|
586
|
-
count: number;
|
|
587
586
|
file: string;
|
|
587
|
+
count: number;
|
|
588
588
|
}[];
|
|
589
589
|
total: number;
|
|
590
590
|
}, {
|
|
591
591
|
counts: {
|
|
592
|
-
count: number;
|
|
593
592
|
file: string;
|
|
593
|
+
count: number;
|
|
594
594
|
}[];
|
|
595
595
|
total: number;
|
|
596
596
|
}>;
|
|
@@ -598,8 +598,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
598
598
|
type: "count";
|
|
599
599
|
output: {
|
|
600
600
|
counts: {
|
|
601
|
-
count: number;
|
|
602
601
|
file: string;
|
|
602
|
+
count: number;
|
|
603
603
|
}[];
|
|
604
604
|
total: number;
|
|
605
605
|
};
|
|
@@ -607,8 +607,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
607
607
|
type: "count";
|
|
608
608
|
output: {
|
|
609
609
|
counts: {
|
|
610
|
-
count: number;
|
|
611
610
|
file: string;
|
|
611
|
+
count: number;
|
|
612
612
|
}[];
|
|
613
613
|
total: number;
|
|
614
614
|
};
|
|
@@ -710,23 +710,23 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
710
710
|
file: z.ZodString;
|
|
711
711
|
count: z.ZodNumber;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
|
-
count: number;
|
|
714
713
|
file: string;
|
|
715
|
-
}, {
|
|
716
714
|
count: number;
|
|
715
|
+
}, {
|
|
717
716
|
file: string;
|
|
717
|
+
count: number;
|
|
718
718
|
}>, "many">;
|
|
719
719
|
total: z.ZodNumber;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
721
|
counts: {
|
|
722
|
-
count: number;
|
|
723
722
|
file: string;
|
|
723
|
+
count: number;
|
|
724
724
|
}[];
|
|
725
725
|
total: number;
|
|
726
726
|
}, {
|
|
727
727
|
counts: {
|
|
728
|
-
count: number;
|
|
729
728
|
file: string;
|
|
729
|
+
count: number;
|
|
730
730
|
}[];
|
|
731
731
|
total: number;
|
|
732
732
|
}>;
|
|
@@ -734,8 +734,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
734
734
|
type: "count";
|
|
735
735
|
output: {
|
|
736
736
|
counts: {
|
|
737
|
-
count: number;
|
|
738
737
|
file: string;
|
|
738
|
+
count: number;
|
|
739
739
|
}[];
|
|
740
740
|
total: number;
|
|
741
741
|
};
|
|
@@ -743,8 +743,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
743
743
|
type: "count";
|
|
744
744
|
output: {
|
|
745
745
|
counts: {
|
|
746
|
-
count: number;
|
|
747
746
|
file: string;
|
|
747
|
+
count: number;
|
|
748
748
|
}[];
|
|
749
749
|
total: number;
|
|
750
750
|
};
|
|
@@ -772,8 +772,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
772
772
|
type: "count";
|
|
773
773
|
output: {
|
|
774
774
|
counts: {
|
|
775
|
-
count: number;
|
|
776
775
|
file: string;
|
|
776
|
+
count: number;
|
|
777
777
|
}[];
|
|
778
778
|
total: number;
|
|
779
779
|
};
|
|
@@ -800,8 +800,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
800
800
|
type: "count";
|
|
801
801
|
output: {
|
|
802
802
|
counts: {
|
|
803
|
-
count: number;
|
|
804
803
|
file: string;
|
|
804
|
+
count: number;
|
|
805
805
|
}[];
|
|
806
806
|
total: number;
|
|
807
807
|
};
|
|
@@ -829,8 +829,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
829
829
|
type: "count";
|
|
830
830
|
output: {
|
|
831
831
|
counts: {
|
|
832
|
-
count: number;
|
|
833
832
|
file: string;
|
|
833
|
+
count: number;
|
|
834
834
|
}[];
|
|
835
835
|
total: number;
|
|
836
836
|
};
|
|
@@ -857,8 +857,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
857
857
|
type: "count";
|
|
858
858
|
output: {
|
|
859
859
|
counts: {
|
|
860
|
-
count: number;
|
|
861
860
|
file: string;
|
|
861
|
+
count: number;
|
|
862
862
|
}[];
|
|
863
863
|
total: number;
|
|
864
864
|
};
|
|
@@ -888,8 +888,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
888
888
|
type: "count";
|
|
889
889
|
output: {
|
|
890
890
|
counts: {
|
|
891
|
-
count: number;
|
|
892
891
|
file: string;
|
|
892
|
+
count: number;
|
|
893
893
|
}[];
|
|
894
894
|
total: number;
|
|
895
895
|
};
|
|
@@ -916,8 +916,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
916
916
|
type: "count";
|
|
917
917
|
output: {
|
|
918
918
|
counts: {
|
|
919
|
-
count: number;
|
|
920
919
|
file: string;
|
|
920
|
+
count: number;
|
|
921
921
|
}[];
|
|
922
922
|
total: number;
|
|
923
923
|
};
|
|
@@ -948,8 +948,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
948
948
|
type: "count";
|
|
949
949
|
output: {
|
|
950
950
|
counts: {
|
|
951
|
-
count: number;
|
|
952
951
|
file: string;
|
|
952
|
+
count: number;
|
|
953
953
|
}[];
|
|
954
954
|
total: number;
|
|
955
955
|
};
|
|
@@ -976,8 +976,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
976
976
|
type: "count";
|
|
977
977
|
output: {
|
|
978
978
|
counts: {
|
|
979
|
-
count: number;
|
|
980
979
|
file: string;
|
|
980
|
+
count: number;
|
|
981
981
|
}[];
|
|
982
982
|
total: number;
|
|
983
983
|
};
|
|
@@ -1036,8 +1036,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1036
1036
|
type: "count";
|
|
1037
1037
|
output: {
|
|
1038
1038
|
counts: {
|
|
1039
|
-
count: number;
|
|
1040
1039
|
file: string;
|
|
1040
|
+
count: number;
|
|
1041
1041
|
}[];
|
|
1042
1042
|
total: number;
|
|
1043
1043
|
};
|
|
@@ -1064,8 +1064,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1064
1064
|
type: "count";
|
|
1065
1065
|
output: {
|
|
1066
1066
|
counts: {
|
|
1067
|
-
count: number;
|
|
1068
1067
|
file: string;
|
|
1068
|
+
count: number;
|
|
1069
1069
|
}[];
|
|
1070
1070
|
total: number;
|
|
1071
1071
|
};
|
|
@@ -1118,8 +1118,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1118
1118
|
type: "count";
|
|
1119
1119
|
output: {
|
|
1120
1120
|
counts: {
|
|
1121
|
-
count: number;
|
|
1122
1121
|
file: string;
|
|
1122
|
+
count: number;
|
|
1123
1123
|
}[];
|
|
1124
1124
|
total: number;
|
|
1125
1125
|
};
|
|
@@ -1146,8 +1146,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1146
1146
|
type: "count";
|
|
1147
1147
|
output: {
|
|
1148
1148
|
counts: {
|
|
1149
|
-
count: number;
|
|
1150
1149
|
file: string;
|
|
1150
|
+
count: number;
|
|
1151
1151
|
}[];
|
|
1152
1152
|
total: number;
|
|
1153
1153
|
};
|
|
@@ -1427,20 +1427,20 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1427
1427
|
character?: number | undefined;
|
|
1428
1428
|
}>>;
|
|
1429
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1430
|
-
|
|
1430
|
+
end?: {
|
|
1431
1431
|
line?: number | undefined;
|
|
1432
1432
|
character?: number | undefined;
|
|
1433
1433
|
} | undefined;
|
|
1434
|
-
|
|
1434
|
+
start?: {
|
|
1435
1435
|
line?: number | undefined;
|
|
1436
1436
|
character?: number | undefined;
|
|
1437
1437
|
} | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
|
|
1439
|
+
end?: {
|
|
1440
1440
|
line?: number | undefined;
|
|
1441
1441
|
character?: number | undefined;
|
|
1442
1442
|
} | undefined;
|
|
1443
|
-
|
|
1443
|
+
start?: {
|
|
1444
1444
|
line?: number | undefined;
|
|
1445
1445
|
character?: number | undefined;
|
|
1446
1446
|
} | undefined;
|
|
@@ -1454,11 +1454,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1454
1454
|
source: string;
|
|
1455
1455
|
severity: "error" | "hint" | "warning" | "information";
|
|
1456
1456
|
range?: {
|
|
1457
|
-
|
|
1457
|
+
end?: {
|
|
1458
1458
|
line?: number | undefined;
|
|
1459
1459
|
character?: number | undefined;
|
|
1460
1460
|
} | undefined;
|
|
1461
|
-
|
|
1461
|
+
start?: {
|
|
1462
1462
|
line?: number | undefined;
|
|
1463
1463
|
character?: number | undefined;
|
|
1464
1464
|
} | undefined;
|
|
@@ -1469,11 +1469,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1469
1469
|
source: string;
|
|
1470
1470
|
severity: "error" | "hint" | "warning" | "information";
|
|
1471
1471
|
range?: {
|
|
1472
|
-
|
|
1472
|
+
end?: {
|
|
1473
1473
|
line?: number | undefined;
|
|
1474
1474
|
character?: number | undefined;
|
|
1475
1475
|
} | undefined;
|
|
1476
|
-
|
|
1476
|
+
start?: {
|
|
1477
1477
|
line?: number | undefined;
|
|
1478
1478
|
character?: number | undefined;
|
|
1479
1479
|
} | undefined;
|
|
@@ -1488,11 +1488,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1488
1488
|
source: string;
|
|
1489
1489
|
severity: "error" | "hint" | "warning" | "information";
|
|
1490
1490
|
range?: {
|
|
1491
|
-
|
|
1491
|
+
end?: {
|
|
1492
1492
|
line?: number | undefined;
|
|
1493
1493
|
character?: number | undefined;
|
|
1494
1494
|
} | undefined;
|
|
1495
|
-
|
|
1495
|
+
start?: {
|
|
1496
1496
|
line?: number | undefined;
|
|
1497
1497
|
character?: number | undefined;
|
|
1498
1498
|
} | undefined;
|
|
@@ -1507,11 +1507,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1507
1507
|
source: string;
|
|
1508
1508
|
severity: "error" | "hint" | "warning" | "information";
|
|
1509
1509
|
range?: {
|
|
1510
|
-
|
|
1510
|
+
end?: {
|
|
1511
1511
|
line?: number | undefined;
|
|
1512
1512
|
character?: number | undefined;
|
|
1513
1513
|
} | undefined;
|
|
1514
|
-
|
|
1514
|
+
start?: {
|
|
1515
1515
|
line?: number | undefined;
|
|
1516
1516
|
character?: number | undefined;
|
|
1517
1517
|
} | undefined;
|
|
@@ -1531,11 +1531,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1531
1531
|
source: string;
|
|
1532
1532
|
severity: "error" | "hint" | "warning" | "information";
|
|
1533
1533
|
range?: {
|
|
1534
|
-
|
|
1534
|
+
end?: {
|
|
1535
1535
|
line?: number | undefined;
|
|
1536
1536
|
character?: number | undefined;
|
|
1537
1537
|
} | undefined;
|
|
1538
|
-
|
|
1538
|
+
start?: {
|
|
1539
1539
|
line?: number | undefined;
|
|
1540
1540
|
character?: number | undefined;
|
|
1541
1541
|
} | undefined;
|
|
@@ -1554,11 +1554,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1554
1554
|
source: string;
|
|
1555
1555
|
severity: "error" | "hint" | "warning" | "information";
|
|
1556
1556
|
range?: {
|
|
1557
|
-
|
|
1557
|
+
end?: {
|
|
1558
1558
|
line?: number | undefined;
|
|
1559
1559
|
character?: number | undefined;
|
|
1560
1560
|
} | undefined;
|
|
1561
|
-
|
|
1561
|
+
start?: {
|
|
1562
1562
|
line?: number | undefined;
|
|
1563
1563
|
character?: number | undefined;
|
|
1564
1564
|
} | undefined;
|
|
@@ -1579,11 +1579,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1579
1579
|
source: string;
|
|
1580
1580
|
severity: "error" | "hint" | "warning" | "information";
|
|
1581
1581
|
range?: {
|
|
1582
|
-
|
|
1582
|
+
end?: {
|
|
1583
1583
|
line?: number | undefined;
|
|
1584
1584
|
character?: number | undefined;
|
|
1585
1585
|
} | undefined;
|
|
1586
|
-
|
|
1586
|
+
start?: {
|
|
1587
1587
|
line?: number | undefined;
|
|
1588
1588
|
character?: number | undefined;
|
|
1589
1589
|
} | undefined;
|
|
@@ -1605,11 +1605,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1605
1605
|
source: string;
|
|
1606
1606
|
severity: "error" | "hint" | "warning" | "information";
|
|
1607
1607
|
range?: {
|
|
1608
|
-
|
|
1608
|
+
end?: {
|
|
1609
1609
|
line?: number | undefined;
|
|
1610
1610
|
character?: number | undefined;
|
|
1611
1611
|
} | undefined;
|
|
1612
|
-
|
|
1612
|
+
start?: {
|
|
1613
1613
|
line?: number | undefined;
|
|
1614
1614
|
character?: number | undefined;
|
|
1615
1615
|
} | undefined;
|
|
@@ -1646,11 +1646,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1646
1646
|
source: string;
|
|
1647
1647
|
severity: "error" | "hint" | "warning" | "information";
|
|
1648
1648
|
range?: {
|
|
1649
|
-
|
|
1649
|
+
end?: {
|
|
1650
1650
|
line?: number | undefined;
|
|
1651
1651
|
character?: number | undefined;
|
|
1652
1652
|
} | undefined;
|
|
1653
|
-
|
|
1653
|
+
start?: {
|
|
1654
1654
|
line?: number | undefined;
|
|
1655
1655
|
character?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
@@ -1681,11 +1681,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
1681
1681
|
source: string;
|
|
1682
1682
|
severity: "error" | "hint" | "warning" | "information";
|
|
1683
1683
|
range?: {
|
|
1684
|
-
|
|
1684
|
+
end?: {
|
|
1685
1685
|
line?: number | undefined;
|
|
1686
1686
|
character?: number | undefined;
|
|
1687
1687
|
} | undefined;
|
|
1688
|
-
|
|
1688
|
+
start?: {
|
|
1689
1689
|
line?: number | undefined;
|
|
1690
1690
|
character?: number | undefined;
|
|
1691
1691
|
} | undefined;
|
|
@@ -2556,8 +2556,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
2556
2556
|
type: "count";
|
|
2557
2557
|
output: {
|
|
2558
2558
|
counts: {
|
|
2559
|
-
count: number;
|
|
2560
2559
|
file: string;
|
|
2560
|
+
count: number;
|
|
2561
2561
|
}[];
|
|
2562
2562
|
total: number;
|
|
2563
2563
|
};
|
|
@@ -2584,8 +2584,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
2584
2584
|
type: "count";
|
|
2585
2585
|
output: {
|
|
2586
2586
|
counts: {
|
|
2587
|
-
count: number;
|
|
2588
2587
|
file: string;
|
|
2588
|
+
count: number;
|
|
2589
2589
|
}[];
|
|
2590
2590
|
total: number;
|
|
2591
2591
|
};
|
|
@@ -2659,11 +2659,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
2659
2659
|
source: string;
|
|
2660
2660
|
severity: "error" | "hint" | "warning" | "information";
|
|
2661
2661
|
range?: {
|
|
2662
|
-
|
|
2662
|
+
end?: {
|
|
2663
2663
|
line?: number | undefined;
|
|
2664
2664
|
character?: number | undefined;
|
|
2665
2665
|
} | undefined;
|
|
2666
|
-
|
|
2666
|
+
start?: {
|
|
2667
2667
|
line?: number | undefined;
|
|
2668
2668
|
character?: number | undefined;
|
|
2669
2669
|
} | undefined;
|
|
@@ -2931,8 +2931,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
2931
2931
|
type: "count";
|
|
2932
2932
|
output: {
|
|
2933
2933
|
counts: {
|
|
2934
|
-
count: number;
|
|
2935
2934
|
file: string;
|
|
2935
|
+
count: number;
|
|
2936
2936
|
}[];
|
|
2937
2937
|
total: number;
|
|
2938
2938
|
};
|
|
@@ -2959,8 +2959,8 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
2959
2959
|
type: "count";
|
|
2960
2960
|
output: {
|
|
2961
2961
|
counts: {
|
|
2962
|
-
count: number;
|
|
2963
2962
|
file: string;
|
|
2963
|
+
count: number;
|
|
2964
2964
|
}[];
|
|
2965
2965
|
total: number;
|
|
2966
2966
|
};
|
|
@@ -3034,11 +3034,11 @@ export declare const ConversationStepSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
3034
3034
|
source: string;
|
|
3035
3035
|
severity: "error" | "hint" | "warning" | "information";
|
|
3036
3036
|
range?: {
|
|
3037
|
-
|
|
3037
|
+
end?: {
|
|
3038
3038
|
line?: number | undefined;
|
|
3039
3039
|
character?: number | undefined;
|
|
3040
3040
|
} | undefined;
|
|
3041
|
-
|
|
3041
|
+
start?: {
|
|
3042
3042
|
line?: number | undefined;
|
|
3043
3043
|
character?: number | undefined;
|
|
3044
3044
|
} | undefined;
|
|
@@ -3753,23 +3753,23 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3753
3753
|
file: z.ZodString;
|
|
3754
3754
|
count: z.ZodNumber;
|
|
3755
3755
|
}, "strip", z.ZodTypeAny, {
|
|
3756
|
-
count: number;
|
|
3757
3756
|
file: string;
|
|
3758
|
-
}, {
|
|
3759
3757
|
count: number;
|
|
3758
|
+
}, {
|
|
3760
3759
|
file: string;
|
|
3760
|
+
count: number;
|
|
3761
3761
|
}>, "many">;
|
|
3762
3762
|
total: z.ZodNumber;
|
|
3763
3763
|
}, "strip", z.ZodTypeAny, {
|
|
3764
3764
|
counts: {
|
|
3765
|
-
count: number;
|
|
3766
3765
|
file: string;
|
|
3766
|
+
count: number;
|
|
3767
3767
|
}[];
|
|
3768
3768
|
total: number;
|
|
3769
3769
|
}, {
|
|
3770
3770
|
counts: {
|
|
3771
|
-
count: number;
|
|
3772
3771
|
file: string;
|
|
3772
|
+
count: number;
|
|
3773
3773
|
}[];
|
|
3774
3774
|
total: number;
|
|
3775
3775
|
}>;
|
|
@@ -3777,8 +3777,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3777
3777
|
type: "count";
|
|
3778
3778
|
output: {
|
|
3779
3779
|
counts: {
|
|
3780
|
-
count: number;
|
|
3781
3780
|
file: string;
|
|
3781
|
+
count: number;
|
|
3782
3782
|
}[];
|
|
3783
3783
|
total: number;
|
|
3784
3784
|
};
|
|
@@ -3786,8 +3786,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3786
3786
|
type: "count";
|
|
3787
3787
|
output: {
|
|
3788
3788
|
counts: {
|
|
3789
|
-
count: number;
|
|
3790
3789
|
file: string;
|
|
3790
|
+
count: number;
|
|
3791
3791
|
}[];
|
|
3792
3792
|
total: number;
|
|
3793
3793
|
};
|
|
@@ -3889,23 +3889,23 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3889
3889
|
file: z.ZodString;
|
|
3890
3890
|
count: z.ZodNumber;
|
|
3891
3891
|
}, "strip", z.ZodTypeAny, {
|
|
3892
|
-
count: number;
|
|
3893
3892
|
file: string;
|
|
3894
|
-
}, {
|
|
3895
3893
|
count: number;
|
|
3894
|
+
}, {
|
|
3896
3895
|
file: string;
|
|
3896
|
+
count: number;
|
|
3897
3897
|
}>, "many">;
|
|
3898
3898
|
total: z.ZodNumber;
|
|
3899
3899
|
}, "strip", z.ZodTypeAny, {
|
|
3900
3900
|
counts: {
|
|
3901
|
-
count: number;
|
|
3902
3901
|
file: string;
|
|
3902
|
+
count: number;
|
|
3903
3903
|
}[];
|
|
3904
3904
|
total: number;
|
|
3905
3905
|
}, {
|
|
3906
3906
|
counts: {
|
|
3907
|
-
count: number;
|
|
3908
3907
|
file: string;
|
|
3908
|
+
count: number;
|
|
3909
3909
|
}[];
|
|
3910
3910
|
total: number;
|
|
3911
3911
|
}>;
|
|
@@ -3913,8 +3913,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3913
3913
|
type: "count";
|
|
3914
3914
|
output: {
|
|
3915
3915
|
counts: {
|
|
3916
|
-
count: number;
|
|
3917
3916
|
file: string;
|
|
3917
|
+
count: number;
|
|
3918
3918
|
}[];
|
|
3919
3919
|
total: number;
|
|
3920
3920
|
};
|
|
@@ -3922,8 +3922,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3922
3922
|
type: "count";
|
|
3923
3923
|
output: {
|
|
3924
3924
|
counts: {
|
|
3925
|
-
count: number;
|
|
3926
3925
|
file: string;
|
|
3926
|
+
count: number;
|
|
3927
3927
|
}[];
|
|
3928
3928
|
total: number;
|
|
3929
3929
|
};
|
|
@@ -3951,8 +3951,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3951
3951
|
type: "count";
|
|
3952
3952
|
output: {
|
|
3953
3953
|
counts: {
|
|
3954
|
-
count: number;
|
|
3955
3954
|
file: string;
|
|
3955
|
+
count: number;
|
|
3956
3956
|
}[];
|
|
3957
3957
|
total: number;
|
|
3958
3958
|
};
|
|
@@ -3979,8 +3979,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
3979
3979
|
type: "count";
|
|
3980
3980
|
output: {
|
|
3981
3981
|
counts: {
|
|
3982
|
-
count: number;
|
|
3983
3982
|
file: string;
|
|
3983
|
+
count: number;
|
|
3984
3984
|
}[];
|
|
3985
3985
|
total: number;
|
|
3986
3986
|
};
|
|
@@ -4008,8 +4008,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4008
4008
|
type: "count";
|
|
4009
4009
|
output: {
|
|
4010
4010
|
counts: {
|
|
4011
|
-
count: number;
|
|
4012
4011
|
file: string;
|
|
4012
|
+
count: number;
|
|
4013
4013
|
}[];
|
|
4014
4014
|
total: number;
|
|
4015
4015
|
};
|
|
@@ -4036,8 +4036,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4036
4036
|
type: "count";
|
|
4037
4037
|
output: {
|
|
4038
4038
|
counts: {
|
|
4039
|
-
count: number;
|
|
4040
4039
|
file: string;
|
|
4040
|
+
count: number;
|
|
4041
4041
|
}[];
|
|
4042
4042
|
total: number;
|
|
4043
4043
|
};
|
|
@@ -4067,8 +4067,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4067
4067
|
type: "count";
|
|
4068
4068
|
output: {
|
|
4069
4069
|
counts: {
|
|
4070
|
-
count: number;
|
|
4071
4070
|
file: string;
|
|
4071
|
+
count: number;
|
|
4072
4072
|
}[];
|
|
4073
4073
|
total: number;
|
|
4074
4074
|
};
|
|
@@ -4095,8 +4095,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4095
4095
|
type: "count";
|
|
4096
4096
|
output: {
|
|
4097
4097
|
counts: {
|
|
4098
|
-
count: number;
|
|
4099
4098
|
file: string;
|
|
4099
|
+
count: number;
|
|
4100
4100
|
}[];
|
|
4101
4101
|
total: number;
|
|
4102
4102
|
};
|
|
@@ -4127,8 +4127,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4127
4127
|
type: "count";
|
|
4128
4128
|
output: {
|
|
4129
4129
|
counts: {
|
|
4130
|
-
count: number;
|
|
4131
4130
|
file: string;
|
|
4131
|
+
count: number;
|
|
4132
4132
|
}[];
|
|
4133
4133
|
total: number;
|
|
4134
4134
|
};
|
|
@@ -4155,8 +4155,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4155
4155
|
type: "count";
|
|
4156
4156
|
output: {
|
|
4157
4157
|
counts: {
|
|
4158
|
-
count: number;
|
|
4159
4158
|
file: string;
|
|
4159
|
+
count: number;
|
|
4160
4160
|
}[];
|
|
4161
4161
|
total: number;
|
|
4162
4162
|
};
|
|
@@ -4215,8 +4215,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4215
4215
|
type: "count";
|
|
4216
4216
|
output: {
|
|
4217
4217
|
counts: {
|
|
4218
|
-
count: number;
|
|
4219
4218
|
file: string;
|
|
4219
|
+
count: number;
|
|
4220
4220
|
}[];
|
|
4221
4221
|
total: number;
|
|
4222
4222
|
};
|
|
@@ -4243,8 +4243,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4243
4243
|
type: "count";
|
|
4244
4244
|
output: {
|
|
4245
4245
|
counts: {
|
|
4246
|
-
count: number;
|
|
4247
4246
|
file: string;
|
|
4247
|
+
count: number;
|
|
4248
4248
|
}[];
|
|
4249
4249
|
total: number;
|
|
4250
4250
|
};
|
|
@@ -4297,8 +4297,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4297
4297
|
type: "count";
|
|
4298
4298
|
output: {
|
|
4299
4299
|
counts: {
|
|
4300
|
-
count: number;
|
|
4301
4300
|
file: string;
|
|
4301
|
+
count: number;
|
|
4302
4302
|
}[];
|
|
4303
4303
|
total: number;
|
|
4304
4304
|
};
|
|
@@ -4325,8 +4325,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4325
4325
|
type: "count";
|
|
4326
4326
|
output: {
|
|
4327
4327
|
counts: {
|
|
4328
|
-
count: number;
|
|
4329
4328
|
file: string;
|
|
4329
|
+
count: number;
|
|
4330
4330
|
}[];
|
|
4331
4331
|
total: number;
|
|
4332
4332
|
};
|
|
@@ -4606,20 +4606,20 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4606
4606
|
character?: number | undefined;
|
|
4607
4607
|
}>>;
|
|
4608
4608
|
}, "strip", z.ZodTypeAny, {
|
|
4609
|
-
|
|
4609
|
+
end?: {
|
|
4610
4610
|
line?: number | undefined;
|
|
4611
4611
|
character?: number | undefined;
|
|
4612
4612
|
} | undefined;
|
|
4613
|
-
|
|
4613
|
+
start?: {
|
|
4614
4614
|
line?: number | undefined;
|
|
4615
4615
|
character?: number | undefined;
|
|
4616
4616
|
} | undefined;
|
|
4617
4617
|
}, {
|
|
4618
|
-
|
|
4618
|
+
end?: {
|
|
4619
4619
|
line?: number | undefined;
|
|
4620
4620
|
character?: number | undefined;
|
|
4621
4621
|
} | undefined;
|
|
4622
|
-
|
|
4622
|
+
start?: {
|
|
4623
4623
|
line?: number | undefined;
|
|
4624
4624
|
character?: number | undefined;
|
|
4625
4625
|
} | undefined;
|
|
@@ -4633,11 +4633,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4633
4633
|
source: string;
|
|
4634
4634
|
severity: "error" | "hint" | "warning" | "information";
|
|
4635
4635
|
range?: {
|
|
4636
|
-
|
|
4636
|
+
end?: {
|
|
4637
4637
|
line?: number | undefined;
|
|
4638
4638
|
character?: number | undefined;
|
|
4639
4639
|
} | undefined;
|
|
4640
|
-
|
|
4640
|
+
start?: {
|
|
4641
4641
|
line?: number | undefined;
|
|
4642
4642
|
character?: number | undefined;
|
|
4643
4643
|
} | undefined;
|
|
@@ -4648,11 +4648,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4648
4648
|
source: string;
|
|
4649
4649
|
severity: "error" | "hint" | "warning" | "information";
|
|
4650
4650
|
range?: {
|
|
4651
|
-
|
|
4651
|
+
end?: {
|
|
4652
4652
|
line?: number | undefined;
|
|
4653
4653
|
character?: number | undefined;
|
|
4654
4654
|
} | undefined;
|
|
4655
|
-
|
|
4655
|
+
start?: {
|
|
4656
4656
|
line?: number | undefined;
|
|
4657
4657
|
character?: number | undefined;
|
|
4658
4658
|
} | undefined;
|
|
@@ -4667,11 +4667,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4667
4667
|
source: string;
|
|
4668
4668
|
severity: "error" | "hint" | "warning" | "information";
|
|
4669
4669
|
range?: {
|
|
4670
|
-
|
|
4670
|
+
end?: {
|
|
4671
4671
|
line?: number | undefined;
|
|
4672
4672
|
character?: number | undefined;
|
|
4673
4673
|
} | undefined;
|
|
4674
|
-
|
|
4674
|
+
start?: {
|
|
4675
4675
|
line?: number | undefined;
|
|
4676
4676
|
character?: number | undefined;
|
|
4677
4677
|
} | undefined;
|
|
@@ -4686,11 +4686,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4686
4686
|
source: string;
|
|
4687
4687
|
severity: "error" | "hint" | "warning" | "information";
|
|
4688
4688
|
range?: {
|
|
4689
|
-
|
|
4689
|
+
end?: {
|
|
4690
4690
|
line?: number | undefined;
|
|
4691
4691
|
character?: number | undefined;
|
|
4692
4692
|
} | undefined;
|
|
4693
|
-
|
|
4693
|
+
start?: {
|
|
4694
4694
|
line?: number | undefined;
|
|
4695
4695
|
character?: number | undefined;
|
|
4696
4696
|
} | undefined;
|
|
@@ -4710,11 +4710,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4710
4710
|
source: string;
|
|
4711
4711
|
severity: "error" | "hint" | "warning" | "information";
|
|
4712
4712
|
range?: {
|
|
4713
|
-
|
|
4713
|
+
end?: {
|
|
4714
4714
|
line?: number | undefined;
|
|
4715
4715
|
character?: number | undefined;
|
|
4716
4716
|
} | undefined;
|
|
4717
|
-
|
|
4717
|
+
start?: {
|
|
4718
4718
|
line?: number | undefined;
|
|
4719
4719
|
character?: number | undefined;
|
|
4720
4720
|
} | undefined;
|
|
@@ -4733,11 +4733,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4733
4733
|
source: string;
|
|
4734
4734
|
severity: "error" | "hint" | "warning" | "information";
|
|
4735
4735
|
range?: {
|
|
4736
|
-
|
|
4736
|
+
end?: {
|
|
4737
4737
|
line?: number | undefined;
|
|
4738
4738
|
character?: number | undefined;
|
|
4739
4739
|
} | undefined;
|
|
4740
|
-
|
|
4740
|
+
start?: {
|
|
4741
4741
|
line?: number | undefined;
|
|
4742
4742
|
character?: number | undefined;
|
|
4743
4743
|
} | undefined;
|
|
@@ -4758,11 +4758,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4758
4758
|
source: string;
|
|
4759
4759
|
severity: "error" | "hint" | "warning" | "information";
|
|
4760
4760
|
range?: {
|
|
4761
|
-
|
|
4761
|
+
end?: {
|
|
4762
4762
|
line?: number | undefined;
|
|
4763
4763
|
character?: number | undefined;
|
|
4764
4764
|
} | undefined;
|
|
4765
|
-
|
|
4765
|
+
start?: {
|
|
4766
4766
|
line?: number | undefined;
|
|
4767
4767
|
character?: number | undefined;
|
|
4768
4768
|
} | undefined;
|
|
@@ -4784,11 +4784,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4784
4784
|
source: string;
|
|
4785
4785
|
severity: "error" | "hint" | "warning" | "information";
|
|
4786
4786
|
range?: {
|
|
4787
|
-
|
|
4787
|
+
end?: {
|
|
4788
4788
|
line?: number | undefined;
|
|
4789
4789
|
character?: number | undefined;
|
|
4790
4790
|
} | undefined;
|
|
4791
|
-
|
|
4791
|
+
start?: {
|
|
4792
4792
|
line?: number | undefined;
|
|
4793
4793
|
character?: number | undefined;
|
|
4794
4794
|
} | undefined;
|
|
@@ -4825,11 +4825,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4825
4825
|
source: string;
|
|
4826
4826
|
severity: "error" | "hint" | "warning" | "information";
|
|
4827
4827
|
range?: {
|
|
4828
|
-
|
|
4828
|
+
end?: {
|
|
4829
4829
|
line?: number | undefined;
|
|
4830
4830
|
character?: number | undefined;
|
|
4831
4831
|
} | undefined;
|
|
4832
|
-
|
|
4832
|
+
start?: {
|
|
4833
4833
|
line?: number | undefined;
|
|
4834
4834
|
character?: number | undefined;
|
|
4835
4835
|
} | undefined;
|
|
@@ -4860,11 +4860,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
4860
4860
|
source: string;
|
|
4861
4861
|
severity: "error" | "hint" | "warning" | "information";
|
|
4862
4862
|
range?: {
|
|
4863
|
-
|
|
4863
|
+
end?: {
|
|
4864
4864
|
line?: number | undefined;
|
|
4865
4865
|
character?: number | undefined;
|
|
4866
4866
|
} | undefined;
|
|
4867
|
-
|
|
4867
|
+
start?: {
|
|
4868
4868
|
line?: number | undefined;
|
|
4869
4869
|
character?: number | undefined;
|
|
4870
4870
|
} | undefined;
|
|
@@ -5735,8 +5735,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
5735
5735
|
type: "count";
|
|
5736
5736
|
output: {
|
|
5737
5737
|
counts: {
|
|
5738
|
-
count: number;
|
|
5739
5738
|
file: string;
|
|
5739
|
+
count: number;
|
|
5740
5740
|
}[];
|
|
5741
5741
|
total: number;
|
|
5742
5742
|
};
|
|
@@ -5763,8 +5763,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
5763
5763
|
type: "count";
|
|
5764
5764
|
output: {
|
|
5765
5765
|
counts: {
|
|
5766
|
-
count: number;
|
|
5767
5766
|
file: string;
|
|
5767
|
+
count: number;
|
|
5768
5768
|
}[];
|
|
5769
5769
|
total: number;
|
|
5770
5770
|
};
|
|
@@ -5838,11 +5838,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
5838
5838
|
source: string;
|
|
5839
5839
|
severity: "error" | "hint" | "warning" | "information";
|
|
5840
5840
|
range?: {
|
|
5841
|
-
|
|
5841
|
+
end?: {
|
|
5842
5842
|
line?: number | undefined;
|
|
5843
5843
|
character?: number | undefined;
|
|
5844
5844
|
} | undefined;
|
|
5845
|
-
|
|
5845
|
+
start?: {
|
|
5846
5846
|
line?: number | undefined;
|
|
5847
5847
|
character?: number | undefined;
|
|
5848
5848
|
} | undefined;
|
|
@@ -6110,8 +6110,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6110
6110
|
type: "count";
|
|
6111
6111
|
output: {
|
|
6112
6112
|
counts: {
|
|
6113
|
-
count: number;
|
|
6114
6113
|
file: string;
|
|
6114
|
+
count: number;
|
|
6115
6115
|
}[];
|
|
6116
6116
|
total: number;
|
|
6117
6117
|
};
|
|
@@ -6138,8 +6138,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6138
6138
|
type: "count";
|
|
6139
6139
|
output: {
|
|
6140
6140
|
counts: {
|
|
6141
|
-
count: number;
|
|
6142
6141
|
file: string;
|
|
6142
|
+
count: number;
|
|
6143
6143
|
}[];
|
|
6144
6144
|
total: number;
|
|
6145
6145
|
};
|
|
@@ -6213,11 +6213,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6213
6213
|
source: string;
|
|
6214
6214
|
severity: "error" | "hint" | "warning" | "information";
|
|
6215
6215
|
range?: {
|
|
6216
|
-
|
|
6216
|
+
end?: {
|
|
6217
6217
|
line?: number | undefined;
|
|
6218
6218
|
character?: number | undefined;
|
|
6219
6219
|
} | undefined;
|
|
6220
|
-
|
|
6220
|
+
start?: {
|
|
6221
6221
|
line?: number | undefined;
|
|
6222
6222
|
character?: number | undefined;
|
|
6223
6223
|
} | undefined;
|
|
@@ -6516,8 +6516,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6516
6516
|
type: "count";
|
|
6517
6517
|
output: {
|
|
6518
6518
|
counts: {
|
|
6519
|
-
count: number;
|
|
6520
6519
|
file: string;
|
|
6520
|
+
count: number;
|
|
6521
6521
|
}[];
|
|
6522
6522
|
total: number;
|
|
6523
6523
|
};
|
|
@@ -6544,8 +6544,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6544
6544
|
type: "count";
|
|
6545
6545
|
output: {
|
|
6546
6546
|
counts: {
|
|
6547
|
-
count: number;
|
|
6548
6547
|
file: string;
|
|
6548
|
+
count: number;
|
|
6549
6549
|
}[];
|
|
6550
6550
|
total: number;
|
|
6551
6551
|
};
|
|
@@ -6619,11 +6619,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6619
6619
|
source: string;
|
|
6620
6620
|
severity: "error" | "hint" | "warning" | "information";
|
|
6621
6621
|
range?: {
|
|
6622
|
-
|
|
6622
|
+
end?: {
|
|
6623
6623
|
line?: number | undefined;
|
|
6624
6624
|
character?: number | undefined;
|
|
6625
6625
|
} | undefined;
|
|
6626
|
-
|
|
6626
|
+
start?: {
|
|
6627
6627
|
line?: number | undefined;
|
|
6628
6628
|
character?: number | undefined;
|
|
6629
6629
|
} | undefined;
|
|
@@ -6907,8 +6907,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6907
6907
|
type: "count";
|
|
6908
6908
|
output: {
|
|
6909
6909
|
counts: {
|
|
6910
|
-
count: number;
|
|
6911
6910
|
file: string;
|
|
6911
|
+
count: number;
|
|
6912
6912
|
}[];
|
|
6913
6913
|
total: number;
|
|
6914
6914
|
};
|
|
@@ -6935,8 +6935,8 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
6935
6935
|
type: "count";
|
|
6936
6936
|
output: {
|
|
6937
6937
|
counts: {
|
|
6938
|
-
count: number;
|
|
6939
6938
|
file: string;
|
|
6939
|
+
count: number;
|
|
6940
6940
|
}[];
|
|
6941
6941
|
total: number;
|
|
6942
6942
|
};
|
|
@@ -7010,11 +7010,11 @@ export declare const AgentConversationTurnSchema: z.ZodObject<{
|
|
|
7010
7010
|
source: string;
|
|
7011
7011
|
severity: "error" | "hint" | "warning" | "information";
|
|
7012
7012
|
range?: {
|
|
7013
|
-
|
|
7013
|
+
end?: {
|
|
7014
7014
|
line?: number | undefined;
|
|
7015
7015
|
character?: number | undefined;
|
|
7016
7016
|
} | undefined;
|
|
7017
|
-
|
|
7017
|
+
start?: {
|
|
7018
7018
|
line?: number | undefined;
|
|
7019
7019
|
character?: number | undefined;
|
|
7020
7020
|
} | undefined;
|
|
@@ -7762,23 +7762,23 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7762
7762
|
file: z.ZodString;
|
|
7763
7763
|
count: z.ZodNumber;
|
|
7764
7764
|
}, "strip", z.ZodTypeAny, {
|
|
7765
|
-
count: number;
|
|
7766
7765
|
file: string;
|
|
7767
|
-
}, {
|
|
7768
7766
|
count: number;
|
|
7767
|
+
}, {
|
|
7769
7768
|
file: string;
|
|
7769
|
+
count: number;
|
|
7770
7770
|
}>, "many">;
|
|
7771
7771
|
total: z.ZodNumber;
|
|
7772
7772
|
}, "strip", z.ZodTypeAny, {
|
|
7773
7773
|
counts: {
|
|
7774
|
-
count: number;
|
|
7775
7774
|
file: string;
|
|
7775
|
+
count: number;
|
|
7776
7776
|
}[];
|
|
7777
7777
|
total: number;
|
|
7778
7778
|
}, {
|
|
7779
7779
|
counts: {
|
|
7780
|
-
count: number;
|
|
7781
7780
|
file: string;
|
|
7781
|
+
count: number;
|
|
7782
7782
|
}[];
|
|
7783
7783
|
total: number;
|
|
7784
7784
|
}>;
|
|
@@ -7786,8 +7786,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7786
7786
|
type: "count";
|
|
7787
7787
|
output: {
|
|
7788
7788
|
counts: {
|
|
7789
|
-
count: number;
|
|
7790
7789
|
file: string;
|
|
7790
|
+
count: number;
|
|
7791
7791
|
}[];
|
|
7792
7792
|
total: number;
|
|
7793
7793
|
};
|
|
@@ -7795,8 +7795,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7795
7795
|
type: "count";
|
|
7796
7796
|
output: {
|
|
7797
7797
|
counts: {
|
|
7798
|
-
count: number;
|
|
7799
7798
|
file: string;
|
|
7799
|
+
count: number;
|
|
7800
7800
|
}[];
|
|
7801
7801
|
total: number;
|
|
7802
7802
|
};
|
|
@@ -7898,23 +7898,23 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7898
7898
|
file: z.ZodString;
|
|
7899
7899
|
count: z.ZodNumber;
|
|
7900
7900
|
}, "strip", z.ZodTypeAny, {
|
|
7901
|
-
count: number;
|
|
7902
7901
|
file: string;
|
|
7903
|
-
}, {
|
|
7904
7902
|
count: number;
|
|
7903
|
+
}, {
|
|
7905
7904
|
file: string;
|
|
7905
|
+
count: number;
|
|
7906
7906
|
}>, "many">;
|
|
7907
7907
|
total: z.ZodNumber;
|
|
7908
7908
|
}, "strip", z.ZodTypeAny, {
|
|
7909
7909
|
counts: {
|
|
7910
|
-
count: number;
|
|
7911
7910
|
file: string;
|
|
7911
|
+
count: number;
|
|
7912
7912
|
}[];
|
|
7913
7913
|
total: number;
|
|
7914
7914
|
}, {
|
|
7915
7915
|
counts: {
|
|
7916
|
-
count: number;
|
|
7917
7916
|
file: string;
|
|
7917
|
+
count: number;
|
|
7918
7918
|
}[];
|
|
7919
7919
|
total: number;
|
|
7920
7920
|
}>;
|
|
@@ -7922,8 +7922,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7922
7922
|
type: "count";
|
|
7923
7923
|
output: {
|
|
7924
7924
|
counts: {
|
|
7925
|
-
count: number;
|
|
7926
7925
|
file: string;
|
|
7926
|
+
count: number;
|
|
7927
7927
|
}[];
|
|
7928
7928
|
total: number;
|
|
7929
7929
|
};
|
|
@@ -7931,8 +7931,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7931
7931
|
type: "count";
|
|
7932
7932
|
output: {
|
|
7933
7933
|
counts: {
|
|
7934
|
-
count: number;
|
|
7935
7934
|
file: string;
|
|
7935
|
+
count: number;
|
|
7936
7936
|
}[];
|
|
7937
7937
|
total: number;
|
|
7938
7938
|
};
|
|
@@ -7960,8 +7960,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7960
7960
|
type: "count";
|
|
7961
7961
|
output: {
|
|
7962
7962
|
counts: {
|
|
7963
|
-
count: number;
|
|
7964
7963
|
file: string;
|
|
7964
|
+
count: number;
|
|
7965
7965
|
}[];
|
|
7966
7966
|
total: number;
|
|
7967
7967
|
};
|
|
@@ -7988,8 +7988,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
7988
7988
|
type: "count";
|
|
7989
7989
|
output: {
|
|
7990
7990
|
counts: {
|
|
7991
|
-
count: number;
|
|
7992
7991
|
file: string;
|
|
7992
|
+
count: number;
|
|
7993
7993
|
}[];
|
|
7994
7994
|
total: number;
|
|
7995
7995
|
};
|
|
@@ -8017,8 +8017,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8017
8017
|
type: "count";
|
|
8018
8018
|
output: {
|
|
8019
8019
|
counts: {
|
|
8020
|
-
count: number;
|
|
8021
8020
|
file: string;
|
|
8021
|
+
count: number;
|
|
8022
8022
|
}[];
|
|
8023
8023
|
total: number;
|
|
8024
8024
|
};
|
|
@@ -8045,8 +8045,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8045
8045
|
type: "count";
|
|
8046
8046
|
output: {
|
|
8047
8047
|
counts: {
|
|
8048
|
-
count: number;
|
|
8049
8048
|
file: string;
|
|
8049
|
+
count: number;
|
|
8050
8050
|
}[];
|
|
8051
8051
|
total: number;
|
|
8052
8052
|
};
|
|
@@ -8076,8 +8076,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8076
8076
|
type: "count";
|
|
8077
8077
|
output: {
|
|
8078
8078
|
counts: {
|
|
8079
|
-
count: number;
|
|
8080
8079
|
file: string;
|
|
8080
|
+
count: number;
|
|
8081
8081
|
}[];
|
|
8082
8082
|
total: number;
|
|
8083
8083
|
};
|
|
@@ -8104,8 +8104,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8104
8104
|
type: "count";
|
|
8105
8105
|
output: {
|
|
8106
8106
|
counts: {
|
|
8107
|
-
count: number;
|
|
8108
8107
|
file: string;
|
|
8108
|
+
count: number;
|
|
8109
8109
|
}[];
|
|
8110
8110
|
total: number;
|
|
8111
8111
|
};
|
|
@@ -8136,8 +8136,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8136
8136
|
type: "count";
|
|
8137
8137
|
output: {
|
|
8138
8138
|
counts: {
|
|
8139
|
-
count: number;
|
|
8140
8139
|
file: string;
|
|
8140
|
+
count: number;
|
|
8141
8141
|
}[];
|
|
8142
8142
|
total: number;
|
|
8143
8143
|
};
|
|
@@ -8164,8 +8164,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8164
8164
|
type: "count";
|
|
8165
8165
|
output: {
|
|
8166
8166
|
counts: {
|
|
8167
|
-
count: number;
|
|
8168
8167
|
file: string;
|
|
8168
|
+
count: number;
|
|
8169
8169
|
}[];
|
|
8170
8170
|
total: number;
|
|
8171
8171
|
};
|
|
@@ -8224,8 +8224,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8224
8224
|
type: "count";
|
|
8225
8225
|
output: {
|
|
8226
8226
|
counts: {
|
|
8227
|
-
count: number;
|
|
8228
8227
|
file: string;
|
|
8228
|
+
count: number;
|
|
8229
8229
|
}[];
|
|
8230
8230
|
total: number;
|
|
8231
8231
|
};
|
|
@@ -8252,8 +8252,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8252
8252
|
type: "count";
|
|
8253
8253
|
output: {
|
|
8254
8254
|
counts: {
|
|
8255
|
-
count: number;
|
|
8256
8255
|
file: string;
|
|
8256
|
+
count: number;
|
|
8257
8257
|
}[];
|
|
8258
8258
|
total: number;
|
|
8259
8259
|
};
|
|
@@ -8306,8 +8306,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8306
8306
|
type: "count";
|
|
8307
8307
|
output: {
|
|
8308
8308
|
counts: {
|
|
8309
|
-
count: number;
|
|
8310
8309
|
file: string;
|
|
8310
|
+
count: number;
|
|
8311
8311
|
}[];
|
|
8312
8312
|
total: number;
|
|
8313
8313
|
};
|
|
@@ -8334,8 +8334,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8334
8334
|
type: "count";
|
|
8335
8335
|
output: {
|
|
8336
8336
|
counts: {
|
|
8337
|
-
count: number;
|
|
8338
8337
|
file: string;
|
|
8338
|
+
count: number;
|
|
8339
8339
|
}[];
|
|
8340
8340
|
total: number;
|
|
8341
8341
|
};
|
|
@@ -8615,20 +8615,20 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8615
8615
|
character?: number | undefined;
|
|
8616
8616
|
}>>;
|
|
8617
8617
|
}, "strip", z.ZodTypeAny, {
|
|
8618
|
-
|
|
8618
|
+
end?: {
|
|
8619
8619
|
line?: number | undefined;
|
|
8620
8620
|
character?: number | undefined;
|
|
8621
8621
|
} | undefined;
|
|
8622
|
-
|
|
8622
|
+
start?: {
|
|
8623
8623
|
line?: number | undefined;
|
|
8624
8624
|
character?: number | undefined;
|
|
8625
8625
|
} | undefined;
|
|
8626
8626
|
}, {
|
|
8627
|
-
|
|
8627
|
+
end?: {
|
|
8628
8628
|
line?: number | undefined;
|
|
8629
8629
|
character?: number | undefined;
|
|
8630
8630
|
} | undefined;
|
|
8631
|
-
|
|
8631
|
+
start?: {
|
|
8632
8632
|
line?: number | undefined;
|
|
8633
8633
|
character?: number | undefined;
|
|
8634
8634
|
} | undefined;
|
|
@@ -8642,11 +8642,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8642
8642
|
source: string;
|
|
8643
8643
|
severity: "error" | "hint" | "warning" | "information";
|
|
8644
8644
|
range?: {
|
|
8645
|
-
|
|
8645
|
+
end?: {
|
|
8646
8646
|
line?: number | undefined;
|
|
8647
8647
|
character?: number | undefined;
|
|
8648
8648
|
} | undefined;
|
|
8649
|
-
|
|
8649
|
+
start?: {
|
|
8650
8650
|
line?: number | undefined;
|
|
8651
8651
|
character?: number | undefined;
|
|
8652
8652
|
} | undefined;
|
|
@@ -8657,11 +8657,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8657
8657
|
source: string;
|
|
8658
8658
|
severity: "error" | "hint" | "warning" | "information";
|
|
8659
8659
|
range?: {
|
|
8660
|
-
|
|
8660
|
+
end?: {
|
|
8661
8661
|
line?: number | undefined;
|
|
8662
8662
|
character?: number | undefined;
|
|
8663
8663
|
} | undefined;
|
|
8664
|
-
|
|
8664
|
+
start?: {
|
|
8665
8665
|
line?: number | undefined;
|
|
8666
8666
|
character?: number | undefined;
|
|
8667
8667
|
} | undefined;
|
|
@@ -8676,11 +8676,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8676
8676
|
source: string;
|
|
8677
8677
|
severity: "error" | "hint" | "warning" | "information";
|
|
8678
8678
|
range?: {
|
|
8679
|
-
|
|
8679
|
+
end?: {
|
|
8680
8680
|
line?: number | undefined;
|
|
8681
8681
|
character?: number | undefined;
|
|
8682
8682
|
} | undefined;
|
|
8683
|
-
|
|
8683
|
+
start?: {
|
|
8684
8684
|
line?: number | undefined;
|
|
8685
8685
|
character?: number | undefined;
|
|
8686
8686
|
} | undefined;
|
|
@@ -8695,11 +8695,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8695
8695
|
source: string;
|
|
8696
8696
|
severity: "error" | "hint" | "warning" | "information";
|
|
8697
8697
|
range?: {
|
|
8698
|
-
|
|
8698
|
+
end?: {
|
|
8699
8699
|
line?: number | undefined;
|
|
8700
8700
|
character?: number | undefined;
|
|
8701
8701
|
} | undefined;
|
|
8702
|
-
|
|
8702
|
+
start?: {
|
|
8703
8703
|
line?: number | undefined;
|
|
8704
8704
|
character?: number | undefined;
|
|
8705
8705
|
} | undefined;
|
|
@@ -8719,11 +8719,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8719
8719
|
source: string;
|
|
8720
8720
|
severity: "error" | "hint" | "warning" | "information";
|
|
8721
8721
|
range?: {
|
|
8722
|
-
|
|
8722
|
+
end?: {
|
|
8723
8723
|
line?: number | undefined;
|
|
8724
8724
|
character?: number | undefined;
|
|
8725
8725
|
} | undefined;
|
|
8726
|
-
|
|
8726
|
+
start?: {
|
|
8727
8727
|
line?: number | undefined;
|
|
8728
8728
|
character?: number | undefined;
|
|
8729
8729
|
} | undefined;
|
|
@@ -8742,11 +8742,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8742
8742
|
source: string;
|
|
8743
8743
|
severity: "error" | "hint" | "warning" | "information";
|
|
8744
8744
|
range?: {
|
|
8745
|
-
|
|
8745
|
+
end?: {
|
|
8746
8746
|
line?: number | undefined;
|
|
8747
8747
|
character?: number | undefined;
|
|
8748
8748
|
} | undefined;
|
|
8749
|
-
|
|
8749
|
+
start?: {
|
|
8750
8750
|
line?: number | undefined;
|
|
8751
8751
|
character?: number | undefined;
|
|
8752
8752
|
} | undefined;
|
|
@@ -8767,11 +8767,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8767
8767
|
source: string;
|
|
8768
8768
|
severity: "error" | "hint" | "warning" | "information";
|
|
8769
8769
|
range?: {
|
|
8770
|
-
|
|
8770
|
+
end?: {
|
|
8771
8771
|
line?: number | undefined;
|
|
8772
8772
|
character?: number | undefined;
|
|
8773
8773
|
} | undefined;
|
|
8774
|
-
|
|
8774
|
+
start?: {
|
|
8775
8775
|
line?: number | undefined;
|
|
8776
8776
|
character?: number | undefined;
|
|
8777
8777
|
} | undefined;
|
|
@@ -8793,11 +8793,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8793
8793
|
source: string;
|
|
8794
8794
|
severity: "error" | "hint" | "warning" | "information";
|
|
8795
8795
|
range?: {
|
|
8796
|
-
|
|
8796
|
+
end?: {
|
|
8797
8797
|
line?: number | undefined;
|
|
8798
8798
|
character?: number | undefined;
|
|
8799
8799
|
} | undefined;
|
|
8800
|
-
|
|
8800
|
+
start?: {
|
|
8801
8801
|
line?: number | undefined;
|
|
8802
8802
|
character?: number | undefined;
|
|
8803
8803
|
} | undefined;
|
|
@@ -8834,11 +8834,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8834
8834
|
source: string;
|
|
8835
8835
|
severity: "error" | "hint" | "warning" | "information";
|
|
8836
8836
|
range?: {
|
|
8837
|
-
|
|
8837
|
+
end?: {
|
|
8838
8838
|
line?: number | undefined;
|
|
8839
8839
|
character?: number | undefined;
|
|
8840
8840
|
} | undefined;
|
|
8841
|
-
|
|
8841
|
+
start?: {
|
|
8842
8842
|
line?: number | undefined;
|
|
8843
8843
|
character?: number | undefined;
|
|
8844
8844
|
} | undefined;
|
|
@@ -8869,11 +8869,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
8869
8869
|
source: string;
|
|
8870
8870
|
severity: "error" | "hint" | "warning" | "information";
|
|
8871
8871
|
range?: {
|
|
8872
|
-
|
|
8872
|
+
end?: {
|
|
8873
8873
|
line?: number | undefined;
|
|
8874
8874
|
character?: number | undefined;
|
|
8875
8875
|
} | undefined;
|
|
8876
|
-
|
|
8876
|
+
start?: {
|
|
8877
8877
|
line?: number | undefined;
|
|
8878
8878
|
character?: number | undefined;
|
|
8879
8879
|
} | undefined;
|
|
@@ -9744,8 +9744,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
9744
9744
|
type: "count";
|
|
9745
9745
|
output: {
|
|
9746
9746
|
counts: {
|
|
9747
|
-
count: number;
|
|
9748
9747
|
file: string;
|
|
9748
|
+
count: number;
|
|
9749
9749
|
}[];
|
|
9750
9750
|
total: number;
|
|
9751
9751
|
};
|
|
@@ -9772,8 +9772,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
9772
9772
|
type: "count";
|
|
9773
9773
|
output: {
|
|
9774
9774
|
counts: {
|
|
9775
|
-
count: number;
|
|
9776
9775
|
file: string;
|
|
9776
|
+
count: number;
|
|
9777
9777
|
}[];
|
|
9778
9778
|
total: number;
|
|
9779
9779
|
};
|
|
@@ -9847,11 +9847,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
9847
9847
|
source: string;
|
|
9848
9848
|
severity: "error" | "hint" | "warning" | "information";
|
|
9849
9849
|
range?: {
|
|
9850
|
-
|
|
9850
|
+
end?: {
|
|
9851
9851
|
line?: number | undefined;
|
|
9852
9852
|
character?: number | undefined;
|
|
9853
9853
|
} | undefined;
|
|
9854
|
-
|
|
9854
|
+
start?: {
|
|
9855
9855
|
line?: number | undefined;
|
|
9856
9856
|
character?: number | undefined;
|
|
9857
9857
|
} | undefined;
|
|
@@ -10119,8 +10119,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10119
10119
|
type: "count";
|
|
10120
10120
|
output: {
|
|
10121
10121
|
counts: {
|
|
10122
|
-
count: number;
|
|
10123
10122
|
file: string;
|
|
10123
|
+
count: number;
|
|
10124
10124
|
}[];
|
|
10125
10125
|
total: number;
|
|
10126
10126
|
};
|
|
@@ -10147,8 +10147,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10147
10147
|
type: "count";
|
|
10148
10148
|
output: {
|
|
10149
10149
|
counts: {
|
|
10150
|
-
count: number;
|
|
10151
10150
|
file: string;
|
|
10151
|
+
count: number;
|
|
10152
10152
|
}[];
|
|
10153
10153
|
total: number;
|
|
10154
10154
|
};
|
|
@@ -10222,11 +10222,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10222
10222
|
source: string;
|
|
10223
10223
|
severity: "error" | "hint" | "warning" | "information";
|
|
10224
10224
|
range?: {
|
|
10225
|
-
|
|
10225
|
+
end?: {
|
|
10226
10226
|
line?: number | undefined;
|
|
10227
10227
|
character?: number | undefined;
|
|
10228
10228
|
} | undefined;
|
|
10229
|
-
|
|
10229
|
+
start?: {
|
|
10230
10230
|
line?: number | undefined;
|
|
10231
10231
|
character?: number | undefined;
|
|
10232
10232
|
} | undefined;
|
|
@@ -10525,8 +10525,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10525
10525
|
type: "count";
|
|
10526
10526
|
output: {
|
|
10527
10527
|
counts: {
|
|
10528
|
-
count: number;
|
|
10529
10528
|
file: string;
|
|
10529
|
+
count: number;
|
|
10530
10530
|
}[];
|
|
10531
10531
|
total: number;
|
|
10532
10532
|
};
|
|
@@ -10553,8 +10553,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10553
10553
|
type: "count";
|
|
10554
10554
|
output: {
|
|
10555
10555
|
counts: {
|
|
10556
|
-
count: number;
|
|
10557
10556
|
file: string;
|
|
10557
|
+
count: number;
|
|
10558
10558
|
}[];
|
|
10559
10559
|
total: number;
|
|
10560
10560
|
};
|
|
@@ -10628,11 +10628,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10628
10628
|
source: string;
|
|
10629
10629
|
severity: "error" | "hint" | "warning" | "information";
|
|
10630
10630
|
range?: {
|
|
10631
|
-
|
|
10631
|
+
end?: {
|
|
10632
10632
|
line?: number | undefined;
|
|
10633
10633
|
character?: number | undefined;
|
|
10634
10634
|
} | undefined;
|
|
10635
|
-
|
|
10635
|
+
start?: {
|
|
10636
10636
|
line?: number | undefined;
|
|
10637
10637
|
character?: number | undefined;
|
|
10638
10638
|
} | undefined;
|
|
@@ -10916,8 +10916,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10916
10916
|
type: "count";
|
|
10917
10917
|
output: {
|
|
10918
10918
|
counts: {
|
|
10919
|
-
count: number;
|
|
10920
10919
|
file: string;
|
|
10920
|
+
count: number;
|
|
10921
10921
|
}[];
|
|
10922
10922
|
total: number;
|
|
10923
10923
|
};
|
|
@@ -10944,8 +10944,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
10944
10944
|
type: "count";
|
|
10945
10945
|
output: {
|
|
10946
10946
|
counts: {
|
|
10947
|
-
count: number;
|
|
10948
10947
|
file: string;
|
|
10948
|
+
count: number;
|
|
10949
10949
|
}[];
|
|
10950
10950
|
total: number;
|
|
10951
10951
|
};
|
|
@@ -11019,11 +11019,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11019
11019
|
source: string;
|
|
11020
11020
|
severity: "error" | "hint" | "warning" | "information";
|
|
11021
11021
|
range?: {
|
|
11022
|
-
|
|
11022
|
+
end?: {
|
|
11023
11023
|
line?: number | undefined;
|
|
11024
11024
|
character?: number | undefined;
|
|
11025
11025
|
} | undefined;
|
|
11026
|
-
|
|
11026
|
+
start?: {
|
|
11027
11027
|
line?: number | undefined;
|
|
11028
11028
|
character?: number | undefined;
|
|
11029
11029
|
} | undefined;
|
|
@@ -11310,8 +11310,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11310
11310
|
type: "count";
|
|
11311
11311
|
output: {
|
|
11312
11312
|
counts: {
|
|
11313
|
-
count: number;
|
|
11314
11313
|
file: string;
|
|
11314
|
+
count: number;
|
|
11315
11315
|
}[];
|
|
11316
11316
|
total: number;
|
|
11317
11317
|
};
|
|
@@ -11338,8 +11338,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11338
11338
|
type: "count";
|
|
11339
11339
|
output: {
|
|
11340
11340
|
counts: {
|
|
11341
|
-
count: number;
|
|
11342
11341
|
file: string;
|
|
11342
|
+
count: number;
|
|
11343
11343
|
}[];
|
|
11344
11344
|
total: number;
|
|
11345
11345
|
};
|
|
@@ -11413,11 +11413,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11413
11413
|
source: string;
|
|
11414
11414
|
severity: "error" | "hint" | "warning" | "information";
|
|
11415
11415
|
range?: {
|
|
11416
|
-
|
|
11416
|
+
end?: {
|
|
11417
11417
|
line?: number | undefined;
|
|
11418
11418
|
character?: number | undefined;
|
|
11419
11419
|
} | undefined;
|
|
11420
|
-
|
|
11420
|
+
start?: {
|
|
11421
11421
|
line?: number | undefined;
|
|
11422
11422
|
character?: number | undefined;
|
|
11423
11423
|
} | undefined;
|
|
@@ -11704,8 +11704,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11704
11704
|
type: "count";
|
|
11705
11705
|
output: {
|
|
11706
11706
|
counts: {
|
|
11707
|
-
count: number;
|
|
11708
11707
|
file: string;
|
|
11708
|
+
count: number;
|
|
11709
11709
|
}[];
|
|
11710
11710
|
total: number;
|
|
11711
11711
|
};
|
|
@@ -11732,8 +11732,8 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11732
11732
|
type: "count";
|
|
11733
11733
|
output: {
|
|
11734
11734
|
counts: {
|
|
11735
|
-
count: number;
|
|
11736
11735
|
file: string;
|
|
11736
|
+
count: number;
|
|
11737
11737
|
}[];
|
|
11738
11738
|
total: number;
|
|
11739
11739
|
};
|
|
@@ -11807,11 +11807,11 @@ export declare const ConversationTurnSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
11807
11807
|
source: string;
|
|
11808
11808
|
severity: "error" | "hint" | "warning" | "information";
|
|
11809
11809
|
range?: {
|
|
11810
|
-
|
|
11810
|
+
end?: {
|
|
11811
11811
|
line?: number | undefined;
|
|
11812
11812
|
character?: number | undefined;
|
|
11813
11813
|
} | undefined;
|
|
11814
|
-
|
|
11814
|
+
start?: {
|
|
11815
11815
|
line?: number | undefined;
|
|
11816
11816
|
character?: number | undefined;
|
|
11817
11817
|
} | undefined;
|