mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
plano orchestration (draft)
This commit is contained in:
parent
2f9121407b
commit
53e03901d2
25 changed files with 2520 additions and 285 deletions
|
|
@ -33,7 +33,7 @@ pub struct AgentFilterChain {
|
|||
pub id: String,
|
||||
pub default: Option<bool>,
|
||||
pub description: Option<String>,
|
||||
pub filter_chain: Vec<String>,
|
||||
pub filter_chain: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue