more changes

This commit is contained in:
Adil Hafeez 2025-09-16 11:23:34 -07:00
parent e57000000d
commit 71e4435500
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 94 additions and 16 deletions

View file

@ -23,6 +23,7 @@ pub struct Agent {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AgentPipeline {
pub name: String,
pub default: Option<bool>,
pub description: Option<String>,
pub filter_chain: Vec<String>,
}