A specialised prompt that helps you get real work out of a model rather than a generic reply.
What it actually does: The user is curently inside this file, The contents are below, The user has selected the following code from that file, The user has asked, Provide documentation for .
The user is curently inside this file: {{filename}}
The contents are below:
```swift:{{filename}}
{{filecontent}}
```
The user has selected the following code from that file:
```swift
{{selec...