Skip to content

Commit b4bc687

Browse files
committed
update toolsnaps
1 parent eaa682b commit b4bc687

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+51
-0
lines changed

pkg/github/__toolsnaps__/add_issue_comment.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Add a comment to a specific issue in a GitHub repository.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/add_pull_request_review_comment_to_pending_review.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Add a comment to the requester's latest pending pull request review, a pending review needs to already exist to call this (check with the user if not sure).",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/assign_copilot_to_issue.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
},
66
"description": "Assign Copilot to a specific issue in a GitHub repository.\n\nThis tool can help with the following outcomes:\n- a Pull Request created with source code changes to resolve the issue\n\n\nMore information can be found at:\n- https://docs.github.com/en/copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot\n",
77
"inputSchema": {
8+
"type": "object",
89
"required": [
910
"owner",
1011
"repo",

pkg/github/__toolsnaps__/create_and_submit_pull_request_review.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create and submit a review for a pull request without review comments.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_branch.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create a new branch in a GitHub repository",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_issue.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create a new issue in a GitHub repository.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_or_update_file.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create or update a single file in a GitHub repository. If updating, you must provide the SHA of the file you want to update. Use this tool to create or update a file in a GitHub repository remotely; do not use it for local file operations.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_pending_pull_request_review.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create a pending review for a pull request. Call this first before attempting to add comments to a pending review, and ultimately submitting it. A pending pull request review means a pull request review, it is pending because you create it first and submit it later, and the PR author will not see it until it is submitted.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_pull_request.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create a new pull request in a GitHub repository.",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"owner",
910
"repo",

pkg/github/__toolsnaps__/create_repository.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Create a new GitHub repository in your account",
66
"inputSchema": {
7+
"type": "object",
78
"required": [
89
"name"
910
],

0 commit comments

Comments
 (0)