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
Copy file name to clipboardExpand all lines: src/stdio.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,9 @@ Note: Tools that enable you to search Actors from the Apify Store and get their
83
83
.option('full-actor-schema',{
84
84
type: 'boolean',
85
85
default: false,
86
-
describe: 'Enable full Actor schema for all Actors.',
86
+
describe: 'Default behavior keeps tools simple: advanced inputs are grouped under "advancedInput" and their schema is not expanded in the tools list. '
87
+
+'This reduces context size and makes tools easier to use. Use the "get-actor-details" tool to view the complete input schema and documentation. '
88
+
+'Enable this option to disable the simplification and expose the full Actor input schema with all parameters at the top level.',
0 commit comments