mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
codex: fix CI failure on PR #13187
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -60,8 +60,14 @@ pub fn thread_manager_with_models_provider_and_home(
|
||||
auth: CodexAuth,
|
||||
provider: ModelProviderInfo,
|
||||
codex_home: PathBuf,
|
||||
plan_mode_developer_instructions: Option<String>,
|
||||
) -> ThreadManager {
|
||||
ThreadManager::with_models_provider_and_home_for_tests(auth, provider, codex_home)
|
||||
ThreadManager::with_models_provider_and_home_and_plan_instructions_for_tests(
|
||||
auth,
|
||||
provider,
|
||||
codex_home,
|
||||
plan_mode_developer_instructions,
|
||||
)
|
||||
}
|
||||
|
||||
pub fn models_manager_with_provider(
|
||||
|
||||
Reference in New Issue
Block a user