This commit is contained in:
Paul Gauthier 2023-05-21 21:51:42 -07:00
parent 0e5701aa53
commit df4ca72c3b

View file

@ -11,8 +11,10 @@ worth of code in its context window.
To address this issue, `aider` has
a new experimental feature that utilizes `ctags` to provide
GPT with a **map of the whole repository**, enabling it to better comprehend and navigate
larger repos.
GPT with a **concise map of the whole repository** including
all declared variables and functions with call signatures.
This map enables GPT to better comprehend and navigate
all the code in larger repos.
## The problem: code context