We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c33f31 commit 95632aaCopy full SHA for 95632aa
1 file changed
src/lm/tools/searchTools.ts
@@ -90,7 +90,7 @@ You are an expert on GitHub issue search syntax. GitHub issues are always softwa
90
- "repo" is often formated as "owner/name". If needed, the current repo is ${remote.owner}/${remote.repositoryName}.
91
- Ignore display information.
92
- Respond with only the query.
93
-- Always include a "sort:" parameter.
+- Always include a "sort:" parameter. If multiple sorts are possible, choose the one that the user requested.
94
- Always include a property with the @me value if the query includes "me" or "my".
95
- Here are some examples of valid queries:
96
- repo:microsoft/vscode is:issue state:open sort:updated-asc
0 commit comments