Skip to content

Commit 48706af

Browse files
committed
Update tools snaps
1 parent 1c5bc81 commit 48706af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/github/__toolsnaps__/search_issues.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Search issues",
44
"readOnlyHint": true
55
},
6-
"description": "Search for issues in GitHub repositories using is:issue search scope parameter.",
6+
"description": "Search for issues in GitHub repositories using issues search syntax already scoped to is:issue",
77
"inputSchema": {
88
"properties": {
99
"order": {

pkg/github/__toolsnaps__/search_pull_requests.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Search pull requests",
44
"readOnlyHint": true
55
},
6-
"description": "Search for pull requests in GitHub repositories using is:pr search scope parameter.",
6+
"description": "Search for pull requests in GitHub repositories using issues search syntax already scoped to is:pr",
77
"inputSchema": {
88
"properties": {
99
"order": {

0 commit comments

Comments
 (0)