diff options
| author | adamdottv <[email protected]> | 2025-05-14 13:15:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-14 13:15:39 -0500 |
| commit | 9d173143099dfea175142a77cdb148ae468065ad (patch) | |
| tree | a9ca16fac68974b67e33c4137e054e39ae8be779 /internal | |
| parent | 3982be4310aa57209fd4ce2be833c3515f759ba8 (diff) | |
| download | opencode-9d173143099dfea175142a77cdb148ae468065ad.tar.gz opencode-9d173143099dfea175142a77cdb148ae468065ad.zip | |
fix: tweak
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/tui/components/chat/message.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/message.go b/internal/tui/components/chat/message.go index 322f8bc0b..58c0aed49 100644 --- a/internal/tui/components/chat/message.go +++ b/internal/tui/components/chat/message.go @@ -475,7 +475,7 @@ func renderToolResponse(toolCall message.ToolCall, response message.ToolResult, switch toolCall.Name { case agent.AgentToolName: return styles.ForceReplaceBackgroundWithLipgloss( - toMarkdown(response.Content, false, width), + toMarkdown(resultContent, false, width), t.Background(), ) case tools.BashToolName: |
