fix: tweak

This commit is contained in:
adamdottv
2025-05-14 13:15:39 -05:00
parent 3982be4310
commit 9d17314309

View File

@@ -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: