This commit is contained in:
Paul Gauthier 2023-05-23 08:34:29 -07:00
parent cb53d7b01f
commit 1797a731a0

View file

@ -19,7 +19,7 @@ Here are some example transcripts that show how you can chat with `aider` to wri
* [**Complex Multi-file Change with Debugging**](https://aider.chat/examples/complex-change.html): A complex code change involving multiple source files and debugging.
* [**Create a Black Box Test Case**](add-test.md): GPT creates a "black box" test case without access to the source of the method being tested, using only a [high level map of the repository based on ctags](https://aider.chat/docs/ctags.html).
* [**Create a Black Box Test Case**](https://aider.chat/examples/add-test.html): GPT creates a "black box" test case without access to the source of the method being tested, using only a [high level map of the repository based on ctags](https://aider.chat/docs/ctags.html).
You can find more chat transcripts on the [examples page](https://aider.chat/examples/).