mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
Added comprehensive prompt and tool usage documentation for multiple AI coding agents in both English and Chinese under the docs directory. Includes system prompts, tool usage guidelines, agent-specific instructions, and supporting assets for various agents such as Amp, Claude, GPT-5, and others.
18 lines
250 B
Markdown
18 lines
250 B
Markdown
## ExplainAction.txt
|
|
|
|
```text
|
|
用户当前位于此文件中:{{filename}}
|
|
以下内容:
|
|
```swift:{{filename}}
|
|
{{filecontent}}
|
|
```
|
|
|
|
用户从该文件中选择了以下代码:
|
|
```swift
|
|
{{selected}}
|
|
```
|
|
|
|
用户请求:
|
|
|
|
向我解释这个。
|
|
``` |