mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
core: route view_image through a sandbox-backed fs helper
This commit is contained in:
@@ -59,7 +59,6 @@ pub fn load_for_prompt_bytes(
|
||||
mode: PromptImageMode,
|
||||
) -> Result<EncodedImage, ImageProcessingError> {
|
||||
let path_buf = path.to_path_buf();
|
||||
|
||||
let key = ImageCacheKey {
|
||||
digest: sha1_digest(&file_bytes),
|
||||
mode,
|
||||
|
||||
Reference in New Issue
Block a user