Unify agent server settings and extract e2e tests out (#34642)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2025-07-17 14:34:38 -03:00 committed by GitHub
parent 0f72d7ed52
commit dab0b3509d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 547 additions and 500 deletions

View file

@ -12,6 +12,7 @@ pub fn init(cx: &mut App) {
#[derive(Default, Deserialize, Serialize, Clone, JsonSchema, Debug)]
pub struct AllAgentServersSettings {
pub gemini: Option<AgentServerSettings>,
pub claude: Option<AgentServerSettings>,
}
#[derive(Deserialize, Serialize, Clone, JsonSchema, Debug)]