Aider · Example Payload

Aider Cli Ask Response Example

AIAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree SitterRepository MapPair Programming

Aider Cli Ask Response 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

answerfiles_referenced

Example Payload

Raw ↑
{
  "answer": "The retry policy in `src/http/retry.py` wraps the rate limiter from `src/http/limiter.py` ...",
  "files_referenced": [
    "src/http/retry.py",
    "src/http/limiter.py"
  ]
}