mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
fix(app-server) revert null instructions changes (#17047)
This commit is contained in:
@@ -179,8 +179,8 @@ impl CodexToolCallParam {
|
||||
codex_self_exe: arg0_paths.codex_self_exe.clone(),
|
||||
codex_linux_sandbox_exe: arg0_paths.codex_linux_sandbox_exe.clone(),
|
||||
main_execve_wrapper_exe: arg0_paths.main_execve_wrapper_exe.clone(),
|
||||
base_instructions: base_instructions.map(Some),
|
||||
developer_instructions: developer_instructions.map(Some),
|
||||
base_instructions,
|
||||
developer_instructions,
|
||||
compact_prompt,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user