We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9824b10 commit e7c1128Copy full SHA for e7c1128
2 files changed
crates/zeph-core/src/agent/mod.rs
@@ -2043,6 +2043,7 @@ impl<C: Channel> Agent<C> {
2043
tracing::warn!("injection_classifier soft_signal on user input");
2044
}
2045
zeph_sanitizer::InjectionVerdict::Clean => {}
2046
+ _ => {}
2047
2048
2049
#[cfg(feature = "classifiers")]
crates/zeph-core/src/agent/tool_execution/sanitize.rs
@@ -229,6 +229,7 @@ impl<C: Channel> Agent<C> {
229
self.update_metrics(|m| m.classifier_tool_suspicious += 1);
230
231
232
233
234
235
None
0 commit comments