Gives the model the context and the constraints it needs to answer your case rather than the average one.
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…
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...