Fix thread manager sample config initializer

This commit is contained in:
Abhinav Vedmala
2026-05-28 14:52:20 -07:00
parent a87c44de1d
commit 1dcf8a74e0

View File

@@ -223,6 +223,7 @@ fn new_config(model: Option<String>, arg0_paths: Arg0DispatchPaths) -> anyhow::R
project_doc_max_bytes: 32 * 1024,
project_doc_fallback_filenames: Vec::new(),
tool_output_token_limit: None,
hook_additional_context_token_limit: None,
agent_max_threads: Some(6),
agent_job_max_runtime_seconds: None,
agent_interrupt_message_enabled: false,