more changes

This commit is contained in:
Adil Hafeez 2025-04-25 01:14:12 -07:00
parent 299f183e66
commit 9db30caff1
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 40 additions and 162 deletions

View file

@ -19,8 +19,8 @@ pub struct Configuration {
pub ratelimits: Option<Vec<Ratelimit>>,
pub tracing: Option<Tracing>,
pub mode: Option<GatewayMode>,
pub agents: HashMap<String, Agent>,
pub tools: HashMap<String, Tool>,
pub agents: Vec<Agent>,
pub tools: Vec<Tool>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]