mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Promote image_detail_original to experimental (#16957)
This commit is contained in:
committed by
GitHub
parent
a504d8f0fa
commit
d2df7c54b2
@@ -156,15 +156,6 @@ fn tool_call_mcp_elicitation_is_stable_and_enabled_by_default() {
|
||||
assert_eq!(Feature::ToolCallMcpElicitation.default_enabled(), true);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn image_detail_original_feature_is_under_development() {
|
||||
assert_eq!(
|
||||
Feature::ImageDetailOriginal.stage(),
|
||||
Stage::UnderDevelopment
|
||||
);
|
||||
assert_eq!(Feature::ImageDetailOriginal.default_enabled(), false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn remote_control_is_under_development() {
|
||||
assert_eq!(Feature::RemoteControl.stage(), Stage::UnderDevelopment);
|
||||
|
||||
Reference in New Issue
Block a user