Skip to content

Commit f2796d3

Browse files
committed
Remove extra and
1 parent d2c4f3e commit f2796d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/eca/sidebar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ function M:_handle_server_content(params)
12241224
return
12251225
elseif content.type == "toolCalled" then
12261226
-- Add diff to current tool call if present in toolCalled content
1227-
if self._current_tool_call and content.details and content.details.diff then
1227+
if self._current_tool_call and content.details then
12281228
self._current_tool_call.details = content.details
12291229
end
12301230

0 commit comments

Comments
 (0)