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/tools/get-dsl.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ export class GetDslTool extends BaseTool {
29
29
.string()
30
30
.optional()
31
31
.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."
33
33
),
34
34
layerId: z
35
35
.string()
36
36
.optional()
37
37
.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."
0 commit comments