Skip to content

Commit a6ad059

Browse files
committed
Update input_schema.json
1 parent 166cfe3 commit a6ad059

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.actor/input_schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
"enableActorAutoLoading": {
1818
"title": "Enable automatic loading of Actors based on context and use-case (experimental, check if it supported by your client)",
1919
"type": "boolean",
20-
"description": "When enabled, the server can dynamically add Actors as tools based on user requests and context. \n\nNote: Not all MCP clients support this feature. To try it, you can use the [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client). This is an experimental feature and may require client-specific support.",
20+
"description": "When enabled, the server can dynamically add Actors as tools based on user requests and context. \n\nNote: Not all MCP clients support this feature. To try it, you can use the [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client). This is an experimental feature and may require client-specific support.",
2121
"default": false
2222
},
2323
"maxActorMemoryBytes": {
2424
"title": "Limit the maximum memory used by an Actor",
25-
"type": "string",
25+
"type": "integer",
2626
"description": "Limit the maximum memory used by an Actor in bytes. This is important setting for Free plan users to avoid exceeding the memory limit.",
27-
"editor": "integer",
2827
"prefill": 4096,
2928
"default": 4096
3029
},

0 commit comments

Comments
 (0)