get_file_diff
Retrieve the complete parsed diff for a single file in a pull request, including every hunk with added/deleted/context lines and line numbers, to read exact code changes for accurate tour narration.
Instructions
Return the full parsed diff for one changed file in the PR: every hunk with every line (kind add/del/ctx, old/new line numbers, text). Use this to read the actual code changes so your show_step narration is accurate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pr_url | Yes |