mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
more changes
This commit is contained in:
parent
027f54a43f
commit
3b672e798c
9 changed files with 59 additions and 23 deletions
|
|
@ -21,8 +21,8 @@ pub struct ModelAlias {
|
|||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Agent {
|
||||
pub name: String,
|
||||
pub kind: String,
|
||||
pub endpoint: String,
|
||||
pub kind: Option<String>,
|
||||
pub url: String,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue