fix: Resolve compilation errors related to status and filter plugins
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -65,11 +65,13 @@ pub struct CompressionPluginConfig {
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, utoipa::ToSchema)]
|
||||
pub struct MetaPluginConfig {
|
||||
pub name: String,
|
||||
#[schema(value_type = Object)]
|
||||
#[serde(default)]
|
||||
pub options: std::collections::HashMap<String, serde_yaml::Value>,
|
||||
#[schema(value_type = Object)]
|
||||
#[serde(default)]
|
||||
pub outputs: std::collections::HashMap<String, String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user