CREATE_FILE_PROMPT = '\nThis tool is a wrapper for the GitHub API, useful when you need to create a file in a GitHub repository. **VERY IMPORTANT**: Your input to this tool MUST strictly follow these rules:\n\n- First you must specify which file to create by passing a full file path (
**IMPORTANT**: the path must not start with a slash
)\n- Then you must specify the contents of the file\n\nFor example, if you would like to create a file called /test/test.txt with contents "test contents", you would pass in the following string:\n\ntest/test.txt\n\ntest contents'