Skip to content

Commit 7d73541

Browse files
Regenerate get_file_blame toolsnap and docs after merge with main
The cursor-pagination parameter description changed on main; regenerate the toolsnap and README so docs-check and toolsnap tests pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 65f5c86 commit 7d73541

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ The following sets of tools are available:
12311231

12321232
- **get_file_blame** - Get file blame information
12331233
- **Required OAuth Scopes**: `repo`
1234-
- `after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
1234+
- `after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
12351235
- `end_line`: Optional 1-based ending line of the window of interest. Must be >= start_line when both are provided. (number, optional)
12361236
- `owner`: Repository owner (username or organization) (string, required)
12371237
- `path`: Path to the file in the repository, relative to the repository root (string, required)

pkg/github/__toolsnaps__/get_file_blame.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inputSchema": {
88
"properties": {
99
"after": {
10-
"description": "Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs.",
10+
"description": "Cursor for pagination. Use the cursor from the previous response.",
1111
"type": "string"
1212
},
1313
"end_line": {
@@ -51,4 +51,4 @@
5151
"type": "object"
5252
},
5353
"name": "get_file_blame"
54-
}
54+
}

0 commit comments

Comments
 (0)