Aider · Example Payload

Aider Cli Repository Map Example

Artificial IntelligenceAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen-SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree-sitterRepository MapPair Programming

Aider Cli Repository Map Example is an example object payload from Aider, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

token_budgetsymbols

Example Payload

Raw ↑
{
  "token_budget": 4096,
  "symbols": [
    {
      "file": "src/main.py",
      "symbols": [
        "class Cache",
        "def get(self, key)"
      ]
    }
  ]
}