mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
zip the hashes
This commit is contained in:
parent
10049d8695
commit
11dddad4c1
1 changed files with 6 additions and 2 deletions
|
@ -348,8 +348,12 @@ Fix the code in {file_list} to resolve the errors.
|
|||
commit_hash=commit_hash,
|
||||
num_error_outputs=io.num_error_outputs,
|
||||
num_user_asks=io.num_user_asks,
|
||||
chat_completion_call_hashes=coder.chat_completion_call_hashes,
|
||||
chat_completion_response_hashes=coder.chat_completion_response_hashes,
|
||||
chat_hashes=list(
|
||||
zip(
|
||||
coder.chat_completion_call_hashes,
|
||||
coder.chat_completion_response_hashes,
|
||||
)
|
||||
),
|
||||
)
|
||||
dump(results)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue