From ead85e8e968499faa11b540900f54f25d2fd6cd0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 25 May 2023 10:46:26 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index dab26cb26..17e443a30 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -8,7 +8,7 @@ that has no dependencies. But it's difficult to use GPT-4 to modify or extend a large, complex pre-existing codebase. To modify such code, GPT needs to understand the dependencies and APIs -which interconnect all of its subsystems. +which interconnect its subsystems. Somehow we need to provide this "code context" to GPT when we ask it to accomplish a coding task. Specifically, we need to: @@ -63,7 +63,7 @@ For the example above, you could send the file that contains the Foo class and the file that contains the BarLog logging subsystem. This works pretty well, and is supported by `aider` -- you -can manually specify which files to "add to the chat". +can manually specify which files to "add to the chat" you are having with GPT. But it's not ideal to have to manually identify the right set of files to add to the chat.