fix: Correct streaming content parameters and update deprecated macro
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -13,7 +13,7 @@ pub trait FilterPlugin: Send {
|
||||
fn filter(&mut self, reader: Box<&mut dyn Read>, writer: Box<&mut dyn Write>) -> Result<()>;
|
||||
}
|
||||
|
||||
#[derive(Debug, EnumString, EnumVariantNames)]
|
||||
#[derive(Debug, EnumString, strum::VariantNames)]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
enum FilterType {
|
||||
HeadBytes,
|
||||
|
||||
Reference in New Issue
Block a user