mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update ctags.md
This commit is contained in:
parent
38db2016bd
commit
98cc90cc4b
1 changed files with 3 additions and 1 deletions
|
@ -69,8 +69,10 @@ But it's not ideal to have to manually identify the right
|
||||||
set of files to add to the chat.
|
set of files to add to the chat.
|
||||||
And sending whole files is a bulky way to send code context,
|
And sending whole files is a bulky way to send code context,
|
||||||
wasting the precious 8k context window.
|
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 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
|
## Using a repo map to provide context
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue