From f6369d6afd9aeebd0fea48c4c7fe75224834ee03 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 18:59:03 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 323c21f3a..55482a7fc 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -112,7 +112,7 @@ 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` formats the map as a sorted, -hierarchical tree. This efficiently conveys the map data to GPT-4 using a +hierarchical tree. This is a format that is easy to understand and which efficiently conveys the map data to GPT-4 using a minimal number of tokens. ## Example chat transcript