Skip to content

Commit 2d474ce

Browse files
committed
Limit number of default Actors
1 parent e12cf8e commit 2d474ce

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.actor/input_schema.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@
66
"actors": {
77
"title": "Actors names to be exposed for an AI application (AI agent)",
88
"type": "array",
9-
"description": "Specify the names of actors that will be exposed to an AI application (AI agent) and communicate with Apify Actors via the MCP protocol",
9+
"description": "List the names of Actors to be exposed to an AI application (AI agent) for communication via the MCP protocol. \n\n Ensure the Actor definitions fit within the LLM context by limiting the number of used Actors.",
1010
"editor": "stringList",
1111
"prefill": [
12-
"apidojo/tweet-scraper",
13-
"apify/facebook-posts-scraper",
14-
"apify/google-search-scraper",
1512
"apify/instagram-scraper",
1613
"apify/rag-web-browser",
17-
"clockworks/free-tiktok-scraper",
18-
"lukaskrivka/google-maps-with-contact-details",
19-
"voyager/booking-scraper"
14+
"lukaskrivka/google-maps-with-contact-details"
2015
]
2116
},
2217
"debugActor": {

0 commit comments

Comments
 (0)