fix: tweak

This commit is contained in:
adamdottv
2025-05-14 13:15:39 -05:00
parent 5056a67f57
commit 98a2f09ae7
+1 -1
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: