refac/fix

This commit is contained in:
Timothy Jaeryang Baek 2025-07-19 12:17:35 +04:00
parent 2d4675dc1c
commit ea18ffdade

View file

@ -2064,7 +2064,7 @@ async def process_chat_response(
if done: if done:
pass pass
else: else:
log.debug("Error: ", e) log.debug(f"Error: {e}")
continue continue
if content_blocks: if content_blocks: