Skip to content

Commit 0546451

Browse files
Update createNewFile.ts
1 parent 211ea1f commit 0546451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tools/definitions/createNewFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const createNewFileTool: Tool = {
2424
filepath: {
2525
type: "string",
2626
description:
27-
"The path where the new file should be created, relative to the root of the workspace",
27+
"The path where the new file should be created. Can be a relative path (from workspace root), absolute path, tilde path (~/...), or file:// URI.",
2828
},
2929
contents: {
3030
type: "string",

0 commit comments

Comments
 (0)