fix(chat): Error Message

This commit is contained in:
Wenjie Zhang 2025-12-03 22:19:59 +08:00
parent d80bb13b7e
commit ab06e9e1e9

View File

@ -678,7 +678,7 @@ async def chat_agent(
new_conv_manager,
thread_id,
full_msg=full_msg,
error_message=error_msg if not full_msg else None,
error_message=error_msg,
error_type=error_type,
)
finally: