mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
clean up boilerplate
This commit is contained in:
@@ -31,16 +31,7 @@ async fn thread_start_creates_thread_and_emits_started() -> Result<()> {
|
||||
let req_id = mcp
|
||||
.send_thread_start_request(ThreadStartParams {
|
||||
model: Some("o3".to_string()),
|
||||
model_provider: None,
|
||||
profile: None,
|
||||
cwd: None,
|
||||
approval_policy: None,
|
||||
sandbox: None,
|
||||
config: None,
|
||||
base_instructions: None,
|
||||
developer_instructions: None,
|
||||
compact_prompt: None,
|
||||
include_apply_patch_tool: None,
|
||||
..Default::default()
|
||||
})
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user