Skip to content

Commit 867fd44

Browse files
authored
Try to convice llm to use open pull request tool (#8394)
Fixes microsoft/vscode#280806
1 parent e0381e0 commit 867fd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4299,7 +4299,7 @@
42994299
],
43004300
"toolReferenceName": "openPullRequest",
43014301
"displayName": "%languageModelTools.github-pull-request_openPullRequest.displayName%",
4302-
"modelDescription": "Get comprehensive information about the GitHub pull request (PR) which is currently visible, but not necessarily checked out. This includes the PR title, full description, list of changed files, review comments, PR state, and status checks/CI results. For PRs created by Copilot, it also includes the session logs which indicate the development process and decisions made by the coding agent. When asked about the currently open pull request, do this first! Use this tool for any request related to \"pull request details,\" \"what changed,\" \"PR status,\" or similar queries even if the user does not explicitly mention \"pull request.\" When asked to use this tool, ALWAYS use it.",
4302+
"modelDescription": "Get comprehensive information about the GitHub pull request (PR) which is currently visible, but not necessarily checked out. This is the pull request that the user is currently viewing. This includes the PR title, full description, list of changed files, review comments, PR state, and status checks/CI results. For PRs created by Copilot, it also includes the session logs which indicate the development process and decisions made by the coding agent. When asked about the currently open pull request, do this first! Use this tool for any request related to \"pull request details,\" \"what changed,\" \"PR status,\" or similar queries even if the user does not explicitly mention \"pull request.\" When asked to use this tool, ALWAYS use it.",
43034303
"icon": "$(git-pull-request)",
43044304
"canBeReferencedInPrompt": true,
43054305
"userDescription": "%languageModelTools.github-pull-request_openPullRequest.description%",

0 commit comments

Comments
 (0)