CREATE_PULL_REQUEST_PROMPT = '\nThis tool is useful when you need to create a new pull request in a GitLab 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\nTo reference an issue in the body, put its issue number directly after a #.\nFor example, if you would like to create a pull request called "README updates" with contents "added contributors\' names, closes issue #3", you would pass in the following string:\n\nREADME updates\n\nadded contributors\' names, closes issue #3\n'