Skip to content

Commit ca91a80

Browse files
committed
update toolsnaps and docs
1 parent 4a32e08 commit ca91a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ The following sets of tools are available (all are on by default):
830830
- `repo`: Repository name (string, required)
831831

832832
- **get_commit** - Get commit details
833-
- `include_diff`: Whether to include file diffs and stats in the response. Default is true for single commit queries. (boolean, optional)
833+
- `include_diff`: Whether to include file diffs and stats in the response. Default is true. (boolean, optional)
834834
- `owner`: Repository owner (string, required)
835835
- `page`: Page number for pagination (min 1) (number, optional)
836836
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)

pkg/github/__toolsnaps__/get_commit.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inputSchema": {
88
"properties": {
99
"include_diff": {
10-
"description": "Whether to include file diffs and stats in the response. Default is true for single commit queries.",
10+
"description": "Whether to include file diffs and stats in the response. Default is true.",
1111
"type": "boolean"
1212
},
1313
"owner": {

0 commit comments

Comments
 (0)