mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Update image outputs to default to high detail (#18386)
Do not assume the default `detail`.
This commit is contained in:
@@ -787,7 +787,8 @@ async fn stdio_image_responses_round_trip() -> anyhow::Result<()> {
|
||||
output[1],
|
||||
json!({
|
||||
"type": "input_image",
|
||||
"image_url": OPENAI_PNG
|
||||
"image_url": OPENAI_PNG,
|
||||
"detail": "high"
|
||||
})
|
||||
);
|
||||
server.verify().await;
|
||||
|
||||
Reference in New Issue
Block a user