From 09ddb795b6fdc4501621236d1fcc879fe08b4761 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 22:19:33 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index a653950ad..94c32c83b 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -112,9 +112,9 @@ For example, here is the `ctags --fields=+S --output-format=json` output for the The repo map is built using the `name`, `path`, `scope`, `kind` and `signature` data from `ctags`. -Rather then sending that chatty json data to GPT, `aider` +Rather then sending the data to GPT in that chatty json format, `aider` formats the map as a sorted, -hierarchical tree. This is a format that is easy to understand and which efficiently conveys the map data to GPT-4 using a +hierarchical tree. This is a format that GPT can easily understand and which efficiently conveys the map data to GPT-4 using a minimal number of tokens. ## Example chat transcript