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

25 lines
453 B
Markdown

## PlaygroundAction.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}}
```
The user has asked:
Provide a brief example on how to use `{{selected}}`.
- Respond only with a single code block.
- Don't use comments.
- Don't use print statements.
- Don't import any additional modules.
````