From ce45a3618d7309f4751d6c12f5e3ee41b5cc2686 Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Fri, 14 Nov 2025 10:44:41 +0800 Subject: [PATCH] remove unused cotent --- agent/component/message.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent/component/message.py b/agent/component/message.py index 7e8259729..2f868c766 100644 --- a/agent/component/message.py +++ b/agent/component/message.py @@ -229,5 +229,4 @@ class Message(ComponentBase): logging.info(f"Converted content uploaded as {doc_id} (format={self._param.output_format})") except Exception as e: - logging.error(f"Error converting content to {self._param.output_format}: {e}") - self.set_output("attachment", None) \ No newline at end of file + logging.error(f"Error converting content to {self._param.output_format}: {e}") \ No newline at end of file