From 98cc90cc4b733f847772e38540a98a53a75e7f30 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Tue, 23 May 2023 20:52:51 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 8c3a3beba..1a5526f7d 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -69,8 +69,10 @@ But it's not ideal to have to manually identify the right set of files to add to the chat. And sending whole files is a bulky way to send code context, wasting the precious 8k context window. +GPT doesn't need to see the entire implementation of BarLog, +it just needs to understand it well enough to use it. You may quickly run out of context window if you need to -send many files worth of context. +send many files worth of code just to convey context. ## Using a repo map to provide context