ekms 9.6.3-beta.9 → 9.7.0
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/common/actions.instance.json +2767 -13
- package/common/actions.js +112 -5
- package/common/actions.test.json +79138 -384
- package/common/angle.instance.json +138 -834
- package/common/angle.test.json +172 -127
- package/common/animals.instance.json +260 -0
- package/common/articles.js +1 -2
- package/common/avatar.test.json +173 -33
- package/common/can.instance.json +40 -0
- package/common/colors.instance.json +280 -0
- package/common/comparable.instance.json +120 -0
- package/common/compass.instance.json +63 -18
- package/common/concept.js +2 -1
- package/common/conjunction.js +11 -17
- package/common/control.js +42 -0
- package/common/control.test.json +2 -0
- package/common/crew.instance.json +520 -0
- package/common/dates.instance.json +100 -0
- package/common/dimension.instance.json +264 -69
- package/common/dimension.js +2 -2
- package/common/dimension.test.json +545 -441
- package/common/drone.instance.json +9101 -794
- package/common/drone.js +257 -68
- package/common/drone.test.json +415672 -38730
- package/common/drone_v1.instance.json +462 -57
- package/common/edible.instance.json +640 -0
- package/common/emotions.instance.json +20 -0
- package/common/evaluate.js +1 -1
- package/common/fastfood.instance.json +1310 -176
- package/common/formulas.instance.json +20 -5
- package/common/formulas.js +1 -1
- package/common/gdefaults.js +19 -3
- package/common/help.test.json +23 -3
- package/common/helpers/conjunction.js +2 -0
- package/common/helpers/formulas.js +6 -0
- package/common/helpers/properties.js +9 -7
- package/common/helpers.js +11 -6
- package/common/hierarchy.js +2 -0
- package/common/kirk.instance.json +20 -0
- package/common/length.instance.json +1117 -5708
- package/common/length.test.json +29761 -12488
- package/common/logging.js +41 -0
- package/common/logging.test.json +2 -0
- package/common/math.instance.json +30 -12
- package/common/math.js +6 -5
- package/common/menus.instance.json +140 -35
- package/common/meta.js +1 -1
- package/common/nameable.js +0 -2
- package/common/nameable.test.json +252 -150
- package/common/ordering.instance.json +40 -0
- package/common/people.instance.json +160 -0
- package/common/pipboy.instance.json +340 -85
- package/common/pokemon.instance.json +260 -0
- package/common/pressure.instance.json +108 -370
- package/common/properties.instance.json +20 -0
- package/common/properties.js +2 -1
- package/common/properties.test.json +2754 -2142
- package/common/rates.test.json +6914 -2428
- package/common/reports.instance.json +49 -176
- package/common/sdefaults.js +18 -5
- package/common/spock.instance.json +20 -0
- package/common/stm.js +95 -12
- package/common/stm.test.json +2670 -54
- package/common/temperature.instance.json +709 -2284
- package/common/time.instance.json +14241 -2228
- package/common/time.js +30 -3
- package/common/time.test.json +9914 -0
- package/common/tokenize.js +2 -0
- package/common/ui.instance.json +20 -5
- package/common/ui.js +1 -1
- package/common/weight.instance.json +621 -1886
- package/common/wp.instance.json +280 -70
- package/main.js +4 -0
- package/package.json +11 -5
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
"theAble",
|
|
123
123
|
false
|
|
124
124
|
],
|
|
125
|
+
[
|
|
126
|
+
"deletable",
|
|
127
|
+
"deletable",
|
|
128
|
+
false
|
|
129
|
+
],
|
|
130
|
+
[
|
|
131
|
+
"delete",
|
|
132
|
+
"verb",
|
|
133
|
+
false
|
|
134
|
+
],
|
|
125
135
|
[
|
|
126
136
|
"distributable",
|
|
127
137
|
"queryable",
|
|
@@ -192,6 +202,11 @@
|
|
|
192
202
|
"theAble",
|
|
193
203
|
false
|
|
194
204
|
],
|
|
205
|
+
[
|
|
206
|
+
"memorable",
|
|
207
|
+
"deletable",
|
|
208
|
+
false
|
|
209
|
+
],
|
|
195
210
|
[
|
|
196
211
|
"memorable",
|
|
197
212
|
"theAble",
|
|
@@ -262,6 +277,11 @@
|
|
|
262
277
|
"theAble",
|
|
263
278
|
false
|
|
264
279
|
],
|
|
280
|
+
[
|
|
281
|
+
"recall",
|
|
282
|
+
"verb",
|
|
283
|
+
false
|
|
284
|
+
],
|
|
265
285
|
[
|
|
266
286
|
"remember",
|
|
267
287
|
"verb",
|
|
@@ -642,6 +662,16 @@
|
|
|
642
662
|
"theAble",
|
|
643
663
|
false
|
|
644
664
|
],
|
|
665
|
+
[
|
|
666
|
+
"deletable",
|
|
667
|
+
"deletable",
|
|
668
|
+
false
|
|
669
|
+
],
|
|
670
|
+
[
|
|
671
|
+
"delete",
|
|
672
|
+
"verb",
|
|
673
|
+
false
|
|
674
|
+
],
|
|
645
675
|
[
|
|
646
676
|
"distributable",
|
|
647
677
|
"queryable",
|
|
@@ -712,6 +742,11 @@
|
|
|
712
742
|
"theAble",
|
|
713
743
|
false
|
|
714
744
|
],
|
|
745
|
+
[
|
|
746
|
+
"memorable",
|
|
747
|
+
"deletable",
|
|
748
|
+
false
|
|
749
|
+
],
|
|
715
750
|
[
|
|
716
751
|
"memorable",
|
|
717
752
|
"theAble",
|
|
@@ -792,6 +827,11 @@
|
|
|
792
827
|
"theAble",
|
|
793
828
|
false
|
|
794
829
|
],
|
|
830
|
+
[
|
|
831
|
+
"recall",
|
|
832
|
+
"verb",
|
|
833
|
+
false
|
|
834
|
+
],
|
|
795
835
|
[
|
|
796
836
|
"remember",
|
|
797
837
|
"verb",
|
|
@@ -1466,6 +1506,16 @@
|
|
|
1466
1506
|
"theAble",
|
|
1467
1507
|
false
|
|
1468
1508
|
],
|
|
1509
|
+
[
|
|
1510
|
+
"deletable",
|
|
1511
|
+
"deletable",
|
|
1512
|
+
false
|
|
1513
|
+
],
|
|
1514
|
+
[
|
|
1515
|
+
"delete",
|
|
1516
|
+
"verb",
|
|
1517
|
+
false
|
|
1518
|
+
],
|
|
1469
1519
|
[
|
|
1470
1520
|
"distributable",
|
|
1471
1521
|
"queryable",
|
|
@@ -1546,6 +1596,11 @@
|
|
|
1546
1596
|
"theAble",
|
|
1547
1597
|
false
|
|
1548
1598
|
],
|
|
1599
|
+
[
|
|
1600
|
+
"memorable",
|
|
1601
|
+
"deletable",
|
|
1602
|
+
false
|
|
1603
|
+
],
|
|
1549
1604
|
[
|
|
1550
1605
|
"memorable",
|
|
1551
1606
|
"theAble",
|
|
@@ -1626,6 +1681,11 @@
|
|
|
1626
1681
|
"theAble",
|
|
1627
1682
|
false
|
|
1628
1683
|
],
|
|
1684
|
+
[
|
|
1685
|
+
"recall",
|
|
1686
|
+
"verb",
|
|
1687
|
+
false
|
|
1688
|
+
],
|
|
1629
1689
|
[
|
|
1630
1690
|
"remember",
|
|
1631
1691
|
"verb",
|
|
@@ -2300,6 +2360,16 @@
|
|
|
2300
2360
|
"theAble",
|
|
2301
2361
|
false
|
|
2302
2362
|
],
|
|
2363
|
+
[
|
|
2364
|
+
"deletable",
|
|
2365
|
+
"deletable",
|
|
2366
|
+
false
|
|
2367
|
+
],
|
|
2368
|
+
[
|
|
2369
|
+
"delete",
|
|
2370
|
+
"verb",
|
|
2371
|
+
false
|
|
2372
|
+
],
|
|
2303
2373
|
[
|
|
2304
2374
|
"descending",
|
|
2305
2375
|
"isEdee",
|
|
@@ -2415,6 +2485,11 @@
|
|
|
2415
2485
|
"theAble",
|
|
2416
2486
|
false
|
|
2417
2487
|
],
|
|
2488
|
+
[
|
|
2489
|
+
"memorable",
|
|
2490
|
+
"deletable",
|
|
2491
|
+
false
|
|
2492
|
+
],
|
|
2418
2493
|
[
|
|
2419
2494
|
"memorable",
|
|
2420
2495
|
"theAble",
|
|
@@ -2495,6 +2570,11 @@
|
|
|
2495
2570
|
"theAble",
|
|
2496
2571
|
false
|
|
2497
2572
|
],
|
|
2573
|
+
[
|
|
2574
|
+
"recall",
|
|
2575
|
+
"verb",
|
|
2576
|
+
false
|
|
2577
|
+
],
|
|
2498
2578
|
[
|
|
2499
2579
|
"remember",
|
|
2500
2580
|
"verb",
|
|
@@ -2994,6 +3074,16 @@
|
|
|
2994
3074
|
"unknown",
|
|
2995
3075
|
false
|
|
2996
3076
|
],
|
|
3077
|
+
[
|
|
3078
|
+
"deletable",
|
|
3079
|
+
"deletable",
|
|
3080
|
+
false
|
|
3081
|
+
],
|
|
3082
|
+
[
|
|
3083
|
+
"delete",
|
|
3084
|
+
"verb",
|
|
3085
|
+
false
|
|
3086
|
+
],
|
|
2997
3087
|
[
|
|
2998
3088
|
"descending",
|
|
2999
3089
|
"isEdee",
|
|
@@ -3109,6 +3199,11 @@
|
|
|
3109
3199
|
"theAble",
|
|
3110
3200
|
false
|
|
3111
3201
|
],
|
|
3202
|
+
[
|
|
3203
|
+
"memorable",
|
|
3204
|
+
"deletable",
|
|
3205
|
+
false
|
|
3206
|
+
],
|
|
3112
3207
|
[
|
|
3113
3208
|
"memorable",
|
|
3114
3209
|
"theAble",
|
|
@@ -3189,6 +3284,11 @@
|
|
|
3189
3284
|
"theAble",
|
|
3190
3285
|
false
|
|
3191
3286
|
],
|
|
3287
|
+
[
|
|
3288
|
+
"recall",
|
|
3289
|
+
"verb",
|
|
3290
|
+
false
|
|
3291
|
+
],
|
|
3192
3292
|
[
|
|
3193
3293
|
"remember",
|
|
3194
3294
|
"verb",
|
|
@@ -3696,6 +3796,16 @@
|
|
|
3696
3796
|
"unknown",
|
|
3697
3797
|
false
|
|
3698
3798
|
],
|
|
3799
|
+
[
|
|
3800
|
+
"deletable",
|
|
3801
|
+
"deletable",
|
|
3802
|
+
false
|
|
3803
|
+
],
|
|
3804
|
+
[
|
|
3805
|
+
"delete",
|
|
3806
|
+
"verb",
|
|
3807
|
+
false
|
|
3808
|
+
],
|
|
3699
3809
|
[
|
|
3700
3810
|
"descending",
|
|
3701
3811
|
"isEdee",
|
|
@@ -3811,6 +3921,11 @@
|
|
|
3811
3921
|
"theAble",
|
|
3812
3922
|
false
|
|
3813
3923
|
],
|
|
3924
|
+
[
|
|
3925
|
+
"memorable",
|
|
3926
|
+
"deletable",
|
|
3927
|
+
false
|
|
3928
|
+
],
|
|
3814
3929
|
[
|
|
3815
3930
|
"memorable",
|
|
3816
3931
|
"theAble",
|
|
@@ -3891,6 +4006,11 @@
|
|
|
3891
4006
|
"theAble",
|
|
3892
4007
|
false
|
|
3893
4008
|
],
|
|
4009
|
+
[
|
|
4010
|
+
"recall",
|
|
4011
|
+
"verb",
|
|
4012
|
+
false
|
|
4013
|
+
],
|
|
3894
4014
|
[
|
|
3895
4015
|
"remember",
|
|
3896
4016
|
"verb",
|
|
@@ -217,6 +217,16 @@
|
|
|
217
217
|
"hierarchyAble",
|
|
218
218
|
false
|
|
219
219
|
],
|
|
220
|
+
[
|
|
221
|
+
"deletable",
|
|
222
|
+
"deletable",
|
|
223
|
+
false
|
|
224
|
+
],
|
|
225
|
+
[
|
|
226
|
+
"delete",
|
|
227
|
+
"verb",
|
|
228
|
+
false
|
|
229
|
+
],
|
|
220
230
|
[
|
|
221
231
|
"descending",
|
|
222
232
|
"hierarchyAble",
|
|
@@ -782,11 +792,6 @@
|
|
|
782
792
|
"expression",
|
|
783
793
|
false
|
|
784
794
|
],
|
|
785
|
-
[
|
|
786
|
-
"mathematicalExpression",
|
|
787
|
-
"number",
|
|
788
|
-
false
|
|
789
|
-
],
|
|
790
795
|
[
|
|
791
796
|
"mathematical_operator",
|
|
792
797
|
"adjective",
|
|
@@ -1027,6 +1032,11 @@
|
|
|
1027
1032
|
"unit",
|
|
1028
1033
|
false
|
|
1029
1034
|
],
|
|
1035
|
+
[
|
|
1036
|
+
"memorable",
|
|
1037
|
+
"deletable",
|
|
1038
|
+
false
|
|
1039
|
+
],
|
|
1030
1040
|
[
|
|
1031
1041
|
"memorable",
|
|
1032
1042
|
"theAble",
|
|
@@ -1462,6 +1472,11 @@
|
|
|
1462
1472
|
"theAble",
|
|
1463
1473
|
false
|
|
1464
1474
|
],
|
|
1475
|
+
[
|
|
1476
|
+
"recall",
|
|
1477
|
+
"verb",
|
|
1478
|
+
false
|
|
1479
|
+
],
|
|
1465
1480
|
[
|
|
1466
1481
|
"remember",
|
|
1467
1482
|
"verb",
|
|
@@ -1764,7 +1779,7 @@
|
|
|
1764
1779
|
],
|
|
1765
1780
|
[
|
|
1766
1781
|
"unit",
|
|
1767
|
-
"
|
|
1782
|
+
"mathematicalExpression",
|
|
1768
1783
|
false
|
|
1769
1784
|
],
|
|
1770
1785
|
[
|
|
@@ -2412,6 +2427,16 @@
|
|
|
2412
2427
|
"hierarchyAble",
|
|
2413
2428
|
false
|
|
2414
2429
|
],
|
|
2430
|
+
[
|
|
2431
|
+
"deletable",
|
|
2432
|
+
"deletable",
|
|
2433
|
+
false
|
|
2434
|
+
],
|
|
2435
|
+
[
|
|
2436
|
+
"delete",
|
|
2437
|
+
"verb",
|
|
2438
|
+
false
|
|
2439
|
+
],
|
|
2415
2440
|
[
|
|
2416
2441
|
"descending",
|
|
2417
2442
|
"hierarchyAble",
|
|
@@ -3022,11 +3047,6 @@
|
|
|
3022
3047
|
"expression",
|
|
3023
3048
|
false
|
|
3024
3049
|
],
|
|
3025
|
-
[
|
|
3026
|
-
"mathematicalExpression",
|
|
3027
|
-
"number",
|
|
3028
|
-
false
|
|
3029
|
-
],
|
|
3030
3050
|
[
|
|
3031
3051
|
"mathematical_operator",
|
|
3032
3052
|
"adjective",
|
|
@@ -3267,6 +3287,11 @@
|
|
|
3267
3287
|
"unit",
|
|
3268
3288
|
false
|
|
3269
3289
|
],
|
|
3290
|
+
[
|
|
3291
|
+
"memorable",
|
|
3292
|
+
"deletable",
|
|
3293
|
+
false
|
|
3294
|
+
],
|
|
3270
3295
|
[
|
|
3271
3296
|
"memorable",
|
|
3272
3297
|
"theAble",
|
|
@@ -3702,6 +3727,11 @@
|
|
|
3702
3727
|
"theAble",
|
|
3703
3728
|
false
|
|
3704
3729
|
],
|
|
3730
|
+
[
|
|
3731
|
+
"recall",
|
|
3732
|
+
"verb",
|
|
3733
|
+
false
|
|
3734
|
+
],
|
|
3705
3735
|
[
|
|
3706
3736
|
"remember",
|
|
3707
3737
|
"verb",
|
|
@@ -4004,7 +4034,7 @@
|
|
|
4004
4034
|
],
|
|
4005
4035
|
[
|
|
4006
4036
|
"unit",
|
|
4007
|
-
"
|
|
4037
|
+
"mathematicalExpression",
|
|
4008
4038
|
false
|
|
4009
4039
|
],
|
|
4010
4040
|
[
|
|
@@ -6010,6 +6040,16 @@
|
|
|
6010
6040
|
"hierarchyAble",
|
|
6011
6041
|
false
|
|
6012
6042
|
],
|
|
6043
|
+
[
|
|
6044
|
+
"deletable",
|
|
6045
|
+
"deletable",
|
|
6046
|
+
false
|
|
6047
|
+
],
|
|
6048
|
+
[
|
|
6049
|
+
"delete",
|
|
6050
|
+
"verb",
|
|
6051
|
+
false
|
|
6052
|
+
],
|
|
6013
6053
|
[
|
|
6014
6054
|
"descending",
|
|
6015
6055
|
"hierarchyAble",
|
|
@@ -6620,11 +6660,6 @@
|
|
|
6620
6660
|
"expression",
|
|
6621
6661
|
false
|
|
6622
6662
|
],
|
|
6623
|
-
[
|
|
6624
|
-
"mathematicalExpression",
|
|
6625
|
-
"number",
|
|
6626
|
-
false
|
|
6627
|
-
],
|
|
6628
6663
|
[
|
|
6629
6664
|
"mathematical_operator",
|
|
6630
6665
|
"adjective",
|
|
@@ -6865,6 +6900,11 @@
|
|
|
6865
6900
|
"unit",
|
|
6866
6901
|
false
|
|
6867
6902
|
],
|
|
6903
|
+
[
|
|
6904
|
+
"memorable",
|
|
6905
|
+
"deletable",
|
|
6906
|
+
false
|
|
6907
|
+
],
|
|
6868
6908
|
[
|
|
6869
6909
|
"memorable",
|
|
6870
6910
|
"theAble",
|
|
@@ -7390,6 +7430,11 @@
|
|
|
7390
7430
|
"theAble",
|
|
7391
7431
|
false
|
|
7392
7432
|
],
|
|
7433
|
+
[
|
|
7434
|
+
"recall",
|
|
7435
|
+
"verb",
|
|
7436
|
+
false
|
|
7437
|
+
],
|
|
7393
7438
|
[
|
|
7394
7439
|
"remember",
|
|
7395
7440
|
"verb",
|
|
@@ -7782,7 +7827,7 @@
|
|
|
7782
7827
|
],
|
|
7783
7828
|
[
|
|
7784
7829
|
"unit",
|
|
7785
|
-
"
|
|
7830
|
+
"mathematicalExpression",
|
|
7786
7831
|
false
|
|
7787
7832
|
],
|
|
7788
7833
|
[
|
package/common/concept.js
CHANGED
|
@@ -91,7 +91,7 @@ config = {
|
|
|
91
91
|
if ((context.value || []).length < 2) {
|
|
92
92
|
return
|
|
93
93
|
}
|
|
94
|
-
if (!context
|
|
94
|
+
if (!context?.value[0]?.word) {
|
|
95
95
|
return
|
|
96
96
|
}
|
|
97
97
|
const word = context.value[0].word
|
|
@@ -110,6 +110,7 @@ config = {
|
|
|
110
110
|
context.modifiers = ['modifier']
|
|
111
111
|
context.modifier = {
|
|
112
112
|
marker: 'list',
|
|
113
|
+
listable: true,
|
|
113
114
|
paraphrase: true,
|
|
114
115
|
value: modifiers
|
|
115
116
|
}
|
package/common/conjunction.js
CHANGED
|
@@ -21,10 +21,8 @@ const config = {
|
|
|
21
21
|
*/
|
|
22
22
|
selector: {
|
|
23
23
|
match: "same",
|
|
24
|
-
left: [ { pattern: '($type && context.instance == variables.instance)' } ],
|
|
25
|
-
right: [ { pattern: '($type && context.instance == variables.instance)' } ],
|
|
26
|
-
// left: [ { pattern: '($type)' } ],
|
|
27
|
-
// right: [ { pattern: '($type)' } ],
|
|
24
|
+
left: [ { pattern: '($type && context.instance == variables.instance && context.dead == variables.dead && !@<=$contexts[1].notConjunctableWith)' } ],
|
|
25
|
+
right: [ { pattern: '($type && context.instance == variables.instance && context.dead == variables.dead && !@<=$contexts[-1].notConjunctableWith)' } ],
|
|
28
26
|
passthrough: true
|
|
29
27
|
},
|
|
30
28
|
bridge: "{ ...next(operator), listable: true, isList: true, value: append(before, after) }"
|
|
@@ -34,7 +32,7 @@ const config = {
|
|
|
34
32
|
level: 1,
|
|
35
33
|
selector: {
|
|
36
34
|
match: "same",
|
|
37
|
-
left: [ { pattern: '($type && context.instance == variables.instance)' } ],
|
|
35
|
+
left: [ { pattern: '($type && context.instance == variables.instance && context.dead == variables.dead)' } ],
|
|
38
36
|
passthrough: true
|
|
39
37
|
},
|
|
40
38
|
bridge: "{ ...operator, value: append(before, operator.value) }"
|
|
@@ -63,18 +61,6 @@ const config = {
|
|
|
63
61
|
return `${await g(context.value[0])} ${await gs(context.value.slice(1), ', ', ' and ')}`
|
|
64
62
|
}
|
|
65
63
|
},
|
|
66
|
-
|
|
67
|
-
/*
|
|
68
|
-
{
|
|
69
|
-
where: where(),
|
|
70
|
-
notes: 'handle lists with truthValue set',
|
|
71
|
-
match: ({context, hierarchy}) => context.marker == 'list' && context.hasOwnProperty('truthValue'),
|
|
72
|
-
apply: async ({context, g, gs}) => {
|
|
73
|
-
return context.truthValue ? 'yes' : 'no'
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
64
|
{
|
|
79
65
|
where: where(),
|
|
80
66
|
notes: 'handle lists',
|
|
@@ -87,6 +73,14 @@ const config = {
|
|
|
87
73
|
}
|
|
88
74
|
}
|
|
89
75
|
},
|
|
76
|
+
|
|
77
|
+
{
|
|
78
|
+
where: where(),
|
|
79
|
+
match: ({context, callId}) => context.listable && context.value,
|
|
80
|
+
apply: ({context, gs}) => {
|
|
81
|
+
return gs(context.value, ' ', ' ' + context.word + ' ')
|
|
82
|
+
},
|
|
83
|
+
},
|
|
90
84
|
],
|
|
91
85
|
};
|
|
92
86
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const { knowledgeModule, where } = require('./runtime').theprogrammablemind
|
|
2
|
+
const tests = require('./control.test.json')
|
|
3
|
+
|
|
4
|
+
function initializer({config}) {
|
|
5
|
+
config.addArgs((args) => ({
|
|
6
|
+
callOnce: (args, condition) => {
|
|
7
|
+
if (condition(args)) {
|
|
8
|
+
const { context } = args
|
|
9
|
+
|
|
10
|
+
if (!context.control) {
|
|
11
|
+
context.control = {
|
|
12
|
+
seen: [],
|
|
13
|
+
nextId: 2,
|
|
14
|
+
}
|
|
15
|
+
context.control_id = 1
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (!context.control_id) {
|
|
19
|
+
context.control_id = context.control.nextId
|
|
20
|
+
context.control.nextId += 1
|
|
21
|
+
}
|
|
22
|
+
if (context.control.seen.includes(context.control_id)) {
|
|
23
|
+
return false
|
|
24
|
+
}
|
|
25
|
+
context.control.seen.push(context.control_id)
|
|
26
|
+
return true
|
|
27
|
+
}
|
|
28
|
+
return false
|
|
29
|
+
}
|
|
30
|
+
}))
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
knowledgeModule({
|
|
34
|
+
config: { name: 'control' },
|
|
35
|
+
initializer,
|
|
36
|
+
module,
|
|
37
|
+
description: 'Used for controlling calls',
|
|
38
|
+
test: {
|
|
39
|
+
name: './control.test.json',
|
|
40
|
+
contents: tests,
|
|
41
|
+
},
|
|
42
|
+
})
|