Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Amp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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
}
```
Loading