mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-28 04:06:05 +01:00
fix: tweak
This commit is contained in:
@@ -475,7 +475,7 @@ func renderToolResponse(toolCall message.ToolCall, response message.ToolResult,
|
|||||||
switch toolCall.Name {
|
switch toolCall.Name {
|
||||||
case agent.AgentToolName:
|
case agent.AgentToolName:
|
||||||
return styles.ForceReplaceBackgroundWithLipgloss(
|
return styles.ForceReplaceBackgroundWithLipgloss(
|
||||||
toMarkdown(response.Content, false, width),
|
toMarkdown(resultContent, false, width),
|
||||||
t.Background(),
|
t.Background(),
|
||||||
)
|
)
|
||||||
case tools.BashToolName:
|
case tools.BashToolName:
|
||||||
|
|||||||
Reference in New Issue
Block a user