mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: tweak
This commit is contained in:
parent
3982be4310
commit
9d17314309
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue