add prompts

This commit is contained in:
SpatialOnee
2025-07-06 00:14:48 +08:00
parent 4bfada0ec8
commit ed74cab6ff
6 changed files with 193 additions and 0 deletions

13
Xcode/MessageAction.txt Normal file
View File

@@ -0,0 +1,13 @@
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:
{{message}}