Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# About

This repo generates a JSON file with answers to questions on Sourcegraph's community forum [that are solved](https://community.sourcegraph.com/search?q=status%3Asolved). It uses TP and Gemini to generate [the JSON file](https://raw.githubusercontent.com/sourcegraph-community/forum-answers-for-docs/refs/heads/main/answers.json).
This repo generates a JSON file with answers to questions on Sourcegraph's community forum [that are solved](https://community.sourcegraph.com/search?q=status%3Asolved). It uses Amp to generate [the JSON file](https://raw.githubusercontent.com/sourcegraph-community/forum-answers-for-docs/refs/heads/main/answers.json).

## How does it work?

TP uses `memory.md` so all you need to do is paste the url in the text box and `command+return`. This will automatically append a new JSON object to the bottom of the file.
Amp uses `memory.md` so all you need to do is paste the url in the text box and `command+return`. This will automatically append a new JSON object to the bottom of the file.

## Prompts

### TP
### Amp

```
I want you to go to this page: https://community.sourcegraph.com/t/updating-cody-search-index-hangs-forever/2275
Expand Down