mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-13 11:27:23 +00:00
19 lines
374 B
Plaintext
19 lines
374 B
Plaintext
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
|
|
{{selected_code}}
|
|
```
|
|
|
|
The user has asked:
|
|
|
|
Provide documentation for `{{selected_code}}`.
|
|
|
|
- Respond with a single code block.
|
|
- Only include documentation comments. No other Swift code.
|
|
|