Skip to content

Commit 900477f

Browse files
committed
fix: code review improvements
1 parent 78ca98d commit 900477f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ export function separateAdvancedInputsInSchema(properties: Record<string, ISchem
298298
propObject.advancedInput = {
299299
type: 'object',
300300
title: 'Advanced Inputs',
301-
description: 'These inputs are considered advanced and are not required for basic functionality.',
301+
description: 'Universal object for advanced inputs. Full definition is available in tool get-actor-detail. '
302+
+ 'These inputs are considered advanced and are not required for basic functionality.',
302303
properties: Object.fromEntries(advancedInputs),
303304
} as unknown as ISchemaProperties;
304305

0 commit comments

Comments
 (0)