refac: rm print

This commit is contained in:
Timothy Jaeryang Baek 2024-12-09 23:30:43 -08:00
parent 10747a6b04
commit 6b46b8bf62

View File

@ -480,8 +480,6 @@ async def chat_completion_tools_handler(
except Exception as e:
tool_output = str(e)
print(tools[tool_function_name]["citation"])
if isinstance(tool_output, str):
if tools[tool_function_name]["citation"]:
sources.append(