fix for CI

This commit is contained in:
easong-openai
2025-07-29 12:45:54 -07:00
parent 2a7f70c00b
commit a073dba2e3

View File

@@ -60,5 +60,6 @@ pub(crate) enum AppEvent {
/// Failed to generate a compact summary. Contains a human-readable error
/// message that will be surfaced in the conversation history.
#[cfg_attr(feature = "fake-compact-model", allow(dead_code))]
CompactSummaryFailed(String),
}