From 09ca3a8f1fc2862fabdeaf504f66e31d25948025 Mon Sep 17 00:00:00 2001 From: yadong-lu Date: Wed, 12 Mar 2025 18:31:53 -0700 Subject: [PATCH] simplify omnitool output --- omnitool/gradio/executor/anthropic_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnitool/gradio/executor/anthropic_executor.py b/omnitool/gradio/executor/anthropic_executor.py index 02d9ce6..f5c1a77 100644 --- a/omnitool/gradio/executor/anthropic_executor.py +++ b/omnitool/gradio/executor/anthropic_executor.py @@ -53,7 +53,7 @@ class AnthropicExecutor: tool_result_content.append( _make_api_tool_result(result, content_block.id) ) - self.tool_output_callback(result, content_block.id) + # self.tool_output_callback(result, content_block.id) # Craft messages based on the content_block # Note: to display the messages in the gradio, you should organize the messages in the following way (user message, bot message)