Skip to content

Commit 44c7e28

Browse files
MichaelRFairhurstCopilot
authored andcommitted
fix tool names in prompt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Michael R Fairhurst <MichaelRFairhurst@github.com>
1 parent 194af18 commit 44c7e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/prompts/check-for-duplicated-code.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the findings as code improvement recommendations to the user.
8484
3. **Find available .qll files** in the `.ql` file's pack, and its dependencies, including the standard library
8585
4. **Identify promising .qll file candidates** based on their file name and path
8686
5. **Enumerate top-level definitions in candidate `.qll` files** with `codeql_lsp_document_symbols`
87-
6. **Detect overlap, comparing definitions if unclear** (e.g. by using `find_predicate_location` and `find_class_location` tools)
87+
6. **Detect overlap, comparing definitions if unclear** (e.g. by using `find_predicate_position` and `find_class_position` tools)
8888
7. **Report findings** as a set of recommendations to the user about which definitions could be improved, by reusing which existing definitions
8989

9090
## Step 1: Read the File and Note Its Imports

0 commit comments

Comments
 (0)