CREATE_PULL_REQUEST_PROMPT = '\nThis tool is useful when you need to create a new pull request in a GitHub repository. **VERY IMPORTANT**: Your input to this tool MUST strictly follow these rules:\n\n- First you must specify the title of the pull request\n- Then you must place two newlines\n- Then you must write the body or description of the pull request\n\nWhen appropriate, always reference relevant issues in the body by using the syntax `closes #<issue_number` like `closes #3, closes #6`.\nFor example, if you would like to create a pull request called "README updates" with contents "added contributors\' names, closes #3", you would pass in the following string:\n\nREADME updates\n\nadded contributors\' names, closes #3'