mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
3e7ce3b0fc
commit
fb6ada2774
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ Using only the meta-data in the map, GPT is able to:
|
|||
- Figure out the arguments required to instantiate the `InputOuput` instance.
|
||||
- Decide that the `Coder` class looks complex enough to use a `MagickMock`.
|
||||
|
||||
The signature of `cmd_add()` doesn't have types, so GPT makes a
|
||||
reasonable but incorrect guess that it wants a `list` of files. The
|
||||
user uses the `/run` command to run the new unit test, which throws an
|
||||
The `cmd_add()` method is defined without type annotations, so GPT makes a
|
||||
reasonable but incorrect guess that it accepts a `list` of files. The
|
||||
user invokes the `/run` command to run the new unit test, which throws an
|
||||
error based on this misunderstanding.
|
||||
|
||||
GPT reviews the error message and fixes the call to `cmd_add()` to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue