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/core/prompts/tools/schemas/search-files-schema.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ export function generateSearchFilesSchema(args: ToolArgs): BaseToolSchema {
9
9
{
10
10
name: "path",
11
11
type: "string",
12
-
description: `Directory path to search in (relative to workspace directory ${args.cwd}). This directory will be recursively searched.`,
12
+
description: `Directory path to search in (relative to workspace directory ${args.cwd}). This directory will be recursively searched. When searching the entire workspace, the parameter value is '.'`,
0 commit comments