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.
22 lines
620 B
Markdown
22 lines
620 B
Markdown
# Amp (中文)
|
|
|
|
# 如何获取 [Amp](https://ampcode.com) 的系统提示词
|
|
|
|
1. 使用 VScode 登录 Amp
|
|
2. 向 Amp 发送一个简短的查询
|
|
3. 按住 Alt (Windows) 或 Option (macOS) 并点击工作区按钮
|
|
|
|

|
|
|
|
4. 点击查看线程 YAML
|
|
|
|
# 注意事项
|
|
|
|
Amp 使用的系统提示词针对 Sonnet 4.x 进行了调优,并将其他 LLM 注册为工具("oracle")。要获取针对 `GPT-5` 调优的系统提示词,需要在 VSCode 用户设置中配置以下内容,然后再次按照上述步骤操作:
|
|
|
|
```json
|
|
{
|
|
"amp.url": "https://ampcode.com/",
|
|
"amp.gpt5": true
|
|
}
|
|
``` |