feat: specify parameters configuration in recipe file (#2444)

This commit is contained in:
Lifei Zhou
2025-05-13 07:54:25 +10:00
committed by GitHub
parent 984e5b8df7
commit 15aa240f7d
7 changed files with 519 additions and 128 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use crate::commands::mcp::run_server;
use crate::commands::recipe::{handle_deeplink, handle_validate};
use crate::commands::session::{handle_session_list, handle_session_remove};
use crate::logging::setup_logging;
use crate::recipe::load_recipe;
use crate::recipes::recipe::load_recipe;
use crate::session;
use crate::session::{build_session, SessionBuilderConfig};
use goose_bench::bench_config::BenchRunConfig;