Skip to content

Commit 8843276

Browse files
authored
Fix tool parameter name (#8194)
1 parent b31ac1c commit 8843276

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4253,9 +4253,13 @@
42534253
}
42544254
}
42554255
},
4256-
"commentsCount": {
4256+
"commentCount": {
42574257
"type": "number",
42584258
"description": "The number of comments on the issue."
4259+
},
4260+
"reactionCount": {
4261+
"type": "number",
4262+
"description": "The number of reactions on the issue."
42594263
}
42604264
},
42614265
"required": [

0 commit comments

Comments
 (0)