|
3231 | 3231 | "displayName": "%languageModelTools.github-pull-request_issue_fetch.displayName%",
|
3232 | 3232 | "modelDescription": "Get a GitHub issue/PR's details as a JSON object.",
|
3233 | 3233 | "icon": "$(info)",
|
3234 |
| - "canBeReferencedInPrompt": true, |
| 3234 | + "canBeReferencedInPrompt": false, |
3235 | 3235 | "inputSchema": {
|
3236 | 3236 | "type": "object",
|
3237 | 3237 | "properties": {
|
|
3274 | 3274 | "displayName": "%languageModelTools.github-pull-request_notification_fetch.displayName%",
|
3275 | 3275 | "modelDescription": "Get a GitHub notification's details as a JSON object.",
|
3276 | 3276 | "icon": "$(info)",
|
3277 |
| - "canBeReferencedInPrompt": true, |
| 3277 | + "canBeReferencedInPrompt": false, |
3278 | 3278 | "inputSchema": {
|
3279 | 3279 | "type": "object",
|
3280 | 3280 | "properties": {
|
|
3300 | 3300 | "displayName": "%languageModelTools.github-pull-request_issue_summarize.displayName%",
|
3301 | 3301 | "modelDescription": "Summarizes a GitHub issue or pull request. A summary is a great way to describe an issue or pull request.",
|
3302 | 3302 | "icon": "$(info)",
|
3303 |
| - "canBeReferencedInPrompt": true, |
| 3303 | + "canBeReferencedInPrompt": false, |
3304 | 3304 | "inputSchema": {
|
3305 | 3305 | "type": "object",
|
3306 | 3306 | "properties": {
|
|
3375 | 3375 | "displayName": "%languageModelTools.github-pull-request_notification_summarize.displayName%",
|
3376 | 3376 | "modelDescription": "Summarizes a GitHub notification. A summary is a great way to describe a notification.",
|
3377 | 3377 | "icon": "$(info)",
|
3378 |
| - "canBeReferencedInPrompt": true, |
| 3378 | + "canBeReferencedInPrompt": false, |
3379 | 3379 | "inputSchema": {
|
3380 | 3380 | "type": "object",
|
3381 | 3381 | "properties": {
|
|
3487 | 3487 | "displayName": "%languageModelTools.github-pull-request_suggest-fix.displayName%",
|
3488 | 3488 | "modelDescription": "Summarize and suggest a fix for a GitHub issue.",
|
3489 | 3489 | "icon": "$(info)",
|
3490 |
| - "canBeReferencedInPrompt": true, |
| 3490 | + "canBeReferencedInPrompt": false, |
3491 | 3491 | "inputSchema": {
|
3492 | 3492 | "type": "object",
|
3493 | 3493 | "properties": {
|
|
3534 | 3534 | "displayName": "%languageModelTools.github-pull-request_formSearchQuery.displayName%",
|
3535 | 3535 | "modelDescription": "Converts natural language to a GitHub search query. Should ALWAYS be called before doing a search.",
|
3536 | 3536 | "icon": "$(search)",
|
3537 |
| - "canBeReferencedInPrompt": true, |
| 3537 | + "canBeReferencedInPrompt": false, |
3538 | 3538 | "inputSchema": {
|
3539 | 3539 | "type": "object",
|
3540 | 3540 | "properties": {
|
|
3578 | 3578 | "displayName": "%languageModelTools.github-pull-request_doSearch.displayName%",
|
3579 | 3579 | "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'.",
|
3580 | 3580 | "icon": "$(search)",
|
3581 |
| - "canBeReferencedInPrompt": true, |
| 3581 | + "canBeReferencedInPrompt": false, |
3582 | 3582 | "inputSchema": {
|
3583 | 3583 | "type": "object",
|
3584 | 3584 | "properties": {
|
|
0 commit comments