Ask a question to get started
Enter to sendā¢Shift+Enter new line
Fetches a specific pull request and its first 10 comments, limited by max_tokens.
get_pull_request( self, pr_number: int, ) -> Dict[str, Any]
Returns: dict containing the pull's title, body, and comments as a string
dict
pr_number
int
The number for the Github pull
max_tokens
The maximum number of tokens in the response