From fc1b879fc67a93108d9ca6c8a4eff10e0c4d0e29 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 05:56:38 -0700 Subject: [PATCH] copy --- docs/ctags.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index f8518356e..ba9a53f46 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -176,10 +176,11 @@ able to quickly fix the issue after being shown the `pytest` error output. ## Future work -Just as it was inefficient to send "the whole codebase" to GPT with -every request, there are probably better approaches than sending -"the whole repo map" with every request. -Sending a subset of the repo map would help `aider` work +Just as send "the whole codebase to GPT with every request" +is not an efficient solution to this problem, +there are probably better approaches than +"send the whole repo map with every request". +Sending an appropriate subset of the repo map would help `aider` work better with even larger repositories which have large maps: Some possible approaches to reducing the amount of map data are: