Update ctags.md

This commit is contained in:
paul-gauthier 2023-05-23 20:53:52 -07:00 committed by GitHub
parent 98cc90cc4b
commit ab3338203f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ 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
You may quickly run out of context window if you
send many files worth of code just to convey context.
## Using a repo map to provide context