Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get the diff for a pull request
github__get_pr_diff
{ "type": "object", "properties": { "owner": { "type": "string", "description": "Repository owner" }, "repo": { "type": "string", "description": "Repository name" }, "pull_number": { "type": "number", "description": "Pull request number" } }, "required": [ "owner", "repo", "pull_number" ], "description": "Input schema for the github__get_pr_diff tool." }