We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211ea1f commit 0546451Copy full SHA for 0546451
core/tools/definitions/createNewFile.ts
@@ -24,7 +24,7 @@ export const createNewFileTool: Tool = {
24
filepath: {
25
type: "string",
26
description:
27
- "The path where the new file should be created, relative to the root of the workspace",
+ "The path where the new file should be created. Can be a relative path (from workspace root), absolute path, tilde path (~/...), or file:// URI.",
28
},
29
contents: {
30
0 commit comments