This commit is contained in:
Timothy Jaeryang Baek 2025-02-03 17:19:33 -08:00
parent df07d671ce
commit e5bb0f014a

View File

@ -1388,6 +1388,7 @@ async def process_chat_response(
retries += 1 retries += 1
log.debug(f"Attempt count: {retries}") log.debug(f"Attempt count: {retries}")
output = ""
try: try:
if content_blocks[-1]["attributes"].get("type") == "code": if content_blocks[-1]["attributes"].get("type") == "code":
output = await event_caller( output = await event_caller(