Skip to content

Commit 8d888b2

Browse files
bendruckeralexr00
andauthored
Enable all LLM tools in prompts (agent mode) (#6956)
* enable all LLM tools in prompts (agent mode) * Remove some of the tools --------- Co-authored-by: Alex Ross <[email protected]>
1 parent db66751 commit 8d888b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,7 +3681,7 @@
36813681
"displayName": "%languageModelTools.github-pull-request_issue_fetch.displayName%",
36823682
"modelDescription": "Get a GitHub issue/PR's details as a JSON object.",
36833683
"icon": "$(info)",
3684-
"canBeReferencedInPrompt": false,
3684+
"canBeReferencedInPrompt": true,
36853685
"inputSchema": {
36863686
"type": "object",
36873687
"properties": {
@@ -3937,7 +3937,7 @@
39373937
"displayName": "%languageModelTools.github-pull-request_suggest-fix.displayName%",
39383938
"modelDescription": "Summarize and suggest a fix for a GitHub issue.",
39393939
"icon": "$(info)",
3940-
"canBeReferencedInPrompt": false,
3940+
"canBeReferencedInPrompt": true,
39413941
"inputSchema": {
39423942
"type": "object",
39433943
"properties": {
@@ -3984,7 +3984,7 @@
39843984
"displayName": "%languageModelTools.github-pull-request_formSearchQuery.displayName%",
39853985
"modelDescription": "Converts natural language to a GitHub search query. Should ALWAYS be called before doing a search.",
39863986
"icon": "$(search)",
3987-
"canBeReferencedInPrompt": false,
3987+
"canBeReferencedInPrompt": true,
39883988
"inputSchema": {
39893989
"type": "object",
39903990
"properties": {
@@ -4028,7 +4028,7 @@
40284028
"displayName": "%languageModelTools.github-pull-request_doSearch.displayName%",
40294029
"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'.",
40304030
"icon": "$(search)",
4031-
"canBeReferencedInPrompt": false,
4031+
"canBeReferencedInPrompt": true,
40324032
"inputSchema": {
40334033
"type": "object",
40344034
"properties": {
@@ -4074,7 +4074,7 @@
40744074
"displayName": "%languageModelTools.github-pull-request_renderIssues.displayName%",
40754075
"modelDescription": "Render issue items from an issue search in a markdown table. The markdown table will be displayed directly to the user by the tool. No further display should be done after this!",
40764076
"icon": "$(paintcan)",
4077-
"canBeReferencedInPrompt": false,
4077+
"canBeReferencedInPrompt": true,
40784078
"inputSchema": {
40794079
"type": "object",
40804080
"properties": {

0 commit comments

Comments
 (0)