cleanup before merge

This commit is contained in:
Paul Gauthier 2024-08-16 11:35:30 -07:00
parent d3e37c9e36
commit b61b5f4b74
3 changed files with 4 additions and 5 deletions

View file

@ -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: