mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
update schema validate code and rename kind => type in agent_filter
This commit is contained in:
parent
387d6d1b58
commit
974141b539
6 changed files with 37 additions and 11 deletions
|
|
@ -24,7 +24,8 @@ pub struct Agent {
|
|||
pub transport: Option<String>,
|
||||
pub tool: Option<String>,
|
||||
pub url: String,
|
||||
pub kind: Option<String>,
|
||||
#[serde(rename = "type")]
|
||||
pub agent_type: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue