📋 Documentation
How it works
Understanding how Frankenfile works can be helpful to get the most out of it.
When Frankenfile receives a task, it will take the following steps:
- Create a sandbox containing a copy of your files.
- Install any necessary libraries.
- Execute commands to perform your task.
- Resolve any errors it encounters.
You can also provide follow-up instructions which will repeat the process from step 2.
Tips & Troubleshooting
If you are having trouble getting the results you want, try some of the following tips.
- Give clear instructions. If details are missing, Frankenfile will make assumptions, which may not be exactly what you wanted.
- Describe tasks step-by-step rather than vague general instructions.
- Specify technical details if you want Frankenfile to use a certain library or tool, include it in your instructions.
- Provide examples of what you want your output to look like.
- Break up complex tasks into separate smaller tasks.
- Use follow-ups to correct mistakes or give further instructions. Make sure you describe what went wrong in the follow-up.
- Use the log of what steps Frankenfile took and see if you can provide additional guidance.
- Use custom rules for instructions you want Frankenfile to follow for every task.