@nestr/mcp 0.1.66 → 0.1.68
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/build/help/topics.d.ts.map +1 -1
- package/build/help/topics.js +2 -1
- package/build/help/topics.js.map +1 -1
- package/build/http.js +6 -6
- package/build/http.js.map +1 -1
- package/build/oauth/flow.d.ts.map +1 -1
- package/build/oauth/flow.js +19 -9
- package/build/oauth/flow.js.map +1 -1
- package/build/skills/doing-work.d.ts.map +1 -1
- package/build/skills/doing-work.js +12 -3
- package/build/skills/doing-work.js.map +1 -1
- package/build/skills/tension-processing.js +2 -2
- package/build/tools/index.d.ts +239 -327
- package/build/tools/index.d.ts.map +1 -1
- package/build/tools/index.js +34 -32
- package/build/tools/index.js.map +1 -1
- package/package.json +1 -1
package/build/tools/index.d.ts
CHANGED
|
@@ -958,182 +958,11 @@ export declare const toolDefinitions: ({
|
|
|
958
958
|
type: string;
|
|
959
959
|
description: string;
|
|
960
960
|
};
|
|
961
|
-
workspaceId?: undefined;
|
|
962
|
-
query?: undefined;
|
|
963
|
-
limit?: undefined;
|
|
964
|
-
page?: undefined;
|
|
965
|
-
nestId?: undefined;
|
|
966
961
|
search?: undefined;
|
|
967
|
-
stripDescription?: undefined;
|
|
968
|
-
title?: undefined;
|
|
969
|
-
purpose?: undefined;
|
|
970
|
-
type?: undefined;
|
|
971
|
-
governance?: undefined;
|
|
972
|
-
plan?: undefined;
|
|
973
|
-
apps?: undefined;
|
|
974
|
-
layout?: undefined;
|
|
975
|
-
_listTitle?: undefined;
|
|
976
|
-
fieldsMetaData?: undefined;
|
|
977
|
-
hints?: undefined;
|
|
978
|
-
parentId?: undefined;
|
|
979
|
-
description?: undefined;
|
|
980
|
-
labels?: undefined;
|
|
981
|
-
users?: undefined;
|
|
982
|
-
accountabilities?: undefined;
|
|
983
|
-
domains?: undefined;
|
|
984
|
-
fields?: undefined;
|
|
985
|
-
data?: undefined;
|
|
986
|
-
due?: undefined;
|
|
987
|
-
completed?: undefined;
|
|
988
|
-
body?: undefined;
|
|
989
|
-
commentId?: undefined;
|
|
990
|
-
circleId?: undefined;
|
|
991
|
-
includeSubCircles?: undefined;
|
|
992
|
-
userId?: undefined;
|
|
993
|
-
endDate?: undefined;
|
|
994
|
-
metricId?: undefined;
|
|
995
|
-
depth?: undefined;
|
|
996
|
-
username?: undefined;
|
|
997
|
-
fullName?: undefined;
|
|
998
|
-
language?: undefined;
|
|
999
|
-
labelId?: undefined;
|
|
1000
|
-
from?: undefined;
|
|
1001
|
-
to?: undefined;
|
|
1002
|
-
completedAfter?: undefined;
|
|
1003
|
-
nestIds?: undefined;
|
|
1004
|
-
position?: undefined;
|
|
1005
|
-
relatedNestId?: undefined;
|
|
1006
|
-
color?: undefined;
|
|
1007
|
-
icon?: undefined;
|
|
1008
|
-
fullWorkspaces?: undefined;
|
|
1009
|
-
context?: undefined;
|
|
1010
|
-
skip?: undefined;
|
|
1011
|
-
showRead?: undefined;
|
|
1012
|
-
group?: undefined;
|
|
1013
|
-
feeling?: undefined;
|
|
1014
|
-
needs?: undefined;
|
|
1015
|
-
tensionId?: undefined;
|
|
1016
|
-
order?: undefined;
|
|
1017
|
-
_id?: undefined;
|
|
1018
|
-
partId?: undefined;
|
|
1019
|
-
childId?: undefined;
|
|
1020
|
-
status?: undefined;
|
|
1021
|
-
relation?: undefined;
|
|
1022
|
-
direction?: undefined;
|
|
1023
|
-
targetId?: undefined;
|
|
1024
|
-
};
|
|
1025
|
-
required: string[];
|
|
1026
|
-
};
|
|
1027
|
-
} | {
|
|
1028
|
-
annotations: {
|
|
1029
|
-
readOnlyHint: boolean;
|
|
1030
|
-
destructiveHint: boolean;
|
|
1031
|
-
};
|
|
1032
|
-
name: string;
|
|
1033
|
-
description: string;
|
|
1034
|
-
inputSchema: {
|
|
1035
|
-
type: "object";
|
|
1036
|
-
properties: {
|
|
1037
|
-
workspaceId: {
|
|
1038
|
-
type: string;
|
|
1039
|
-
description: string;
|
|
1040
|
-
};
|
|
1041
|
-
query: {
|
|
1042
|
-
type: string;
|
|
1043
|
-
description: string;
|
|
1044
|
-
};
|
|
1045
|
-
limit: {
|
|
1046
|
-
type: string;
|
|
1047
|
-
description: string;
|
|
1048
|
-
};
|
|
1049
|
-
page: {
|
|
1050
|
-
type: string;
|
|
1051
|
-
description: string;
|
|
1052
|
-
};
|
|
1053
|
-
topic?: undefined;
|
|
1054
|
-
nestId?: undefined;
|
|
1055
|
-
search?: undefined;
|
|
1056
|
-
stripDescription?: undefined;
|
|
1057
|
-
title?: undefined;
|
|
1058
|
-
purpose?: undefined;
|
|
1059
|
-
type?: undefined;
|
|
1060
|
-
governance?: undefined;
|
|
1061
|
-
plan?: undefined;
|
|
1062
|
-
apps?: undefined;
|
|
1063
|
-
layout?: undefined;
|
|
1064
|
-
_listTitle?: undefined;
|
|
1065
|
-
fieldsMetaData?: undefined;
|
|
1066
|
-
hints?: undefined;
|
|
1067
|
-
parentId?: undefined;
|
|
1068
|
-
description?: undefined;
|
|
1069
|
-
labels?: undefined;
|
|
1070
|
-
users?: undefined;
|
|
1071
|
-
accountabilities?: undefined;
|
|
1072
|
-
domains?: undefined;
|
|
1073
|
-
fields?: undefined;
|
|
1074
|
-
data?: undefined;
|
|
1075
|
-
due?: undefined;
|
|
1076
|
-
completed?: undefined;
|
|
1077
|
-
body?: undefined;
|
|
1078
|
-
commentId?: undefined;
|
|
1079
|
-
circleId?: undefined;
|
|
1080
|
-
includeSubCircles?: undefined;
|
|
1081
|
-
userId?: undefined;
|
|
1082
|
-
endDate?: undefined;
|
|
1083
|
-
metricId?: undefined;
|
|
1084
|
-
depth?: undefined;
|
|
1085
|
-
username?: undefined;
|
|
1086
|
-
fullName?: undefined;
|
|
1087
|
-
language?: undefined;
|
|
1088
|
-
labelId?: undefined;
|
|
1089
|
-
from?: undefined;
|
|
1090
|
-
to?: undefined;
|
|
1091
|
-
completedAfter?: undefined;
|
|
1092
|
-
nestIds?: undefined;
|
|
1093
|
-
position?: undefined;
|
|
1094
|
-
relatedNestId?: undefined;
|
|
1095
|
-
color?: undefined;
|
|
1096
|
-
icon?: undefined;
|
|
1097
|
-
fullWorkspaces?: undefined;
|
|
1098
|
-
context?: undefined;
|
|
1099
|
-
skip?: undefined;
|
|
1100
|
-
showRead?: undefined;
|
|
1101
|
-
group?: undefined;
|
|
1102
|
-
feeling?: undefined;
|
|
1103
|
-
needs?: undefined;
|
|
1104
|
-
tensionId?: undefined;
|
|
1105
|
-
order?: undefined;
|
|
1106
|
-
_id?: undefined;
|
|
1107
|
-
partId?: undefined;
|
|
1108
|
-
childId?: undefined;
|
|
1109
|
-
status?: undefined;
|
|
1110
|
-
relation?: undefined;
|
|
1111
|
-
direction?: undefined;
|
|
1112
|
-
targetId?: undefined;
|
|
1113
|
-
};
|
|
1114
|
-
required: string[];
|
|
1115
|
-
};
|
|
1116
|
-
} | {
|
|
1117
|
-
annotations: {
|
|
1118
|
-
readOnlyHint: boolean;
|
|
1119
|
-
destructiveHint: boolean;
|
|
1120
|
-
};
|
|
1121
|
-
name: string;
|
|
1122
|
-
description: string;
|
|
1123
|
-
inputSchema: {
|
|
1124
|
-
type: "object";
|
|
1125
|
-
properties: {
|
|
1126
|
-
nestId: {
|
|
1127
|
-
type: string;
|
|
1128
|
-
description: string;
|
|
1129
|
-
};
|
|
1130
|
-
topic?: undefined;
|
|
1131
|
-
workspaceId?: undefined;
|
|
1132
|
-
query?: undefined;
|
|
1133
962
|
limit?: undefined;
|
|
1134
963
|
page?: undefined;
|
|
1135
|
-
search?: undefined;
|
|
1136
964
|
stripDescription?: undefined;
|
|
965
|
+
workspaceId?: undefined;
|
|
1137
966
|
title?: undefined;
|
|
1138
967
|
purpose?: undefined;
|
|
1139
968
|
type?: undefined;
|
|
@@ -1141,7 +970,9 @@ export declare const toolDefinitions: ({
|
|
|
1141
970
|
plan?: undefined;
|
|
1142
971
|
apps?: undefined;
|
|
1143
972
|
layout?: undefined;
|
|
973
|
+
query?: undefined;
|
|
1144
974
|
_listTitle?: undefined;
|
|
975
|
+
nestId?: undefined;
|
|
1145
976
|
fieldsMetaData?: undefined;
|
|
1146
977
|
hints?: undefined;
|
|
1147
978
|
parentId?: undefined;
|
|
@@ -1221,8 +1052,6 @@ export declare const toolDefinitions: ({
|
|
|
1221
1052
|
};
|
|
1222
1053
|
topic?: undefined;
|
|
1223
1054
|
workspaceId?: undefined;
|
|
1224
|
-
query?: undefined;
|
|
1225
|
-
nestId?: undefined;
|
|
1226
1055
|
title?: undefined;
|
|
1227
1056
|
purpose?: undefined;
|
|
1228
1057
|
type?: undefined;
|
|
@@ -1230,7 +1059,9 @@ export declare const toolDefinitions: ({
|
|
|
1230
1059
|
plan?: undefined;
|
|
1231
1060
|
apps?: undefined;
|
|
1232
1061
|
layout?: undefined;
|
|
1062
|
+
query?: undefined;
|
|
1233
1063
|
_listTitle?: undefined;
|
|
1064
|
+
nestId?: undefined;
|
|
1234
1065
|
fieldsMetaData?: undefined;
|
|
1235
1066
|
hints?: undefined;
|
|
1236
1067
|
parentId?: undefined;
|
|
@@ -1301,11 +1132,9 @@ export declare const toolDefinitions: ({
|
|
|
1301
1132
|
description: string;
|
|
1302
1133
|
};
|
|
1303
1134
|
topic?: undefined;
|
|
1304
|
-
|
|
1135
|
+
search?: undefined;
|
|
1305
1136
|
limit?: undefined;
|
|
1306
1137
|
page?: undefined;
|
|
1307
|
-
nestId?: undefined;
|
|
1308
|
-
search?: undefined;
|
|
1309
1138
|
title?: undefined;
|
|
1310
1139
|
purpose?: undefined;
|
|
1311
1140
|
type?: undefined;
|
|
@@ -1313,7 +1142,9 @@ export declare const toolDefinitions: ({
|
|
|
1313
1142
|
plan?: undefined;
|
|
1314
1143
|
apps?: undefined;
|
|
1315
1144
|
layout?: undefined;
|
|
1145
|
+
query?: undefined;
|
|
1316
1146
|
_listTitle?: undefined;
|
|
1147
|
+
nestId?: undefined;
|
|
1317
1148
|
fieldsMetaData?: undefined;
|
|
1318
1149
|
hints?: undefined;
|
|
1319
1150
|
parentId?: undefined;
|
|
@@ -1412,14 +1243,14 @@ export declare const toolDefinitions: ({
|
|
|
1412
1243
|
description: string;
|
|
1413
1244
|
};
|
|
1414
1245
|
topic?: undefined;
|
|
1415
|
-
|
|
1416
|
-
query?: undefined;
|
|
1246
|
+
search?: undefined;
|
|
1417
1247
|
limit?: undefined;
|
|
1418
1248
|
page?: undefined;
|
|
1419
|
-
nestId?: undefined;
|
|
1420
|
-
search?: undefined;
|
|
1421
1249
|
stripDescription?: undefined;
|
|
1250
|
+
workspaceId?: undefined;
|
|
1251
|
+
query?: undefined;
|
|
1422
1252
|
_listTitle?: undefined;
|
|
1253
|
+
nestId?: undefined;
|
|
1423
1254
|
fieldsMetaData?: undefined;
|
|
1424
1255
|
hints?: undefined;
|
|
1425
1256
|
parentId?: undefined;
|
|
@@ -1506,7 +1337,6 @@ export declare const toolDefinitions: ({
|
|
|
1506
1337
|
description: string;
|
|
1507
1338
|
};
|
|
1508
1339
|
topic?: undefined;
|
|
1509
|
-
nestId?: undefined;
|
|
1510
1340
|
search?: undefined;
|
|
1511
1341
|
title?: undefined;
|
|
1512
1342
|
purpose?: undefined;
|
|
@@ -1515,6 +1345,7 @@ export declare const toolDefinitions: ({
|
|
|
1515
1345
|
plan?: undefined;
|
|
1516
1346
|
apps?: undefined;
|
|
1517
1347
|
layout?: undefined;
|
|
1348
|
+
nestId?: undefined;
|
|
1518
1349
|
fieldsMetaData?: undefined;
|
|
1519
1350
|
hints?: undefined;
|
|
1520
1351
|
parentId?: undefined;
|
|
@@ -1593,11 +1424,10 @@ export declare const toolDefinitions: ({
|
|
|
1593
1424
|
description: string;
|
|
1594
1425
|
};
|
|
1595
1426
|
topic?: undefined;
|
|
1596
|
-
|
|
1597
|
-
query?: undefined;
|
|
1427
|
+
search?: undefined;
|
|
1598
1428
|
limit?: undefined;
|
|
1599
1429
|
page?: undefined;
|
|
1600
|
-
|
|
1430
|
+
workspaceId?: undefined;
|
|
1601
1431
|
title?: undefined;
|
|
1602
1432
|
purpose?: undefined;
|
|
1603
1433
|
type?: undefined;
|
|
@@ -1605,6 +1435,7 @@ export declare const toolDefinitions: ({
|
|
|
1605
1435
|
plan?: undefined;
|
|
1606
1436
|
apps?: undefined;
|
|
1607
1437
|
layout?: undefined;
|
|
1438
|
+
query?: undefined;
|
|
1608
1439
|
_listTitle?: undefined;
|
|
1609
1440
|
parentId?: undefined;
|
|
1610
1441
|
description?: undefined;
|
|
@@ -1690,9 +1521,8 @@ export declare const toolDefinitions: ({
|
|
|
1690
1521
|
description: string;
|
|
1691
1522
|
};
|
|
1692
1523
|
topic?: undefined;
|
|
1693
|
-
workspaceId?: undefined;
|
|
1694
|
-
query?: undefined;
|
|
1695
1524
|
search?: undefined;
|
|
1525
|
+
workspaceId?: undefined;
|
|
1696
1526
|
title?: undefined;
|
|
1697
1527
|
purpose?: undefined;
|
|
1698
1528
|
type?: undefined;
|
|
@@ -1700,6 +1530,7 @@ export declare const toolDefinitions: ({
|
|
|
1700
1530
|
plan?: undefined;
|
|
1701
1531
|
apps?: undefined;
|
|
1702
1532
|
layout?: undefined;
|
|
1533
|
+
query?: undefined;
|
|
1703
1534
|
fieldsMetaData?: undefined;
|
|
1704
1535
|
parentId?: undefined;
|
|
1705
1536
|
description?: undefined;
|
|
@@ -1809,18 +1640,18 @@ export declare const toolDefinitions: ({
|
|
|
1809
1640
|
description: string;
|
|
1810
1641
|
};
|
|
1811
1642
|
topic?: undefined;
|
|
1812
|
-
|
|
1643
|
+
search?: undefined;
|
|
1813
1644
|
limit?: undefined;
|
|
1814
1645
|
page?: undefined;
|
|
1815
|
-
nestId?: undefined;
|
|
1816
|
-
search?: undefined;
|
|
1817
1646
|
stripDescription?: undefined;
|
|
1818
1647
|
type?: undefined;
|
|
1819
1648
|
governance?: undefined;
|
|
1820
1649
|
plan?: undefined;
|
|
1821
1650
|
apps?: undefined;
|
|
1822
1651
|
layout?: undefined;
|
|
1652
|
+
query?: undefined;
|
|
1823
1653
|
_listTitle?: undefined;
|
|
1654
|
+
nestId?: undefined;
|
|
1824
1655
|
fieldsMetaData?: undefined;
|
|
1825
1656
|
hints?: undefined;
|
|
1826
1657
|
fields?: undefined;
|
|
@@ -1945,19 +1776,99 @@ export declare const toolDefinitions: ({
|
|
|
1945
1776
|
description: string;
|
|
1946
1777
|
};
|
|
1947
1778
|
topic?: undefined;
|
|
1948
|
-
|
|
1779
|
+
search?: undefined;
|
|
1949
1780
|
limit?: undefined;
|
|
1950
1781
|
page?: undefined;
|
|
1782
|
+
stripDescription?: undefined;
|
|
1783
|
+
type?: undefined;
|
|
1784
|
+
governance?: undefined;
|
|
1785
|
+
plan?: undefined;
|
|
1786
|
+
apps?: undefined;
|
|
1787
|
+
layout?: undefined;
|
|
1788
|
+
query?: undefined;
|
|
1789
|
+
_listTitle?: undefined;
|
|
1790
|
+
fieldsMetaData?: undefined;
|
|
1791
|
+
hints?: undefined;
|
|
1792
|
+
body?: undefined;
|
|
1793
|
+
commentId?: undefined;
|
|
1794
|
+
circleId?: undefined;
|
|
1795
|
+
includeSubCircles?: undefined;
|
|
1796
|
+
userId?: undefined;
|
|
1797
|
+
endDate?: undefined;
|
|
1798
|
+
metricId?: undefined;
|
|
1799
|
+
depth?: undefined;
|
|
1800
|
+
username?: undefined;
|
|
1801
|
+
fullName?: undefined;
|
|
1802
|
+
language?: undefined;
|
|
1803
|
+
labelId?: undefined;
|
|
1804
|
+
from?: undefined;
|
|
1805
|
+
to?: undefined;
|
|
1806
|
+
completedAfter?: undefined;
|
|
1807
|
+
nestIds?: undefined;
|
|
1808
|
+
position?: undefined;
|
|
1809
|
+
relatedNestId?: undefined;
|
|
1810
|
+
color?: undefined;
|
|
1811
|
+
icon?: undefined;
|
|
1812
|
+
fullWorkspaces?: undefined;
|
|
1813
|
+
context?: undefined;
|
|
1814
|
+
skip?: undefined;
|
|
1815
|
+
showRead?: undefined;
|
|
1816
|
+
group?: undefined;
|
|
1817
|
+
feeling?: undefined;
|
|
1818
|
+
needs?: undefined;
|
|
1819
|
+
tensionId?: undefined;
|
|
1820
|
+
order?: undefined;
|
|
1821
|
+
_id?: undefined;
|
|
1822
|
+
partId?: undefined;
|
|
1823
|
+
childId?: undefined;
|
|
1824
|
+
status?: undefined;
|
|
1825
|
+
relation?: undefined;
|
|
1826
|
+
direction?: undefined;
|
|
1827
|
+
targetId?: undefined;
|
|
1828
|
+
};
|
|
1829
|
+
required: string[];
|
|
1830
|
+
};
|
|
1831
|
+
} | {
|
|
1832
|
+
annotations: {
|
|
1833
|
+
readOnlyHint: boolean;
|
|
1834
|
+
destructiveHint: boolean;
|
|
1835
|
+
};
|
|
1836
|
+
name: string;
|
|
1837
|
+
description: string;
|
|
1838
|
+
inputSchema: {
|
|
1839
|
+
type: "object";
|
|
1840
|
+
properties: {
|
|
1841
|
+
nestId: {
|
|
1842
|
+
type: string;
|
|
1843
|
+
description: string;
|
|
1844
|
+
};
|
|
1845
|
+
topic?: undefined;
|
|
1951
1846
|
search?: undefined;
|
|
1847
|
+
limit?: undefined;
|
|
1848
|
+
page?: undefined;
|
|
1952
1849
|
stripDescription?: undefined;
|
|
1850
|
+
workspaceId?: undefined;
|
|
1851
|
+
title?: undefined;
|
|
1852
|
+
purpose?: undefined;
|
|
1953
1853
|
type?: undefined;
|
|
1954
1854
|
governance?: undefined;
|
|
1955
1855
|
plan?: undefined;
|
|
1956
1856
|
apps?: undefined;
|
|
1957
1857
|
layout?: undefined;
|
|
1858
|
+
query?: undefined;
|
|
1958
1859
|
_listTitle?: undefined;
|
|
1959
1860
|
fieldsMetaData?: undefined;
|
|
1960
1861
|
hints?: undefined;
|
|
1862
|
+
parentId?: undefined;
|
|
1863
|
+
description?: undefined;
|
|
1864
|
+
labels?: undefined;
|
|
1865
|
+
users?: undefined;
|
|
1866
|
+
accountabilities?: undefined;
|
|
1867
|
+
domains?: undefined;
|
|
1868
|
+
fields?: undefined;
|
|
1869
|
+
data?: undefined;
|
|
1870
|
+
due?: undefined;
|
|
1871
|
+
completed?: undefined;
|
|
1961
1872
|
body?: undefined;
|
|
1962
1873
|
commentId?: undefined;
|
|
1963
1874
|
circleId?: undefined;
|
|
@@ -2016,12 +1927,11 @@ export declare const toolDefinitions: ({
|
|
|
2016
1927
|
description: string;
|
|
2017
1928
|
};
|
|
2018
1929
|
topic?: undefined;
|
|
2019
|
-
|
|
2020
|
-
query?: undefined;
|
|
1930
|
+
search?: undefined;
|
|
2021
1931
|
limit?: undefined;
|
|
2022
1932
|
page?: undefined;
|
|
2023
|
-
search?: undefined;
|
|
2024
1933
|
stripDescription?: undefined;
|
|
1934
|
+
workspaceId?: undefined;
|
|
2025
1935
|
title?: undefined;
|
|
2026
1936
|
purpose?: undefined;
|
|
2027
1937
|
type?: undefined;
|
|
@@ -2029,6 +1939,7 @@ export declare const toolDefinitions: ({
|
|
|
2029
1939
|
plan?: undefined;
|
|
2030
1940
|
apps?: undefined;
|
|
2031
1941
|
layout?: undefined;
|
|
1942
|
+
query?: undefined;
|
|
2032
1943
|
_listTitle?: undefined;
|
|
2033
1944
|
fieldsMetaData?: undefined;
|
|
2034
1945
|
hints?: undefined;
|
|
@@ -2099,13 +2010,11 @@ export declare const toolDefinitions: ({
|
|
|
2099
2010
|
description: string;
|
|
2100
2011
|
};
|
|
2101
2012
|
topic?: undefined;
|
|
2102
|
-
|
|
2103
|
-
query?: undefined;
|
|
2013
|
+
search?: undefined;
|
|
2104
2014
|
limit?: undefined;
|
|
2105
2015
|
page?: undefined;
|
|
2106
|
-
nestId?: undefined;
|
|
2107
|
-
search?: undefined;
|
|
2108
2016
|
stripDescription?: undefined;
|
|
2017
|
+
workspaceId?: undefined;
|
|
2109
2018
|
title?: undefined;
|
|
2110
2019
|
purpose?: undefined;
|
|
2111
2020
|
type?: undefined;
|
|
@@ -2113,7 +2022,9 @@ export declare const toolDefinitions: ({
|
|
|
2113
2022
|
plan?: undefined;
|
|
2114
2023
|
apps?: undefined;
|
|
2115
2024
|
layout?: undefined;
|
|
2025
|
+
query?: undefined;
|
|
2116
2026
|
_listTitle?: undefined;
|
|
2027
|
+
nestId?: undefined;
|
|
2117
2028
|
fieldsMetaData?: undefined;
|
|
2118
2029
|
hints?: undefined;
|
|
2119
2030
|
parentId?: undefined;
|
|
@@ -2178,13 +2089,11 @@ export declare const toolDefinitions: ({
|
|
|
2178
2089
|
description: string;
|
|
2179
2090
|
};
|
|
2180
2091
|
topic?: undefined;
|
|
2181
|
-
|
|
2182
|
-
query?: undefined;
|
|
2092
|
+
search?: undefined;
|
|
2183
2093
|
limit?: undefined;
|
|
2184
2094
|
page?: undefined;
|
|
2185
|
-
nestId?: undefined;
|
|
2186
|
-
search?: undefined;
|
|
2187
2095
|
stripDescription?: undefined;
|
|
2096
|
+
workspaceId?: undefined;
|
|
2188
2097
|
title?: undefined;
|
|
2189
2098
|
purpose?: undefined;
|
|
2190
2099
|
type?: undefined;
|
|
@@ -2192,7 +2101,9 @@ export declare const toolDefinitions: ({
|
|
|
2192
2101
|
plan?: undefined;
|
|
2193
2102
|
apps?: undefined;
|
|
2194
2103
|
layout?: undefined;
|
|
2104
|
+
query?: undefined;
|
|
2195
2105
|
_listTitle?: undefined;
|
|
2106
|
+
nestId?: undefined;
|
|
2196
2107
|
fieldsMetaData?: undefined;
|
|
2197
2108
|
hints?: undefined;
|
|
2198
2109
|
parentId?: undefined;
|
|
@@ -2270,8 +2181,6 @@ export declare const toolDefinitions: ({
|
|
|
2270
2181
|
description: string;
|
|
2271
2182
|
};
|
|
2272
2183
|
topic?: undefined;
|
|
2273
|
-
query?: undefined;
|
|
2274
|
-
nestId?: undefined;
|
|
2275
2184
|
search?: undefined;
|
|
2276
2185
|
title?: undefined;
|
|
2277
2186
|
purpose?: undefined;
|
|
@@ -2280,7 +2189,9 @@ export declare const toolDefinitions: ({
|
|
|
2280
2189
|
plan?: undefined;
|
|
2281
2190
|
apps?: undefined;
|
|
2282
2191
|
layout?: undefined;
|
|
2192
|
+
query?: undefined;
|
|
2283
2193
|
_listTitle?: undefined;
|
|
2194
|
+
nestId?: undefined;
|
|
2284
2195
|
fieldsMetaData?: undefined;
|
|
2285
2196
|
hints?: undefined;
|
|
2286
2197
|
parentId?: undefined;
|
|
@@ -2363,8 +2274,6 @@ export declare const toolDefinitions: ({
|
|
|
2363
2274
|
description: string;
|
|
2364
2275
|
};
|
|
2365
2276
|
topic?: undefined;
|
|
2366
|
-
query?: undefined;
|
|
2367
|
-
nestId?: undefined;
|
|
2368
2277
|
search?: undefined;
|
|
2369
2278
|
title?: undefined;
|
|
2370
2279
|
purpose?: undefined;
|
|
@@ -2373,7 +2282,9 @@ export declare const toolDefinitions: ({
|
|
|
2373
2282
|
plan?: undefined;
|
|
2374
2283
|
apps?: undefined;
|
|
2375
2284
|
layout?: undefined;
|
|
2285
|
+
query?: undefined;
|
|
2376
2286
|
_listTitle?: undefined;
|
|
2287
|
+
nestId?: undefined;
|
|
2377
2288
|
fieldsMetaData?: undefined;
|
|
2378
2289
|
hints?: undefined;
|
|
2379
2290
|
parentId?: undefined;
|
|
@@ -2455,10 +2366,9 @@ export declare const toolDefinitions: ({
|
|
|
2455
2366
|
description: string;
|
|
2456
2367
|
};
|
|
2457
2368
|
topic?: undefined;
|
|
2458
|
-
|
|
2369
|
+
search?: undefined;
|
|
2459
2370
|
limit?: undefined;
|
|
2460
2371
|
page?: undefined;
|
|
2461
|
-
search?: undefined;
|
|
2462
2372
|
stripDescription?: undefined;
|
|
2463
2373
|
title?: undefined;
|
|
2464
2374
|
purpose?: undefined;
|
|
@@ -2467,6 +2377,7 @@ export declare const toolDefinitions: ({
|
|
|
2467
2377
|
plan?: undefined;
|
|
2468
2378
|
apps?: undefined;
|
|
2469
2379
|
layout?: undefined;
|
|
2380
|
+
query?: undefined;
|
|
2470
2381
|
_listTitle?: undefined;
|
|
2471
2382
|
fieldsMetaData?: undefined;
|
|
2472
2383
|
hints?: undefined;
|
|
@@ -2535,11 +2446,9 @@ export declare const toolDefinitions: ({
|
|
|
2535
2446
|
description: string;
|
|
2536
2447
|
};
|
|
2537
2448
|
topic?: undefined;
|
|
2538
|
-
|
|
2449
|
+
search?: undefined;
|
|
2539
2450
|
limit?: undefined;
|
|
2540
2451
|
page?: undefined;
|
|
2541
|
-
nestId?: undefined;
|
|
2542
|
-
search?: undefined;
|
|
2543
2452
|
stripDescription?: undefined;
|
|
2544
2453
|
title?: undefined;
|
|
2545
2454
|
purpose?: undefined;
|
|
@@ -2548,7 +2457,9 @@ export declare const toolDefinitions: ({
|
|
|
2548
2457
|
plan?: undefined;
|
|
2549
2458
|
apps?: undefined;
|
|
2550
2459
|
layout?: undefined;
|
|
2460
|
+
query?: undefined;
|
|
2551
2461
|
_listTitle?: undefined;
|
|
2462
|
+
nestId?: undefined;
|
|
2552
2463
|
fieldsMetaData?: undefined;
|
|
2553
2464
|
hints?: undefined;
|
|
2554
2465
|
parentId?: undefined;
|
|
@@ -2626,8 +2537,6 @@ export declare const toolDefinitions: ({
|
|
|
2626
2537
|
description: string;
|
|
2627
2538
|
};
|
|
2628
2539
|
topic?: undefined;
|
|
2629
|
-
query?: undefined;
|
|
2630
|
-
nestId?: undefined;
|
|
2631
2540
|
stripDescription?: undefined;
|
|
2632
2541
|
title?: undefined;
|
|
2633
2542
|
purpose?: undefined;
|
|
@@ -2636,7 +2545,9 @@ export declare const toolDefinitions: ({
|
|
|
2636
2545
|
plan?: undefined;
|
|
2637
2546
|
apps?: undefined;
|
|
2638
2547
|
layout?: undefined;
|
|
2548
|
+
query?: undefined;
|
|
2639
2549
|
_listTitle?: undefined;
|
|
2550
|
+
nestId?: undefined;
|
|
2640
2551
|
fieldsMetaData?: undefined;
|
|
2641
2552
|
hints?: undefined;
|
|
2642
2553
|
parentId?: undefined;
|
|
@@ -2719,8 +2630,6 @@ export declare const toolDefinitions: ({
|
|
|
2719
2630
|
description: string;
|
|
2720
2631
|
};
|
|
2721
2632
|
topic?: undefined;
|
|
2722
|
-
query?: undefined;
|
|
2723
|
-
nestId?: undefined;
|
|
2724
2633
|
search?: undefined;
|
|
2725
2634
|
title?: undefined;
|
|
2726
2635
|
purpose?: undefined;
|
|
@@ -2729,6 +2638,8 @@ export declare const toolDefinitions: ({
|
|
|
2729
2638
|
plan?: undefined;
|
|
2730
2639
|
apps?: undefined;
|
|
2731
2640
|
layout?: undefined;
|
|
2641
|
+
query?: undefined;
|
|
2642
|
+
nestId?: undefined;
|
|
2732
2643
|
fieldsMetaData?: undefined;
|
|
2733
2644
|
hints?: undefined;
|
|
2734
2645
|
parentId?: undefined;
|
|
@@ -2804,12 +2715,11 @@ export declare const toolDefinitions: ({
|
|
|
2804
2715
|
description: string;
|
|
2805
2716
|
};
|
|
2806
2717
|
topic?: undefined;
|
|
2807
|
-
|
|
2808
|
-
query?: undefined;
|
|
2718
|
+
search?: undefined;
|
|
2809
2719
|
limit?: undefined;
|
|
2810
2720
|
page?: undefined;
|
|
2811
|
-
search?: undefined;
|
|
2812
2721
|
stripDescription?: undefined;
|
|
2722
|
+
workspaceId?: undefined;
|
|
2813
2723
|
title?: undefined;
|
|
2814
2724
|
purpose?: undefined;
|
|
2815
2725
|
type?: undefined;
|
|
@@ -2817,6 +2727,7 @@ export declare const toolDefinitions: ({
|
|
|
2817
2727
|
plan?: undefined;
|
|
2818
2728
|
apps?: undefined;
|
|
2819
2729
|
layout?: undefined;
|
|
2730
|
+
query?: undefined;
|
|
2820
2731
|
_listTitle?: undefined;
|
|
2821
2732
|
fieldsMetaData?: undefined;
|
|
2822
2733
|
hints?: undefined;
|
|
@@ -2891,11 +2802,9 @@ export declare const toolDefinitions: ({
|
|
|
2891
2802
|
description: string;
|
|
2892
2803
|
};
|
|
2893
2804
|
topic?: undefined;
|
|
2894
|
-
|
|
2805
|
+
search?: undefined;
|
|
2895
2806
|
limit?: undefined;
|
|
2896
2807
|
page?: undefined;
|
|
2897
|
-
nestId?: undefined;
|
|
2898
|
-
search?: undefined;
|
|
2899
2808
|
title?: undefined;
|
|
2900
2809
|
purpose?: undefined;
|
|
2901
2810
|
type?: undefined;
|
|
@@ -2903,7 +2812,9 @@ export declare const toolDefinitions: ({
|
|
|
2903
2812
|
plan?: undefined;
|
|
2904
2813
|
apps?: undefined;
|
|
2905
2814
|
layout?: undefined;
|
|
2815
|
+
query?: undefined;
|
|
2906
2816
|
_listTitle?: undefined;
|
|
2817
|
+
nestId?: undefined;
|
|
2907
2818
|
fieldsMetaData?: undefined;
|
|
2908
2819
|
hints?: undefined;
|
|
2909
2820
|
parentId?: undefined;
|
|
@@ -2973,11 +2884,9 @@ export declare const toolDefinitions: ({
|
|
|
2973
2884
|
description: string;
|
|
2974
2885
|
};
|
|
2975
2886
|
topic?: undefined;
|
|
2976
|
-
|
|
2887
|
+
search?: undefined;
|
|
2977
2888
|
limit?: undefined;
|
|
2978
2889
|
page?: undefined;
|
|
2979
|
-
nestId?: undefined;
|
|
2980
|
-
search?: undefined;
|
|
2981
2890
|
stripDescription?: undefined;
|
|
2982
2891
|
title?: undefined;
|
|
2983
2892
|
purpose?: undefined;
|
|
@@ -2986,7 +2895,9 @@ export declare const toolDefinitions: ({
|
|
|
2986
2895
|
plan?: undefined;
|
|
2987
2896
|
apps?: undefined;
|
|
2988
2897
|
layout?: undefined;
|
|
2898
|
+
query?: undefined;
|
|
2989
2899
|
_listTitle?: undefined;
|
|
2900
|
+
nestId?: undefined;
|
|
2990
2901
|
fieldsMetaData?: undefined;
|
|
2991
2902
|
hints?: undefined;
|
|
2992
2903
|
parentId?: undefined;
|
|
@@ -3064,11 +2975,9 @@ export declare const toolDefinitions: ({
|
|
|
3064
2975
|
description: string;
|
|
3065
2976
|
};
|
|
3066
2977
|
topic?: undefined;
|
|
3067
|
-
|
|
2978
|
+
search?: undefined;
|
|
3068
2979
|
limit?: undefined;
|
|
3069
2980
|
page?: undefined;
|
|
3070
|
-
nestId?: undefined;
|
|
3071
|
-
search?: undefined;
|
|
3072
2981
|
stripDescription?: undefined;
|
|
3073
2982
|
title?: undefined;
|
|
3074
2983
|
purpose?: undefined;
|
|
@@ -3077,7 +2986,9 @@ export declare const toolDefinitions: ({
|
|
|
3077
2986
|
plan?: undefined;
|
|
3078
2987
|
apps?: undefined;
|
|
3079
2988
|
layout?: undefined;
|
|
2989
|
+
query?: undefined;
|
|
3080
2990
|
_listTitle?: undefined;
|
|
2991
|
+
nestId?: undefined;
|
|
3081
2992
|
fieldsMetaData?: undefined;
|
|
3082
2993
|
hints?: undefined;
|
|
3083
2994
|
parentId?: undefined;
|
|
@@ -3145,11 +3056,9 @@ export declare const toolDefinitions: ({
|
|
|
3145
3056
|
description: string;
|
|
3146
3057
|
};
|
|
3147
3058
|
topic?: undefined;
|
|
3148
|
-
|
|
3059
|
+
search?: undefined;
|
|
3149
3060
|
limit?: undefined;
|
|
3150
3061
|
page?: undefined;
|
|
3151
|
-
nestId?: undefined;
|
|
3152
|
-
search?: undefined;
|
|
3153
3062
|
stripDescription?: undefined;
|
|
3154
3063
|
title?: undefined;
|
|
3155
3064
|
purpose?: undefined;
|
|
@@ -3158,7 +3067,9 @@ export declare const toolDefinitions: ({
|
|
|
3158
3067
|
plan?: undefined;
|
|
3159
3068
|
apps?: undefined;
|
|
3160
3069
|
layout?: undefined;
|
|
3070
|
+
query?: undefined;
|
|
3161
3071
|
_listTitle?: undefined;
|
|
3072
|
+
nestId?: undefined;
|
|
3162
3073
|
fieldsMetaData?: undefined;
|
|
3163
3074
|
hints?: undefined;
|
|
3164
3075
|
parentId?: undefined;
|
|
@@ -3240,10 +3151,8 @@ export declare const toolDefinitions: ({
|
|
|
3240
3151
|
description: string;
|
|
3241
3152
|
};
|
|
3242
3153
|
topic?: undefined;
|
|
3243
|
-
query?: undefined;
|
|
3244
|
-
page?: undefined;
|
|
3245
|
-
nestId?: undefined;
|
|
3246
3154
|
search?: undefined;
|
|
3155
|
+
page?: undefined;
|
|
3247
3156
|
stripDescription?: undefined;
|
|
3248
3157
|
title?: undefined;
|
|
3249
3158
|
purpose?: undefined;
|
|
@@ -3252,7 +3161,9 @@ export declare const toolDefinitions: ({
|
|
|
3252
3161
|
plan?: undefined;
|
|
3253
3162
|
apps?: undefined;
|
|
3254
3163
|
layout?: undefined;
|
|
3164
|
+
query?: undefined;
|
|
3255
3165
|
_listTitle?: undefined;
|
|
3166
|
+
nestId?: undefined;
|
|
3256
3167
|
fieldsMetaData?: undefined;
|
|
3257
3168
|
hints?: undefined;
|
|
3258
3169
|
parentId?: undefined;
|
|
@@ -3316,11 +3227,9 @@ export declare const toolDefinitions: ({
|
|
|
3316
3227
|
description: string;
|
|
3317
3228
|
};
|
|
3318
3229
|
topic?: undefined;
|
|
3319
|
-
|
|
3230
|
+
search?: undefined;
|
|
3320
3231
|
limit?: undefined;
|
|
3321
3232
|
page?: undefined;
|
|
3322
|
-
nestId?: undefined;
|
|
3323
|
-
search?: undefined;
|
|
3324
3233
|
stripDescription?: undefined;
|
|
3325
3234
|
title?: undefined;
|
|
3326
3235
|
purpose?: undefined;
|
|
@@ -3329,7 +3238,9 @@ export declare const toolDefinitions: ({
|
|
|
3329
3238
|
plan?: undefined;
|
|
3330
3239
|
apps?: undefined;
|
|
3331
3240
|
layout?: undefined;
|
|
3241
|
+
query?: undefined;
|
|
3332
3242
|
_listTitle?: undefined;
|
|
3243
|
+
nestId?: undefined;
|
|
3333
3244
|
fieldsMetaData?: undefined;
|
|
3334
3245
|
hints?: undefined;
|
|
3335
3246
|
parentId?: undefined;
|
|
@@ -3400,12 +3311,10 @@ export declare const toolDefinitions: ({
|
|
|
3400
3311
|
description: string;
|
|
3401
3312
|
};
|
|
3402
3313
|
topic?: undefined;
|
|
3403
|
-
|
|
3404
|
-
query?: undefined;
|
|
3314
|
+
search?: undefined;
|
|
3405
3315
|
limit?: undefined;
|
|
3406
3316
|
page?: undefined;
|
|
3407
|
-
|
|
3408
|
-
search?: undefined;
|
|
3317
|
+
workspaceId?: undefined;
|
|
3409
3318
|
title?: undefined;
|
|
3410
3319
|
purpose?: undefined;
|
|
3411
3320
|
type?: undefined;
|
|
@@ -3413,7 +3322,9 @@ export declare const toolDefinitions: ({
|
|
|
3413
3322
|
plan?: undefined;
|
|
3414
3323
|
apps?: undefined;
|
|
3415
3324
|
layout?: undefined;
|
|
3325
|
+
query?: undefined;
|
|
3416
3326
|
_listTitle?: undefined;
|
|
3327
|
+
nestId?: undefined;
|
|
3417
3328
|
fieldsMetaData?: undefined;
|
|
3418
3329
|
hints?: undefined;
|
|
3419
3330
|
parentId?: undefined;
|
|
@@ -3488,20 +3399,20 @@ export declare const toolDefinitions: ({
|
|
|
3488
3399
|
description: string;
|
|
3489
3400
|
};
|
|
3490
3401
|
topic?: undefined;
|
|
3491
|
-
|
|
3492
|
-
query?: undefined;
|
|
3402
|
+
search?: undefined;
|
|
3493
3403
|
limit?: undefined;
|
|
3494
3404
|
page?: undefined;
|
|
3495
|
-
nestId?: undefined;
|
|
3496
|
-
search?: undefined;
|
|
3497
3405
|
stripDescription?: undefined;
|
|
3406
|
+
workspaceId?: undefined;
|
|
3498
3407
|
purpose?: undefined;
|
|
3499
3408
|
type?: undefined;
|
|
3500
3409
|
governance?: undefined;
|
|
3501
3410
|
plan?: undefined;
|
|
3502
3411
|
apps?: undefined;
|
|
3503
3412
|
layout?: undefined;
|
|
3413
|
+
query?: undefined;
|
|
3504
3414
|
_listTitle?: undefined;
|
|
3415
|
+
nestId?: undefined;
|
|
3505
3416
|
fieldsMetaData?: undefined;
|
|
3506
3417
|
hints?: undefined;
|
|
3507
3418
|
parentId?: undefined;
|
|
@@ -3571,11 +3482,10 @@ export declare const toolDefinitions: ({
|
|
|
3571
3482
|
description: string;
|
|
3572
3483
|
};
|
|
3573
3484
|
topic?: undefined;
|
|
3574
|
-
|
|
3575
|
-
query?: undefined;
|
|
3485
|
+
search?: undefined;
|
|
3576
3486
|
limit?: undefined;
|
|
3577
3487
|
page?: undefined;
|
|
3578
|
-
|
|
3488
|
+
workspaceId?: undefined;
|
|
3579
3489
|
title?: undefined;
|
|
3580
3490
|
purpose?: undefined;
|
|
3581
3491
|
type?: undefined;
|
|
@@ -3583,6 +3493,7 @@ export declare const toolDefinitions: ({
|
|
|
3583
3493
|
plan?: undefined;
|
|
3584
3494
|
apps?: undefined;
|
|
3585
3495
|
layout?: undefined;
|
|
3496
|
+
query?: undefined;
|
|
3586
3497
|
_listTitle?: undefined;
|
|
3587
3498
|
fieldsMetaData?: undefined;
|
|
3588
3499
|
hints?: undefined;
|
|
@@ -3666,18 +3577,18 @@ export declare const toolDefinitions: ({
|
|
|
3666
3577
|
description: string;
|
|
3667
3578
|
};
|
|
3668
3579
|
topic?: undefined;
|
|
3669
|
-
|
|
3670
|
-
query?: undefined;
|
|
3580
|
+
search?: undefined;
|
|
3671
3581
|
limit?: undefined;
|
|
3672
3582
|
page?: undefined;
|
|
3673
|
-
search?: undefined;
|
|
3674
3583
|
stripDescription?: undefined;
|
|
3584
|
+
workspaceId?: undefined;
|
|
3675
3585
|
purpose?: undefined;
|
|
3676
3586
|
type?: undefined;
|
|
3677
3587
|
governance?: undefined;
|
|
3678
3588
|
plan?: undefined;
|
|
3679
3589
|
apps?: undefined;
|
|
3680
3590
|
layout?: undefined;
|
|
3591
|
+
query?: undefined;
|
|
3681
3592
|
_listTitle?: undefined;
|
|
3682
3593
|
fieldsMetaData?: undefined;
|
|
3683
3594
|
hints?: undefined;
|
|
@@ -3745,13 +3656,11 @@ export declare const toolDefinitions: ({
|
|
|
3745
3656
|
description: string;
|
|
3746
3657
|
};
|
|
3747
3658
|
topic?: undefined;
|
|
3748
|
-
|
|
3749
|
-
query?: undefined;
|
|
3659
|
+
search?: undefined;
|
|
3750
3660
|
limit?: undefined;
|
|
3751
3661
|
page?: undefined;
|
|
3752
|
-
nestId?: undefined;
|
|
3753
|
-
search?: undefined;
|
|
3754
3662
|
stripDescription?: undefined;
|
|
3663
|
+
workspaceId?: undefined;
|
|
3755
3664
|
title?: undefined;
|
|
3756
3665
|
purpose?: undefined;
|
|
3757
3666
|
type?: undefined;
|
|
@@ -3759,7 +3668,9 @@ export declare const toolDefinitions: ({
|
|
|
3759
3668
|
plan?: undefined;
|
|
3760
3669
|
apps?: undefined;
|
|
3761
3670
|
layout?: undefined;
|
|
3671
|
+
query?: undefined;
|
|
3762
3672
|
_listTitle?: undefined;
|
|
3673
|
+
nestId?: undefined;
|
|
3763
3674
|
fieldsMetaData?: undefined;
|
|
3764
3675
|
hints?: undefined;
|
|
3765
3676
|
parentId?: undefined;
|
|
@@ -3834,12 +3745,11 @@ export declare const toolDefinitions: ({
|
|
|
3834
3745
|
description: string;
|
|
3835
3746
|
};
|
|
3836
3747
|
topic?: undefined;
|
|
3837
|
-
|
|
3838
|
-
query?: undefined;
|
|
3748
|
+
search?: undefined;
|
|
3839
3749
|
limit?: undefined;
|
|
3840
3750
|
page?: undefined;
|
|
3841
|
-
search?: undefined;
|
|
3842
3751
|
stripDescription?: undefined;
|
|
3752
|
+
workspaceId?: undefined;
|
|
3843
3753
|
title?: undefined;
|
|
3844
3754
|
purpose?: undefined;
|
|
3845
3755
|
type?: undefined;
|
|
@@ -3847,6 +3757,7 @@ export declare const toolDefinitions: ({
|
|
|
3847
3757
|
plan?: undefined;
|
|
3848
3758
|
apps?: undefined;
|
|
3849
3759
|
layout?: undefined;
|
|
3760
|
+
query?: undefined;
|
|
3850
3761
|
_listTitle?: undefined;
|
|
3851
3762
|
fieldsMetaData?: undefined;
|
|
3852
3763
|
hints?: undefined;
|
|
@@ -3908,13 +3819,11 @@ export declare const toolDefinitions: ({
|
|
|
3908
3819
|
type: "object";
|
|
3909
3820
|
properties: {
|
|
3910
3821
|
topic?: undefined;
|
|
3911
|
-
|
|
3912
|
-
query?: undefined;
|
|
3822
|
+
search?: undefined;
|
|
3913
3823
|
limit?: undefined;
|
|
3914
3824
|
page?: undefined;
|
|
3915
|
-
nestId?: undefined;
|
|
3916
|
-
search?: undefined;
|
|
3917
3825
|
stripDescription?: undefined;
|
|
3826
|
+
workspaceId?: undefined;
|
|
3918
3827
|
title?: undefined;
|
|
3919
3828
|
purpose?: undefined;
|
|
3920
3829
|
type?: undefined;
|
|
@@ -3922,7 +3831,9 @@ export declare const toolDefinitions: ({
|
|
|
3922
3831
|
plan?: undefined;
|
|
3923
3832
|
apps?: undefined;
|
|
3924
3833
|
layout?: undefined;
|
|
3834
|
+
query?: undefined;
|
|
3925
3835
|
_listTitle?: undefined;
|
|
3836
|
+
nestId?: undefined;
|
|
3926
3837
|
fieldsMetaData?: undefined;
|
|
3927
3838
|
hints?: undefined;
|
|
3928
3839
|
parentId?: undefined;
|
|
@@ -4001,20 +3912,20 @@ export declare const toolDefinitions: ({
|
|
|
4001
3912
|
description: string;
|
|
4002
3913
|
};
|
|
4003
3914
|
topic?: undefined;
|
|
4004
|
-
|
|
4005
|
-
query?: undefined;
|
|
3915
|
+
search?: undefined;
|
|
4006
3916
|
limit?: undefined;
|
|
4007
3917
|
page?: undefined;
|
|
4008
|
-
nestId?: undefined;
|
|
4009
|
-
search?: undefined;
|
|
4010
3918
|
stripDescription?: undefined;
|
|
3919
|
+
workspaceId?: undefined;
|
|
4011
3920
|
purpose?: undefined;
|
|
4012
3921
|
type?: undefined;
|
|
4013
3922
|
governance?: undefined;
|
|
4014
3923
|
plan?: undefined;
|
|
4015
3924
|
apps?: undefined;
|
|
4016
3925
|
layout?: undefined;
|
|
3926
|
+
query?: undefined;
|
|
4017
3927
|
_listTitle?: undefined;
|
|
3928
|
+
nestId?: undefined;
|
|
4018
3929
|
fieldsMetaData?: undefined;
|
|
4019
3930
|
hints?: undefined;
|
|
4020
3931
|
parentId?: undefined;
|
|
@@ -4085,11 +3996,9 @@ export declare const toolDefinitions: ({
|
|
|
4085
3996
|
description: string;
|
|
4086
3997
|
};
|
|
4087
3998
|
topic?: undefined;
|
|
4088
|
-
|
|
3999
|
+
search?: undefined;
|
|
4089
4000
|
limit?: undefined;
|
|
4090
4001
|
page?: undefined;
|
|
4091
|
-
nestId?: undefined;
|
|
4092
|
-
search?: undefined;
|
|
4093
4002
|
stripDescription?: undefined;
|
|
4094
4003
|
title?: undefined;
|
|
4095
4004
|
purpose?: undefined;
|
|
@@ -4098,7 +4007,9 @@ export declare const toolDefinitions: ({
|
|
|
4098
4007
|
plan?: undefined;
|
|
4099
4008
|
apps?: undefined;
|
|
4100
4009
|
layout?: undefined;
|
|
4010
|
+
query?: undefined;
|
|
4101
4011
|
_listTitle?: undefined;
|
|
4012
|
+
nestId?: undefined;
|
|
4102
4013
|
fieldsMetaData?: undefined;
|
|
4103
4014
|
hints?: undefined;
|
|
4104
4015
|
parentId?: undefined;
|
|
@@ -4164,12 +4075,10 @@ export declare const toolDefinitions: ({
|
|
|
4164
4075
|
description: string;
|
|
4165
4076
|
};
|
|
4166
4077
|
topic?: undefined;
|
|
4167
|
-
|
|
4168
|
-
query?: undefined;
|
|
4078
|
+
search?: undefined;
|
|
4169
4079
|
limit?: undefined;
|
|
4170
4080
|
page?: undefined;
|
|
4171
|
-
|
|
4172
|
-
search?: undefined;
|
|
4081
|
+
workspaceId?: undefined;
|
|
4173
4082
|
title?: undefined;
|
|
4174
4083
|
purpose?: undefined;
|
|
4175
4084
|
type?: undefined;
|
|
@@ -4177,7 +4086,9 @@ export declare const toolDefinitions: ({
|
|
|
4177
4086
|
plan?: undefined;
|
|
4178
4087
|
apps?: undefined;
|
|
4179
4088
|
layout?: undefined;
|
|
4089
|
+
query?: undefined;
|
|
4180
4090
|
_listTitle?: undefined;
|
|
4091
|
+
nestId?: undefined;
|
|
4181
4092
|
fieldsMetaData?: undefined;
|
|
4182
4093
|
hints?: undefined;
|
|
4183
4094
|
parentId?: undefined;
|
|
@@ -4253,12 +4164,11 @@ export declare const toolDefinitions: ({
|
|
|
4253
4164
|
description: string;
|
|
4254
4165
|
};
|
|
4255
4166
|
topic?: undefined;
|
|
4256
|
-
|
|
4257
|
-
query?: undefined;
|
|
4167
|
+
search?: undefined;
|
|
4258
4168
|
limit?: undefined;
|
|
4259
4169
|
page?: undefined;
|
|
4260
|
-
search?: undefined;
|
|
4261
4170
|
stripDescription?: undefined;
|
|
4171
|
+
workspaceId?: undefined;
|
|
4262
4172
|
title?: undefined;
|
|
4263
4173
|
purpose?: undefined;
|
|
4264
4174
|
type?: undefined;
|
|
@@ -4266,6 +4176,7 @@ export declare const toolDefinitions: ({
|
|
|
4266
4176
|
plan?: undefined;
|
|
4267
4177
|
apps?: undefined;
|
|
4268
4178
|
layout?: undefined;
|
|
4179
|
+
query?: undefined;
|
|
4269
4180
|
_listTitle?: undefined;
|
|
4270
4181
|
fieldsMetaData?: undefined;
|
|
4271
4182
|
hints?: undefined;
|
|
@@ -4332,13 +4243,11 @@ export declare const toolDefinitions: ({
|
|
|
4332
4243
|
description: string;
|
|
4333
4244
|
};
|
|
4334
4245
|
topic?: undefined;
|
|
4335
|
-
|
|
4336
|
-
query?: undefined;
|
|
4246
|
+
search?: undefined;
|
|
4337
4247
|
limit?: undefined;
|
|
4338
4248
|
page?: undefined;
|
|
4339
|
-
nestId?: undefined;
|
|
4340
|
-
search?: undefined;
|
|
4341
4249
|
stripDescription?: undefined;
|
|
4250
|
+
workspaceId?: undefined;
|
|
4342
4251
|
title?: undefined;
|
|
4343
4252
|
purpose?: undefined;
|
|
4344
4253
|
type?: undefined;
|
|
@@ -4346,7 +4255,9 @@ export declare const toolDefinitions: ({
|
|
|
4346
4255
|
plan?: undefined;
|
|
4347
4256
|
apps?: undefined;
|
|
4348
4257
|
layout?: undefined;
|
|
4258
|
+
query?: undefined;
|
|
4349
4259
|
_listTitle?: undefined;
|
|
4260
|
+
nestId?: undefined;
|
|
4350
4261
|
fieldsMetaData?: undefined;
|
|
4351
4262
|
hints?: undefined;
|
|
4352
4263
|
parentId?: undefined;
|
|
@@ -4412,13 +4323,11 @@ export declare const toolDefinitions: ({
|
|
|
4412
4323
|
description: string;
|
|
4413
4324
|
};
|
|
4414
4325
|
topic?: undefined;
|
|
4415
|
-
|
|
4416
|
-
query?: undefined;
|
|
4326
|
+
search?: undefined;
|
|
4417
4327
|
limit?: undefined;
|
|
4418
4328
|
page?: undefined;
|
|
4419
|
-
nestId?: undefined;
|
|
4420
|
-
search?: undefined;
|
|
4421
4329
|
stripDescription?: undefined;
|
|
4330
|
+
workspaceId?: undefined;
|
|
4422
4331
|
title?: undefined;
|
|
4423
4332
|
purpose?: undefined;
|
|
4424
4333
|
type?: undefined;
|
|
@@ -4426,7 +4335,9 @@ export declare const toolDefinitions: ({
|
|
|
4426
4335
|
plan?: undefined;
|
|
4427
4336
|
apps?: undefined;
|
|
4428
4337
|
layout?: undefined;
|
|
4338
|
+
query?: undefined;
|
|
4429
4339
|
_listTitle?: undefined;
|
|
4340
|
+
nestId?: undefined;
|
|
4430
4341
|
fieldsMetaData?: undefined;
|
|
4431
4342
|
hints?: undefined;
|
|
4432
4343
|
parentId?: undefined;
|
|
@@ -4509,19 +4420,19 @@ export declare const toolDefinitions: ({
|
|
|
4509
4420
|
description: string;
|
|
4510
4421
|
};
|
|
4511
4422
|
topic?: undefined;
|
|
4512
|
-
workspaceId?: undefined;
|
|
4513
|
-
query?: undefined;
|
|
4514
|
-
page?: undefined;
|
|
4515
|
-
nestId?: undefined;
|
|
4516
4423
|
search?: undefined;
|
|
4424
|
+
page?: undefined;
|
|
4517
4425
|
stripDescription?: undefined;
|
|
4426
|
+
workspaceId?: undefined;
|
|
4518
4427
|
title?: undefined;
|
|
4519
4428
|
purpose?: undefined;
|
|
4520
4429
|
governance?: undefined;
|
|
4521
4430
|
plan?: undefined;
|
|
4522
4431
|
apps?: undefined;
|
|
4523
4432
|
layout?: undefined;
|
|
4433
|
+
query?: undefined;
|
|
4524
4434
|
_listTitle?: undefined;
|
|
4435
|
+
nestId?: undefined;
|
|
4525
4436
|
fieldsMetaData?: undefined;
|
|
4526
4437
|
hints?: undefined;
|
|
4527
4438
|
parentId?: undefined;
|
|
@@ -4601,18 +4512,18 @@ export declare const toolDefinitions: ({
|
|
|
4601
4512
|
description: string;
|
|
4602
4513
|
};
|
|
4603
4514
|
topic?: undefined;
|
|
4604
|
-
|
|
4605
|
-
query?: undefined;
|
|
4515
|
+
search?: undefined;
|
|
4606
4516
|
limit?: undefined;
|
|
4607
4517
|
page?: undefined;
|
|
4608
|
-
search?: undefined;
|
|
4609
4518
|
stripDescription?: undefined;
|
|
4519
|
+
workspaceId?: undefined;
|
|
4610
4520
|
purpose?: undefined;
|
|
4611
4521
|
type?: undefined;
|
|
4612
4522
|
governance?: undefined;
|
|
4613
4523
|
plan?: undefined;
|
|
4614
4524
|
apps?: undefined;
|
|
4615
4525
|
layout?: undefined;
|
|
4526
|
+
query?: undefined;
|
|
4616
4527
|
_listTitle?: undefined;
|
|
4617
4528
|
fieldsMetaData?: undefined;
|
|
4618
4529
|
hints?: undefined;
|
|
@@ -4681,12 +4592,11 @@ export declare const toolDefinitions: ({
|
|
|
4681
4592
|
description: string;
|
|
4682
4593
|
};
|
|
4683
4594
|
topic?: undefined;
|
|
4684
|
-
|
|
4685
|
-
query?: undefined;
|
|
4595
|
+
search?: undefined;
|
|
4686
4596
|
limit?: undefined;
|
|
4687
4597
|
page?: undefined;
|
|
4688
|
-
search?: undefined;
|
|
4689
4598
|
stripDescription?: undefined;
|
|
4599
|
+
workspaceId?: undefined;
|
|
4690
4600
|
title?: undefined;
|
|
4691
4601
|
purpose?: undefined;
|
|
4692
4602
|
type?: undefined;
|
|
@@ -4694,6 +4604,7 @@ export declare const toolDefinitions: ({
|
|
|
4694
4604
|
plan?: undefined;
|
|
4695
4605
|
apps?: undefined;
|
|
4696
4606
|
layout?: undefined;
|
|
4607
|
+
query?: undefined;
|
|
4697
4608
|
_listTitle?: undefined;
|
|
4698
4609
|
fieldsMetaData?: undefined;
|
|
4699
4610
|
hints?: undefined;
|
|
@@ -4772,10 +4683,9 @@ export declare const toolDefinitions: ({
|
|
|
4772
4683
|
description: string;
|
|
4773
4684
|
};
|
|
4774
4685
|
topic?: undefined;
|
|
4775
|
-
workspaceId?: undefined;
|
|
4776
|
-
query?: undefined;
|
|
4777
4686
|
page?: undefined;
|
|
4778
4687
|
stripDescription?: undefined;
|
|
4688
|
+
workspaceId?: undefined;
|
|
4779
4689
|
title?: undefined;
|
|
4780
4690
|
purpose?: undefined;
|
|
4781
4691
|
type?: undefined;
|
|
@@ -4783,6 +4693,7 @@ export declare const toolDefinitions: ({
|
|
|
4783
4693
|
plan?: undefined;
|
|
4784
4694
|
apps?: undefined;
|
|
4785
4695
|
layout?: undefined;
|
|
4696
|
+
query?: undefined;
|
|
4786
4697
|
_listTitle?: undefined;
|
|
4787
4698
|
fieldsMetaData?: undefined;
|
|
4788
4699
|
hints?: undefined;
|
|
@@ -4869,18 +4780,18 @@ export declare const toolDefinitions: ({
|
|
|
4869
4780
|
description: string;
|
|
4870
4781
|
};
|
|
4871
4782
|
topic?: undefined;
|
|
4872
|
-
|
|
4873
|
-
query?: undefined;
|
|
4783
|
+
search?: undefined;
|
|
4874
4784
|
limit?: undefined;
|
|
4875
4785
|
page?: undefined;
|
|
4876
|
-
search?: undefined;
|
|
4877
4786
|
stripDescription?: undefined;
|
|
4787
|
+
workspaceId?: undefined;
|
|
4878
4788
|
purpose?: undefined;
|
|
4879
4789
|
type?: undefined;
|
|
4880
4790
|
governance?: undefined;
|
|
4881
4791
|
plan?: undefined;
|
|
4882
4792
|
apps?: undefined;
|
|
4883
4793
|
layout?: undefined;
|
|
4794
|
+
query?: undefined;
|
|
4884
4795
|
_listTitle?: undefined;
|
|
4885
4796
|
fieldsMetaData?: undefined;
|
|
4886
4797
|
hints?: undefined;
|
|
@@ -5000,17 +4911,17 @@ export declare const toolDefinitions: ({
|
|
|
5000
4911
|
description: string;
|
|
5001
4912
|
};
|
|
5002
4913
|
topic?: undefined;
|
|
5003
|
-
|
|
5004
|
-
query?: undefined;
|
|
4914
|
+
search?: undefined;
|
|
5005
4915
|
limit?: undefined;
|
|
5006
4916
|
page?: undefined;
|
|
5007
|
-
search?: undefined;
|
|
5008
4917
|
stripDescription?: undefined;
|
|
4918
|
+
workspaceId?: undefined;
|
|
5009
4919
|
type?: undefined;
|
|
5010
4920
|
governance?: undefined;
|
|
5011
4921
|
plan?: undefined;
|
|
5012
4922
|
apps?: undefined;
|
|
5013
4923
|
layout?: undefined;
|
|
4924
|
+
query?: undefined;
|
|
5014
4925
|
_listTitle?: undefined;
|
|
5015
4926
|
fieldsMetaData?: undefined;
|
|
5016
4927
|
hints?: undefined;
|
|
@@ -5125,17 +5036,17 @@ export declare const toolDefinitions: ({
|
|
|
5125
5036
|
description: string;
|
|
5126
5037
|
};
|
|
5127
5038
|
topic?: undefined;
|
|
5128
|
-
|
|
5129
|
-
query?: undefined;
|
|
5039
|
+
search?: undefined;
|
|
5130
5040
|
limit?: undefined;
|
|
5131
5041
|
page?: undefined;
|
|
5132
|
-
search?: undefined;
|
|
5133
5042
|
stripDescription?: undefined;
|
|
5043
|
+
workspaceId?: undefined;
|
|
5134
5044
|
type?: undefined;
|
|
5135
5045
|
governance?: undefined;
|
|
5136
5046
|
plan?: undefined;
|
|
5137
5047
|
apps?: undefined;
|
|
5138
5048
|
layout?: undefined;
|
|
5049
|
+
query?: undefined;
|
|
5139
5050
|
_listTitle?: undefined;
|
|
5140
5051
|
fieldsMetaData?: undefined;
|
|
5141
5052
|
hints?: undefined;
|
|
@@ -5202,12 +5113,11 @@ export declare const toolDefinitions: ({
|
|
|
5202
5113
|
description: string;
|
|
5203
5114
|
};
|
|
5204
5115
|
topic?: undefined;
|
|
5205
|
-
|
|
5206
|
-
query?: undefined;
|
|
5116
|
+
search?: undefined;
|
|
5207
5117
|
limit?: undefined;
|
|
5208
5118
|
page?: undefined;
|
|
5209
|
-
search?: undefined;
|
|
5210
5119
|
stripDescription?: undefined;
|
|
5120
|
+
workspaceId?: undefined;
|
|
5211
5121
|
title?: undefined;
|
|
5212
5122
|
purpose?: undefined;
|
|
5213
5123
|
type?: undefined;
|
|
@@ -5215,6 +5125,7 @@ export declare const toolDefinitions: ({
|
|
|
5215
5125
|
plan?: undefined;
|
|
5216
5126
|
apps?: undefined;
|
|
5217
5127
|
layout?: undefined;
|
|
5128
|
+
query?: undefined;
|
|
5218
5129
|
_listTitle?: undefined;
|
|
5219
5130
|
fieldsMetaData?: undefined;
|
|
5220
5131
|
hints?: undefined;
|
|
@@ -5284,12 +5195,11 @@ export declare const toolDefinitions: ({
|
|
|
5284
5195
|
description: string;
|
|
5285
5196
|
};
|
|
5286
5197
|
topic?: undefined;
|
|
5287
|
-
|
|
5288
|
-
query?: undefined;
|
|
5198
|
+
search?: undefined;
|
|
5289
5199
|
limit?: undefined;
|
|
5290
5200
|
page?: undefined;
|
|
5291
|
-
search?: undefined;
|
|
5292
5201
|
stripDescription?: undefined;
|
|
5202
|
+
workspaceId?: undefined;
|
|
5293
5203
|
title?: undefined;
|
|
5294
5204
|
purpose?: undefined;
|
|
5295
5205
|
type?: undefined;
|
|
@@ -5297,6 +5207,7 @@ export declare const toolDefinitions: ({
|
|
|
5297
5207
|
plan?: undefined;
|
|
5298
5208
|
apps?: undefined;
|
|
5299
5209
|
layout?: undefined;
|
|
5210
|
+
query?: undefined;
|
|
5300
5211
|
_listTitle?: undefined;
|
|
5301
5212
|
fieldsMetaData?: undefined;
|
|
5302
5213
|
hints?: undefined;
|
|
@@ -5377,18 +5288,18 @@ export declare const toolDefinitions: ({
|
|
|
5377
5288
|
description: string;
|
|
5378
5289
|
};
|
|
5379
5290
|
topic?: undefined;
|
|
5380
|
-
|
|
5381
|
-
query?: undefined;
|
|
5291
|
+
search?: undefined;
|
|
5382
5292
|
limit?: undefined;
|
|
5383
5293
|
page?: undefined;
|
|
5384
|
-
search?: undefined;
|
|
5385
5294
|
stripDescription?: undefined;
|
|
5295
|
+
workspaceId?: undefined;
|
|
5386
5296
|
purpose?: undefined;
|
|
5387
5297
|
type?: undefined;
|
|
5388
5298
|
governance?: undefined;
|
|
5389
5299
|
plan?: undefined;
|
|
5390
5300
|
apps?: undefined;
|
|
5391
5301
|
layout?: undefined;
|
|
5302
|
+
query?: undefined;
|
|
5392
5303
|
_listTitle?: undefined;
|
|
5393
5304
|
fieldsMetaData?: undefined;
|
|
5394
5305
|
hints?: undefined;
|
|
@@ -5465,18 +5376,18 @@ export declare const toolDefinitions: ({
|
|
|
5465
5376
|
description: string;
|
|
5466
5377
|
};
|
|
5467
5378
|
topic?: undefined;
|
|
5468
|
-
|
|
5469
|
-
query?: undefined;
|
|
5379
|
+
search?: undefined;
|
|
5470
5380
|
limit?: undefined;
|
|
5471
5381
|
page?: undefined;
|
|
5472
|
-
search?: undefined;
|
|
5473
5382
|
stripDescription?: undefined;
|
|
5383
|
+
workspaceId?: undefined;
|
|
5474
5384
|
purpose?: undefined;
|
|
5475
5385
|
type?: undefined;
|
|
5476
5386
|
governance?: undefined;
|
|
5477
5387
|
plan?: undefined;
|
|
5478
5388
|
apps?: undefined;
|
|
5479
5389
|
layout?: undefined;
|
|
5390
|
+
query?: undefined;
|
|
5480
5391
|
_listTitle?: undefined;
|
|
5481
5392
|
fieldsMetaData?: undefined;
|
|
5482
5393
|
hints?: undefined;
|
|
@@ -5549,12 +5460,11 @@ export declare const toolDefinitions: ({
|
|
|
5549
5460
|
description: string;
|
|
5550
5461
|
};
|
|
5551
5462
|
topic?: undefined;
|
|
5552
|
-
|
|
5553
|
-
query?: undefined;
|
|
5463
|
+
search?: undefined;
|
|
5554
5464
|
limit?: undefined;
|
|
5555
5465
|
page?: undefined;
|
|
5556
|
-
search?: undefined;
|
|
5557
5466
|
stripDescription?: undefined;
|
|
5467
|
+
workspaceId?: undefined;
|
|
5558
5468
|
title?: undefined;
|
|
5559
5469
|
purpose?: undefined;
|
|
5560
5470
|
type?: undefined;
|
|
@@ -5562,6 +5472,7 @@ export declare const toolDefinitions: ({
|
|
|
5562
5472
|
plan?: undefined;
|
|
5563
5473
|
apps?: undefined;
|
|
5564
5474
|
layout?: undefined;
|
|
5475
|
+
query?: undefined;
|
|
5565
5476
|
_listTitle?: undefined;
|
|
5566
5477
|
fieldsMetaData?: undefined;
|
|
5567
5478
|
hints?: undefined;
|
|
@@ -5635,12 +5546,11 @@ export declare const toolDefinitions: ({
|
|
|
5635
5546
|
description: string;
|
|
5636
5547
|
};
|
|
5637
5548
|
topic?: undefined;
|
|
5638
|
-
|
|
5639
|
-
query?: undefined;
|
|
5549
|
+
search?: undefined;
|
|
5640
5550
|
limit?: undefined;
|
|
5641
5551
|
page?: undefined;
|
|
5642
|
-
search?: undefined;
|
|
5643
5552
|
stripDescription?: undefined;
|
|
5553
|
+
workspaceId?: undefined;
|
|
5644
5554
|
title?: undefined;
|
|
5645
5555
|
purpose?: undefined;
|
|
5646
5556
|
type?: undefined;
|
|
@@ -5648,6 +5558,7 @@ export declare const toolDefinitions: ({
|
|
|
5648
5558
|
plan?: undefined;
|
|
5649
5559
|
apps?: undefined;
|
|
5650
5560
|
layout?: undefined;
|
|
5561
|
+
query?: undefined;
|
|
5651
5562
|
_listTitle?: undefined;
|
|
5652
5563
|
fieldsMetaData?: undefined;
|
|
5653
5564
|
hints?: undefined;
|
|
@@ -5730,10 +5641,9 @@ export declare const toolDefinitions: ({
|
|
|
5730
5641
|
description: string;
|
|
5731
5642
|
};
|
|
5732
5643
|
topic?: undefined;
|
|
5733
|
-
workspaceId?: undefined;
|
|
5734
|
-
query?: undefined;
|
|
5735
5644
|
search?: undefined;
|
|
5736
5645
|
stripDescription?: undefined;
|
|
5646
|
+
workspaceId?: undefined;
|
|
5737
5647
|
title?: undefined;
|
|
5738
5648
|
purpose?: undefined;
|
|
5739
5649
|
type?: undefined;
|
|
@@ -5741,6 +5651,7 @@ export declare const toolDefinitions: ({
|
|
|
5741
5651
|
plan?: undefined;
|
|
5742
5652
|
apps?: undefined;
|
|
5743
5653
|
layout?: undefined;
|
|
5654
|
+
query?: undefined;
|
|
5744
5655
|
_listTitle?: undefined;
|
|
5745
5656
|
fieldsMetaData?: undefined;
|
|
5746
5657
|
hints?: undefined;
|
|
@@ -5814,12 +5725,11 @@ export declare const toolDefinitions: ({
|
|
|
5814
5725
|
description: string;
|
|
5815
5726
|
};
|
|
5816
5727
|
topic?: undefined;
|
|
5817
|
-
|
|
5818
|
-
query?: undefined;
|
|
5728
|
+
search?: undefined;
|
|
5819
5729
|
limit?: undefined;
|
|
5820
5730
|
page?: undefined;
|
|
5821
|
-
search?: undefined;
|
|
5822
5731
|
stripDescription?: undefined;
|
|
5732
|
+
workspaceId?: undefined;
|
|
5823
5733
|
title?: undefined;
|
|
5824
5734
|
purpose?: undefined;
|
|
5825
5735
|
type?: undefined;
|
|
@@ -5827,6 +5737,7 @@ export declare const toolDefinitions: ({
|
|
|
5827
5737
|
plan?: undefined;
|
|
5828
5738
|
apps?: undefined;
|
|
5829
5739
|
layout?: undefined;
|
|
5740
|
+
query?: undefined;
|
|
5830
5741
|
_listTitle?: undefined;
|
|
5831
5742
|
fieldsMetaData?: undefined;
|
|
5832
5743
|
hints?: undefined;
|
|
@@ -5886,6 +5797,7 @@ export type ToolResult = {
|
|
|
5886
5797
|
isError?: boolean;
|
|
5887
5798
|
};
|
|
5888
5799
|
export declare function stripDescriptionFields(data: unknown): unknown;
|
|
5800
|
+
export declare function unescapeRichTextFields(args: Record<string, unknown>): Record<string, unknown>;
|
|
5889
5801
|
export declare function handleToolCall(client: NestrClient, name: string, args: Record<string, unknown>): Promise<ToolResult>;
|
|
5890
5802
|
export {};
|
|
5891
5803
|
//# sourceMappingURL=index.d.ts.map
|