fix test: enable pretty_print in tool feedback test

This commit is contained in:
David Siewert 2026-04-25 23:09:40 +06:00
parent bdaff5cb69
commit 9bc702ebaf

View file

@ -4520,6 +4520,7 @@ func TestRun_PicoToolFeedbackSuppressesDuplicateInterimAssistantContent(t *testi
MaxToolIterations: 10, MaxToolIterations: 10,
ToolFeedback: config.ToolFeedbackConfig{ ToolFeedback: config.ToolFeedbackConfig{
Enabled: true, Enabled: true,
PrettyPrint: true,
}, },
}, },
}, },