system-prompts-and-models-o.../docs/en/xcode/DocumentAction.md
tycon 60ddd120c4 添加总结
添加总结
2025-10-14 22:04:51 +08:00

23 lines
411 B
Markdown

## DocumentAction.txt
````text
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.
````