You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe: `Comma-separated list of specific tool categories to enable. Can also be set via TOOLS environment variable.\n\nAvailable choices: ${Object.keys(toolCategories).join(', ')}\n\nTool categories are as follows:
69
+
describe: `Comma-separated list of specific tool categories to enable. Can also be set via TOOLS environment variable.
70
+
71
+
Available choices: ${Object.keys(toolCategories).join(', ')}
72
+
73
+
Tool categories are as follows:
70
74
- docs: Search and fetch Apify documentation tools.
71
75
- runs: Get Actor runs list, run details, and logs from a specific Actor run.
72
76
- storage: Access datasets, key-value stores, and their records.
73
-
- preview: Experimental tools in preview mode.\n\nNote: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default.
77
+
- preview: Experimental tools in preview mode.
78
+
79
+
Note: Tools that enable you to search Actors from the Apify Store and get their details are always enabled by default.
0 commit comments