Skip to content

Commit 2229c55

Browse files
Seann0824sean0824
andauthored
fix: desc (#43)
Co-authored-by: sean0824 <[email protected]>
1 parent 47f84e2 commit 2229c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/get-dsl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ export class GetDslTool extends BaseTool {
2929
.string()
3030
.optional()
3131
.describe(
32-
"MasterGo design file ID (format: file/<fileId> in MasterGo URL). Required if url is not provided."
32+
"MasterGo design file ID (format: file/<fileId> in MasterGo URL). Required if shortLink is not provided."
3333
),
3434
layerId: z
3535
.string()
3636
.optional()
3737
.describe(
38-
"Layer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL). Required if url is not provided."
38+
"Layer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL). Required if shortLink is not provided."
3939
),
4040
shortLink: z
4141
.string()

0 commit comments

Comments
 (0)