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 {
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue