mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
added descriptions
This commit is contained in:
parent
36dab7d89f
commit
88ea4198ea
16 changed files with 18 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
highlight_image: /assets/robot-ast.png
|
||||
nav_order: 900
|
||||
description: Aider uses a map of your git repository to provide code context to LLMs.
|
||||
---
|
||||
|
||||
# Repository map
|
||||
|
@ -8,7 +9,7 @@ nav_order: 900
|
|||

|
||||
|
||||
Aider
|
||||
sends the LLM a **concise map of your whole git repository**
|
||||
uses a **concise map of your whole git repository**
|
||||
that includes
|
||||
the most important classes and functions along with their types and call signatures.
|
||||
This helps the LLM understand the code it needs to change,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue