mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-05 23:54:20 -05:00
| .. | ||
| claude-4-sonnet.yaml | ||
| gpt-5.yaml | ||
| README.md | ||
| view-thread-yaml.png | ||
How to obtain the system prompt for Amp
- Login with Amp using VScode
- Issue a short query into Amp
- Hold down Alt (windows) or Option (macOS) and click on the workspace button
- 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
{
"amp.url": "https://ampcode.com/",
"amp.gpt5": true
}
