feat: Make FilterChain clonable
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -26,6 +26,7 @@ enum FilterType {
|
||||
StripAnsi,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct FilterChain {
|
||||
plugins: Vec<Box<dyn FilterPlugin>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user