mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
more changes
This commit is contained in:
parent
e57000000d
commit
71e4435500
4 changed files with 94 additions and 16 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue