Unify agent server settings and extract e2e tests out (#34642)
Release Notes: - N/A
This commit is contained in:
parent
0f72d7ed52
commit
dab0b3509d
7 changed files with 547 additions and 500 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue