From 4832829708db3e3d1effc7d98d0d98ba34df1220 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:21:07 -0700 Subject: [PATCH] Update benchmarks.md --- docs/benchmarks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index bc342936d..2ca14b74f 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -151,7 +151,8 @@ demo.py ### whole-func -The [whole-func](https://github.com/paul-gauthier/aider/blob/main/aider/coders/wholefile_func_coder.py) format requests whole files to be returned using the function call API. +The [whole-func](https://github.com/paul-gauthier/aider/blob/main/aider/coders/wholefile_func_coder.py) +format requests updated copies of whole files to be returned using the function call API. ```