触发function call后,清空回复队列

This commit is contained in:
玄凤科技
2025-04-16 11:48:40 +08:00
parent 8c7d129089
commit 208c045d3d
+1
View File
@@ -548,6 +548,7 @@ class ConnectionHandler:
f"function call error: {content_arguments}"
)
if not bHasError:
response_message.clear()
self.logger.bind(tag=TAG).info(
f"function_name={function_name}, function_id={function_id}, function_arguments={function_arguments}"
)