mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
copy
This commit is contained in:
parent
3f1eaf566c
commit
fe1d0b0e09
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ aider/
|
||||||
|
|
||||||
Mapping out the repo like this provides some benefits:
|
Mapping out the repo like this provides some benefits:
|
||||||
|
|
||||||
- GPT can see the variables, classes, methods and function signatures from everywhere in the repo. This alone may give it enough context to solve many tasks. For example, it can probably figure out how to use the API exported from a module just using the class, method and argument names in the map.
|
- GPT can see the variables, classes, methods and function signatures from everywhere in the repo. This alone may give it enough context to solve many tasks. For example, it can probably figure out how to use the API exported from a module based on the class, method and argument names shown in the map.
|
||||||
- If it needs to see more code, GPT use the map to figure out by itself which files it needs to look at. GPT then asks to see these files, and `aider` will automatically add them to the chat context (with user approval).
|
- If it needs to see more code, GPT use the map to figure out by itself which files it needs to look at. GPT then asks to see these files, and `aider` will automatically add them to the chat context (with user approval).
|
||||||
|
|
||||||
Of course, large repos will probably have maps that are too large for
|
Of course, large repos will probably have maps that are too large for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue