Back to Xcode

Xcode

Compare prompts

AvsB
2 added ยท 5 removed
11 The user is curently inside this file: {{filename}}
22 The contents are below:
33 ```swift:{{filename}}
44 {{filecontent}}
55 ```
66
77 The user has selected the following code from that file:
88 ```swift
9-{{selected_code}}
9+{{selected}}
1010 ```
1111
1212 The user has asked:
1313
14-Provide documentation for `{{selected_code}}`.
14+Explain this to me.
1515
16-- Respond with a single code block.
17-- Only include documentation comments. No other Swift code.
18-