From b763bde10c534f0b39803c846c03c5742a60bf10 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 19:37:44 -0700 Subject: [PATCH] copy --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 1973d2cf2..b05848cf2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -29,9 +29,9 @@ To better understand the chat transcripts, it's worth knowing that: ## Transcript formatting -> Output from the aider tool is shown in a blockquote like this. +> This is output from the aider tool. -#### > The user's chat messages are shown on a prompt line like this. They contain they user's change requests, clarifications, etc. +#### > These are messages written by the user. Responses from GPT-4 are in a plain font like this, and often include colorized "edit blocks" that specify edits to the code. Here's a sample edit block that switches from printing "hello" to "goodbye":