[cli] Add --provider and --model CLI options to run command (#3295)

Signed-off-by: Tom Hayden <thayden@gmail.com>
This commit is contained in:
Tom Hayden
2025-07-11 12:13:03 -04:00
committed by GitHub
parent f73bdaf6df
commit 3cdb642cc8
3 changed files with 48 additions and 6 deletions
+2
View File
@@ -41,6 +41,8 @@ pub async fn agent_generator(
extensions_override: None,
additional_system_prompt: None,
settings: None,
provider: None,
model: None,
debug: false,
max_tool_repetitions: None,
interactive: false, // Benchmarking is non-interactive