mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
more fixes
This commit is contained in:
parent
3b672e798c
commit
94d57804d7
12 changed files with 360 additions and 47 deletions
|
|
@ -20,15 +20,14 @@ pub struct ModelAlias {
|
|||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Agent {
|
||||
pub name: String,
|
||||
pub id: String,
|
||||
pub kind: Option<String>,
|
||||
pub url: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct AgentPipeline {
|
||||
pub name: String,
|
||||
pub agent: String,
|
||||
pub id: 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