From 01b6bf5bb7307246cb2cca7f1cbc8aba693941cc Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Tue, 13 May 2025 13:08:43 -0500 Subject: chore: refactor db --- internal/tui/components/chat/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/components/chat/message.go') diff --git a/internal/tui/components/chat/message.go b/internal/tui/components/chat/message.go index e7a6f7237..9c7ac2aa1 100644 --- a/internal/tui/components/chat/message.go +++ b/internal/tui/components/chat/message.go @@ -605,7 +605,7 @@ func renderToolMessage( return toolMsg } - params := renderToolParams(width-2-lipgloss.Width(toolNameText), toolCall) + params := renderToolParams(width-1-lipgloss.Width(toolNameText), toolCall) responseContent := "" if response != nil { responseContent = renderToolResponse(toolCall, *response, width-2) -- cgit v1.2.3