Add pretty_print and disable_escape_html to tool_feedback defaults

This commit is contained in:
David Siewert
2026-04-25 22:27:01 +06:00
parent fc89fea319
commit bdaff5cb69
6 changed files with 193 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func DefaultConfig() *Config {
MaxArgsLength: 300,
SeparateMessages: false,
PrettyPrint: true,
DisableEscapeHTML: true,
DisableEscapeHTML: true,
},
SplitOnMarker: false,
},