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
+2 -1
View File
@@ -4519,7 +4519,8 @@ func TestRun_PicoToolFeedbackSuppressesDuplicateInterimAssistantContent(t *testi
MaxTokens: 4096,
MaxToolIterations: 10,
ToolFeedback: config.ToolFeedbackConfig{
Enabled: true,
Enabled: true,
PrettyPrint: true,
},
},
},