simplify omnitool output

This commit is contained in:
yadong-lu
2025-03-12 18:31:53 -07:00
parent 0ecb489d35
commit 09ca3a8f1f

View File

@@ -53,7 +53,7 @@ class AnthropicExecutor:
tool_result_content.append( tool_result_content.append(
_make_api_tool_result(result, content_block.id) _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 # 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) # Note: to display the messages in the gradio, you should organize the messages in the following way (user message, bot message)