mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
19 lines
246 B
Markdown
19 lines
246 B
Markdown
## MessageAction.txt
|
|
|
|
````text
|
|
用户当前在此文件中:{{filename}}
|
|
内容如下:
|
|
```swift:{{filename}}
|
|
{{filecontent}}
|
|
```
|
|
|
|
用户已从该文件中选择了以下代码:
|
|
```swift
|
|
{{selected}}
|
|
```
|
|
|
|
用户已询问:
|
|
{{message}}
|
|
|
|
````
|