fix test: enable pretty_print in tool feedback test
This commit is contained in:
parent
bdaff5cb69
commit
9bc702ebaf
1 changed files with 2 additions and 1 deletions
|
|
@ -4519,7 +4519,8 @@ func TestRun_PicoToolFeedbackSuppressesDuplicateInterimAssistantContent(t *testi
|
||||||
MaxTokens: 4096,
|
MaxTokens: 4096,
|
||||||
MaxToolIterations: 10,
|
MaxToolIterations: 10,
|
||||||
ToolFeedback: config.ToolFeedbackConfig{
|
ToolFeedback: config.ToolFeedbackConfig{
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
|
PrettyPrint: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue