Skip to content

Commit 43b1266

Browse files
authored
Usability of PR Summarization in Chat (#6758)
Fixes #6698
1 parent ba52dcb commit 43b1266

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3231,7 +3231,7 @@
32313231
"displayName": "%languageModelTools.github-pull-request_issue_fetch.displayName%",
32323232
"modelDescription": "Get a GitHub issue/PR's details as a JSON object.",
32333233
"icon": "$(info)",
3234-
"canBeReferencedInPrompt": true,
3234+
"canBeReferencedInPrompt": false,
32353235
"inputSchema": {
32363236
"type": "object",
32373237
"properties": {
@@ -3274,7 +3274,7 @@
32743274
"displayName": "%languageModelTools.github-pull-request_notification_fetch.displayName%",
32753275
"modelDescription": "Get a GitHub notification's details as a JSON object.",
32763276
"icon": "$(info)",
3277-
"canBeReferencedInPrompt": true,
3277+
"canBeReferencedInPrompt": false,
32783278
"inputSchema": {
32793279
"type": "object",
32803280
"properties": {
@@ -3300,7 +3300,7 @@
33003300
"displayName": "%languageModelTools.github-pull-request_issue_summarize.displayName%",
33013301
"modelDescription": "Summarizes a GitHub issue or pull request. A summary is a great way to describe an issue or pull request.",
33023302
"icon": "$(info)",
3303-
"canBeReferencedInPrompt": true,
3303+
"canBeReferencedInPrompt": false,
33043304
"inputSchema": {
33053305
"type": "object",
33063306
"properties": {
@@ -3375,7 +3375,7 @@
33753375
"displayName": "%languageModelTools.github-pull-request_notification_summarize.displayName%",
33763376
"modelDescription": "Summarizes a GitHub notification. A summary is a great way to describe a notification.",
33773377
"icon": "$(info)",
3378-
"canBeReferencedInPrompt": true,
3378+
"canBeReferencedInPrompt": false,
33793379
"inputSchema": {
33803380
"type": "object",
33813381
"properties": {
@@ -3487,7 +3487,7 @@
34873487
"displayName": "%languageModelTools.github-pull-request_suggest-fix.displayName%",
34883488
"modelDescription": "Summarize and suggest a fix for a GitHub issue.",
34893489
"icon": "$(info)",
3490-
"canBeReferencedInPrompt": true,
3490+
"canBeReferencedInPrompt": false,
34913491
"inputSchema": {
34923492
"type": "object",
34933493
"properties": {
@@ -3534,7 +3534,7 @@
35343534
"displayName": "%languageModelTools.github-pull-request_formSearchQuery.displayName%",
35353535
"modelDescription": "Converts natural language to a GitHub search query. Should ALWAYS be called before doing a search.",
35363536
"icon": "$(search)",
3537-
"canBeReferencedInPrompt": true,
3537+
"canBeReferencedInPrompt": false,
35383538
"inputSchema": {
35393539
"type": "object",
35403540
"properties": {
@@ -3578,7 +3578,7 @@
35783578
"displayName": "%languageModelTools.github-pull-request_doSearch.displayName%",
35793579
"modelDescription": "Execute a GitHub search given a well formed GitHub search query. Call github-pull-request_formSearchQuery first to get good search syntax and pass the exact result in as the 'query'.",
35803580
"icon": "$(search)",
3581-
"canBeReferencedInPrompt": true,
3581+
"canBeReferencedInPrompt": false,
35823582
"inputSchema": {
35833583
"type": "object",
35843584
"properties": {

0 commit comments

Comments
 (0)