mirror of
https://github.com/openai/codex.git
synced 2026-05-29 23:40:29 +00:00
Fix thread manager sample config initializer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user