update thread manager sample config

This commit is contained in:
Abhinav Vedmala
2026-05-08 12:25:00 -04:00
parent 98bdeea777
commit ec2cbed32d

View File

@@ -159,6 +159,7 @@ fn new_config(model: Option<String>, arg0_paths: Arg0DispatchPaths) -> anyhow::R
let mut config = Config {
config_layer_stack: ConfigLayerStack::default(),
startup_warnings: Vec::new(),
bypass_hook_trust: false,
model,
service_tier: None,
review_model: None,