Skip to content

Commit 95632aa

Browse files
authored
Agent only seems to sort by reactions (#6404)
Fixes #6368
1 parent 3c33f31 commit 95632aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lm/tools/searchTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You are an expert on GitHub issue search syntax. GitHub issues are always softwa
9090
- "repo" is often formated as "owner/name". If needed, the current repo is ${remote.owner}/${remote.repositoryName}.
9191
- Ignore display information.
9292
- Respond with only the query.
93-
- Always include a "sort:" parameter.
93+
- Always include a "sort:" parameter. If multiple sorts are possible, choose the one that the user requested.
9494
- Always include a property with the @me value if the query includes "me" or "my".
9595
- Here are some examples of valid queries:
9696
- repo:microsoft/vscode is:issue state:open sort:updated-asc

0 commit comments

Comments
 (0)