We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1889e69 commit b26dc98Copy full SHA for b26dc98
1 file changed
crates/core/src/agent/mod.rs
@@ -628,7 +628,8 @@ impl Agent {
628
// Log warnings for suspicious patterns
629
if self.app_config.tools.log_injection_warnings && !result.warnings.is_empty() {
630
tracing::warn!(
631
- "Suspicious patterns detected in {} output: {:?}",
+ "Suspicious patterns detected in session: {:?} {} output: {:?}",
632
+ self.session.id(),
633
call.name,
634
result.warnings
635
);
0 commit comments