@adaline/azure 1.6.2 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -42,6 +42,29 @@ declare const BaseChatModelSchema: {
42
42
  title: string;
43
43
  description: string;
44
44
  objectSchema?: any;
45
+ } | {
46
+ type: "paired-select";
47
+ param: string;
48
+ title: string;
49
+ description: string;
50
+ fields: [{
51
+ label: string;
52
+ key: string;
53
+ choices: {
54
+ value: string;
55
+ label: string;
56
+ }[];
57
+ description?: string | undefined;
58
+ }, {
59
+ label: string;
60
+ key: string;
61
+ choices: {
62
+ value: string;
63
+ label: string;
64
+ }[];
65
+ description?: string | undefined;
66
+ }];
67
+ uniqueByField?: string | undefined;
45
68
  } | {
46
69
  type: "range";
47
70
  param: string;
@@ -116,6 +139,29 @@ declare const GPT_4oSchema: {
116
139
  title: string;
117
140
  description: string;
118
141
  objectSchema?: any;
142
+ } | {
143
+ type: "paired-select";
144
+ param: string;
145
+ title: string;
146
+ description: string;
147
+ fields: [{
148
+ label: string;
149
+ key: string;
150
+ choices: {
151
+ value: string;
152
+ label: string;
153
+ }[];
154
+ description?: string | undefined;
155
+ }, {
156
+ label: string;
157
+ key: string;
158
+ choices: {
159
+ value: string;
160
+ label: string;
161
+ }[];
162
+ description?: string | undefined;
163
+ }];
164
+ uniqueByField?: string | undefined;
119
165
  } | {
120
166
  type: "range";
121
167
  param: string;
@@ -199,6 +245,29 @@ declare const GPT_4o_MiniSchema: {
199
245
  title: string;
200
246
  description: string;
201
247
  objectSchema?: any;
248
+ } | {
249
+ type: "paired-select";
250
+ param: string;
251
+ title: string;
252
+ description: string;
253
+ fields: [{
254
+ label: string;
255
+ key: string;
256
+ choices: {
257
+ value: string;
258
+ label: string;
259
+ }[];
260
+ description?: string | undefined;
261
+ }, {
262
+ label: string;
263
+ key: string;
264
+ choices: {
265
+ value: string;
266
+ label: string;
267
+ }[];
268
+ description?: string | undefined;
269
+ }];
270
+ uniqueByField?: string | undefined;
202
271
  } | {
203
272
  type: "range";
204
273
  param: string;
@@ -282,6 +351,29 @@ declare const GPT_4o_Mini_2024_07_18Schema: {
282
351
  title: string;
283
352
  description: string;
284
353
  objectSchema?: any;
354
+ } | {
355
+ type: "paired-select";
356
+ param: string;
357
+ title: string;
358
+ description: string;
359
+ fields: [{
360
+ label: string;
361
+ key: string;
362
+ choices: {
363
+ value: string;
364
+ label: string;
365
+ }[];
366
+ description?: string | undefined;
367
+ }, {
368
+ label: string;
369
+ key: string;
370
+ choices: {
371
+ value: string;
372
+ label: string;
373
+ }[];
374
+ description?: string | undefined;
375
+ }];
376
+ uniqueByField?: string | undefined;
285
377
  } | {
286
378
  type: "range";
287
379
  param: string;
@@ -365,6 +457,29 @@ declare const GPT_4o_2024_08_06Schema: {
365
457
  title: string;
366
458
  description: string;
367
459
  objectSchema?: any;
460
+ } | {
461
+ type: "paired-select";
462
+ param: string;
463
+ title: string;
464
+ description: string;
465
+ fields: [{
466
+ label: string;
467
+ key: string;
468
+ choices: {
469
+ value: string;
470
+ label: string;
471
+ }[];
472
+ description?: string | undefined;
473
+ }, {
474
+ label: string;
475
+ key: string;
476
+ choices: {
477
+ value: string;
478
+ label: string;
479
+ }[];
480
+ description?: string | undefined;
481
+ }];
482
+ uniqueByField?: string | undefined;
368
483
  } | {
369
484
  type: "range";
370
485
  param: string;
@@ -448,6 +563,29 @@ declare const GPT_4o_2024_05_13Schema: {
448
563
  title: string;
449
564
  description: string;
450
565
  objectSchema?: any;
566
+ } | {
567
+ type: "paired-select";
568
+ param: string;
569
+ title: string;
570
+ description: string;
571
+ fields: [{
572
+ label: string;
573
+ key: string;
574
+ choices: {
575
+ value: string;
576
+ label: string;
577
+ }[];
578
+ description?: string | undefined;
579
+ }, {
580
+ label: string;
581
+ key: string;
582
+ choices: {
583
+ value: string;
584
+ label: string;
585
+ }[];
586
+ description?: string | undefined;
587
+ }];
588
+ uniqueByField?: string | undefined;
451
589
  } | {
452
590
  type: "range";
453
591
  param: string;
@@ -531,6 +669,29 @@ declare const GPT_4Schema: {
531
669
  title: string;
532
670
  description: string;
533
671
  objectSchema?: any;
672
+ } | {
673
+ type: "paired-select";
674
+ param: string;
675
+ title: string;
676
+ description: string;
677
+ fields: [{
678
+ label: string;
679
+ key: string;
680
+ choices: {
681
+ value: string;
682
+ label: string;
683
+ }[];
684
+ description?: string | undefined;
685
+ }, {
686
+ label: string;
687
+ key: string;
688
+ choices: {
689
+ value: string;
690
+ label: string;
691
+ }[];
692
+ description?: string | undefined;
693
+ }];
694
+ uniqueByField?: string | undefined;
534
695
  } | {
535
696
  type: "range";
536
697
  param: string;
@@ -614,6 +775,29 @@ declare const GPT_4_Turbo_2024_04_09Schema: {
614
775
  title: string;
615
776
  description: string;
616
777
  objectSchema?: any;
778
+ } | {
779
+ type: "paired-select";
780
+ param: string;
781
+ title: string;
782
+ description: string;
783
+ fields: [{
784
+ label: string;
785
+ key: string;
786
+ choices: {
787
+ value: string;
788
+ label: string;
789
+ }[];
790
+ description?: string | undefined;
791
+ }, {
792
+ label: string;
793
+ key: string;
794
+ choices: {
795
+ value: string;
796
+ label: string;
797
+ }[];
798
+ description?: string | undefined;
799
+ }];
800
+ uniqueByField?: string | undefined;
617
801
  } | {
618
802
  type: "range";
619
803
  param: string;
@@ -697,6 +881,29 @@ declare const GPT_4_1106_PreviewSchema: {
697
881
  title: string;
698
882
  description: string;
699
883
  objectSchema?: any;
884
+ } | {
885
+ type: "paired-select";
886
+ param: string;
887
+ title: string;
888
+ description: string;
889
+ fields: [{
890
+ label: string;
891
+ key: string;
892
+ choices: {
893
+ value: string;
894
+ label: string;
895
+ }[];
896
+ description?: string | undefined;
897
+ }, {
898
+ label: string;
899
+ key: string;
900
+ choices: {
901
+ value: string;
902
+ label: string;
903
+ }[];
904
+ description?: string | undefined;
905
+ }];
906
+ uniqueByField?: string | undefined;
700
907
  } | {
701
908
  type: "range";
702
909
  param: string;
@@ -780,6 +987,29 @@ declare const GPT_4_0613Schema: {
780
987
  title: string;
781
988
  description: string;
782
989
  objectSchema?: any;
990
+ } | {
991
+ type: "paired-select";
992
+ param: string;
993
+ title: string;
994
+ description: string;
995
+ fields: [{
996
+ label: string;
997
+ key: string;
998
+ choices: {
999
+ value: string;
1000
+ label: string;
1001
+ }[];
1002
+ description?: string | undefined;
1003
+ }, {
1004
+ label: string;
1005
+ key: string;
1006
+ choices: {
1007
+ value: string;
1008
+ label: string;
1009
+ }[];
1010
+ description?: string | undefined;
1011
+ }];
1012
+ uniqueByField?: string | undefined;
783
1013
  } | {
784
1014
  type: "range";
785
1015
  param: string;
@@ -863,6 +1093,29 @@ declare const GPT_3_5_TurboSchema: {
863
1093
  title: string;
864
1094
  description: string;
865
1095
  objectSchema?: any;
1096
+ } | {
1097
+ type: "paired-select";
1098
+ param: string;
1099
+ title: string;
1100
+ description: string;
1101
+ fields: [{
1102
+ label: string;
1103
+ key: string;
1104
+ choices: {
1105
+ value: string;
1106
+ label: string;
1107
+ }[];
1108
+ description?: string | undefined;
1109
+ }, {
1110
+ label: string;
1111
+ key: string;
1112
+ choices: {
1113
+ value: string;
1114
+ label: string;
1115
+ }[];
1116
+ description?: string | undefined;
1117
+ }];
1118
+ uniqueByField?: string | undefined;
866
1119
  } | {
867
1120
  type: "range";
868
1121
  param: string;
@@ -946,6 +1199,29 @@ declare const GPT_3_5_Turbo_1106Schema: {
946
1199
  title: string;
947
1200
  description: string;
948
1201
  objectSchema?: any;
1202
+ } | {
1203
+ type: "paired-select";
1204
+ param: string;
1205
+ title: string;
1206
+ description: string;
1207
+ fields: [{
1208
+ label: string;
1209
+ key: string;
1210
+ choices: {
1211
+ value: string;
1212
+ label: string;
1213
+ }[];
1214
+ description?: string | undefined;
1215
+ }, {
1216
+ label: string;
1217
+ key: string;
1218
+ choices: {
1219
+ value: string;
1220
+ label: string;
1221
+ }[];
1222
+ description?: string | undefined;
1223
+ }];
1224
+ uniqueByField?: string | undefined;
949
1225
  } | {
950
1226
  type: "range";
951
1227
  param: string;
@@ -1029,6 +1305,29 @@ declare const GPT_3_5_Turbo_0125Schema: {
1029
1305
  title: string;
1030
1306
  description: string;
1031
1307
  objectSchema?: any;
1308
+ } | {
1309
+ type: "paired-select";
1310
+ param: string;
1311
+ title: string;
1312
+ description: string;
1313
+ fields: [{
1314
+ label: string;
1315
+ key: string;
1316
+ choices: {
1317
+ value: string;
1318
+ label: string;
1319
+ }[];
1320
+ description?: string | undefined;
1321
+ }, {
1322
+ label: string;
1323
+ key: string;
1324
+ choices: {
1325
+ value: string;
1326
+ label: string;
1327
+ }[];
1328
+ description?: string | undefined;
1329
+ }];
1330
+ uniqueByField?: string | undefined;
1032
1331
  } | {
1033
1332
  type: "range";
1034
1333
  param: string;
@@ -1128,6 +1427,29 @@ declare const BaseEmbeddingModelSchema: {
1128
1427
  title: string;
1129
1428
  description: string;
1130
1429
  objectSchema?: any;
1430
+ } | {
1431
+ type: "paired-select";
1432
+ param: string;
1433
+ title: string;
1434
+ description: string;
1435
+ fields: [{
1436
+ label: string;
1437
+ key: string;
1438
+ choices: {
1439
+ value: string;
1440
+ label: string;
1441
+ }[];
1442
+ description?: string | undefined;
1443
+ }, {
1444
+ label: string;
1445
+ key: string;
1446
+ choices: {
1447
+ value: string;
1448
+ label: string;
1449
+ }[];
1450
+ description?: string | undefined;
1451
+ }];
1452
+ uniqueByField?: string | undefined;
1131
1453
  } | {
1132
1454
  type: "range";
1133
1455
  param: string;
@@ -1185,6 +1507,29 @@ declare const Text_Embedding_3_LargeSchema: {
1185
1507
  title: string;
1186
1508
  description: string;
1187
1509
  objectSchema?: any;
1510
+ } | {
1511
+ type: "paired-select";
1512
+ param: string;
1513
+ title: string;
1514
+ description: string;
1515
+ fields: [{
1516
+ label: string;
1517
+ key: string;
1518
+ choices: {
1519
+ value: string;
1520
+ label: string;
1521
+ }[];
1522
+ description?: string | undefined;
1523
+ }, {
1524
+ label: string;
1525
+ key: string;
1526
+ choices: {
1527
+ value: string;
1528
+ label: string;
1529
+ }[];
1530
+ description?: string | undefined;
1531
+ }];
1532
+ uniqueByField?: string | undefined;
1188
1533
  } | {
1189
1534
  type: "range";
1190
1535
  param: string;
@@ -1252,6 +1597,29 @@ declare const Text_Embedding_Ada_002Schema: {
1252
1597
  title: string;
1253
1598
  description: string;
1254
1599
  objectSchema?: any;
1600
+ } | {
1601
+ type: "paired-select";
1602
+ param: string;
1603
+ title: string;
1604
+ description: string;
1605
+ fields: [{
1606
+ label: string;
1607
+ key: string;
1608
+ choices: {
1609
+ value: string;
1610
+ label: string;
1611
+ }[];
1612
+ description?: string | undefined;
1613
+ }, {
1614
+ label: string;
1615
+ key: string;
1616
+ choices: {
1617
+ value: string;
1618
+ label: string;
1619
+ }[];
1620
+ description?: string | undefined;
1621
+ }];
1622
+ uniqueByField?: string | undefined;
1255
1623
  } | {
1256
1624
  type: "range";
1257
1625
  param: string;
@@ -1319,6 +1687,29 @@ declare const Text_Embedding_3_SmallSchema: {
1319
1687
  title: string;
1320
1688
  description: string;
1321
1689
  objectSchema?: any;
1690
+ } | {
1691
+ type: "paired-select";
1692
+ param: string;
1693
+ title: string;
1694
+ description: string;
1695
+ fields: [{
1696
+ label: string;
1697
+ key: string;
1698
+ choices: {
1699
+ value: string;
1700
+ label: string;
1701
+ }[];
1702
+ description?: string | undefined;
1703
+ }, {
1704
+ label: string;
1705
+ key: string;
1706
+ choices: {
1707
+ value: string;
1708
+ label: string;
1709
+ }[];
1710
+ description?: string | undefined;
1711
+ }];
1712
+ uniqueByField?: string | undefined;
1322
1713
  } | {
1323
1714
  type: "range";
1324
1715
  param: string;