mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
ed6efbcfb3
commit
7e813329ab
1 changed files with 12 additions and 3 deletions
|
@ -31,9 +31,18 @@ accomplishing both greenfield generation of new code as well as simple and compl
|
|||
|
||||
## Transcript formatting
|
||||
|
||||
#### > The user's chat messages are bold and shown on a prompt line. They contain they user's change requests, clarifications, etc.
|
||||
|
||||
> Output from the aider tool is shown in a blockquote
|
||||
|
||||
Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code.
|
||||
#### > The user's chat messages are bold and shown on a prompt line. They contain they user's change requests, clarifications, etc.
|
||||
|
||||
Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code.
|
||||
Here's a sample edit that switches from printing a blank line to printing "hello world":
|
||||
|
||||
```python
|
||||
hello.py
|
||||
<<<<<<< ORIGINAL
|
||||
print()
|
||||
=======
|
||||
print("Hello world!")
|
||||
>>>>>>> UPDATED
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue