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/vectorcode/subcommands/prompt.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
"If a class, type or function has been imported from another file, this tool may be able to find its source. Add the name of the imported symbol to the query",
10
10
"Avoid retrieving one single file because the retrieval mechanism may not be very accurate",
11
11
"When providing answers based on VectorCode results, try to give references such as paths to files and line ranges, unless you're told otherwise (but do not include the full source code context)",
12
-
"Include one single command call for VectorCode each time. You may include multiple keywords in the command",
13
12
"VectorCode is the name of this tool. Do not include it in the query unless the user explicitly asks",
14
13
"If the retrieval results do not contain the needed context, increase the file count so that the result will more likely contain the desired files",
15
14
"If the returned paths are relative, they are relative to the root of the project directory",
0 commit comments