fix: this should be a debug message not a warn (#4024)

is as a debug so still there if needed
This commit is contained in:
Michael Neale
2025-08-13 08:13:00 +10:00
committed by GitHub
parent 4ac530a2ea
commit e75f2f2555
+1 -1
View File
@@ -240,7 +240,7 @@ impl Agent {
let unfixed_messages = unfixed_conversation.messages().clone();
let (conversation, issues) = fix_conversation(unfixed_conversation.clone());
if !issues.is_empty() {
tracing::warn!(
debug!(
"Conversation issue fixed: {}",
debug_conversation_fix(
unfixed_messages.as_slice(),