summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index b3ae41e..661ade0 100644
--- a/bot.go
+++ b/bot.go
@@ -1177,7 +1177,6 @@ func findCall(msg, toolCall string) bool {
// Create tool response message with the proper tool_call_id
// Mark shell commands as always visible
isShellCommand := fc.Name == "execute_command"
-
// Check if response is multimodal content (image)
var toolResponseMsg models.RoleMsg
if strings.HasPrefix(strings.TrimSpace(toolMsg), `{"type":"multimodal_content"`) {