mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Update ctags.md
This commit is contained in:
parent
85cd9e833a
commit
09ddb795b6
1 changed files with 2 additions and 2 deletions
|
@ -112,9 +112,9 @@ 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
|
The repo map is built using the `name`, `path`, `scope`, `kind` and
|
||||||
`signature` data from `ctags`.
|
`signature` data from `ctags`.
|
||||||
Rather then sending that chatty json data to GPT, `aider`
|
Rather then sending the data to GPT in that chatty json format, `aider`
|
||||||
formats the map as a sorted,
|
formats the map as a sorted,
|
||||||
hierarchical tree. This is a format that is easy to understand and which efficiently conveys the map data to GPT-4 using a
|
hierarchical tree. This is a format that GPT can easily understand and which efficiently conveys the map data to GPT-4 using a
|
||||||
minimal number of tokens.
|
minimal number of tokens.
|
||||||
|
|
||||||
## Example chat transcript
|
## Example chat transcript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue