system-prompts-and-models-o.../docs/en/amp/index.md
tycon 86777756b4 同步新功能
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.
2025-10-11 12:02:04 +08:00

22 lines
625 B
Markdown

# Amp (EN)
# How to obtain the system prompt for [Amp](https://ampcode.com)
1. Login with Amp using VScode
2. Issue a short query into Amp
3. Hold down Alt (windows) or Option (macOS) and click on the workspace button
![](./view-thread-yaml.png)
4. Click view Thread YAML
# Notes
The system prompt used by Amp is tuned to Sonnet 4.x and has other LLMs registered into it as tools ("the oracle"). To obtain the `GPT-5` tuned system prompt then you need to configure VSCode user settings with the following and then follow the steps above again
```json
{
"amp.url": "https://ampcode.com/",
"amp.gpt5": true
}
```