1The user is curently inside this file: {{filename}} 2The contents are below: 3```swift:{{filename}} 4{{filecontent}} 5``` 6 7The user has selected the following code from that file: 8```swift 9{{selected_code}} 10``` 11 12The user has asked: 13 14Provide documentation for `{{selected_code}}`. 15 16- Respond with a single code block. 17- Only include documentation comments. No other Swift code. 18 19