Skip to content

Commit f05423f

Browse files
committed
improve style preview
1 parent 00daa6a commit f05423f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/list-styles-tool/ListStylesTool.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const ListStylesSchema = z.object({
55
.number()
66
.optional()
77
.describe(
8-
'Maximum number of styles to return (recommended: 10-50 to avoid token limits, default: no limit)'
8+
'Maximum number of styles to return (recommended: 5-10 to avoid token limits, default: no limit)'
99
),
1010
start: z
1111
.string()

0 commit comments

Comments
 (0)