mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
3248d04ea4
commit
ba2b13cd3a
1 changed files with 2 additions and 3 deletions
|
@ -120,9 +120,8 @@ For example, here is the `ctags --fields=+S --output-format=json` output for the
|
|||
}
|
||||
```
|
||||
|
||||
The repo map is built using the `name`, `path`, `scope`, `kind` and
|
||||
`signature` data from `ctags`.
|
||||
Rather then sending the data to GPT in that chatty json format, `aider`
|
||||
The repo map is built using this `ctags` data.
|
||||
Rather then sending the data to GPT using verbose json, `aider`
|
||||
formats the map as a sorted,
|
||||
hierarchical tree. This is a format that GPT can easily understand and which efficiently conveys the map data using a
|
||||
minimal number of tokens.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue