mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
cleanup before merge
This commit is contained in:
parent
d3e37c9e36
commit
b61b5f4b74
3 changed files with 4 additions and 5 deletions
|
@ -1299,9 +1299,7 @@ class Coder:
|
|||
self.partial_response_function_call = (
|
||||
completion.choices[0].message.tool_calls[0].function
|
||||
)
|
||||
dump(str(self.partial_response_function_call))
|
||||
except AttributeError as func_err:
|
||||
dump(func_err)
|
||||
show_func_err = func_err
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue