unifying all image saves to /tmp to bug-proof (#14149)

image-gen feature will have the model saving to /tmp by default + at all
times
This commit is contained in:
Won Park
2026-03-11 12:33:08 -07:00
committed by Michael Bolin
parent 91ca20c7c3
commit 722e8f08e1
8 changed files with 214 additions and 82 deletions
@@ -5,4 +5,4 @@ expression: combined
---
• Generated Image:
└ A tiny blue square
└ Saved to: /tmp/project
└ Saved to: /tmp
+1 -1
View File
@@ -6289,7 +6289,7 @@ async fn image_generation_call_adds_history_cell() {
status: "completed".into(),
revised_prompt: Some("A tiny blue square".into()),
result: "Zm9v".into(),
saved_path: Some("/tmp/project/ig-1.png".into()),
saved_path: Some("/tmp/ig-1.png".into()),
}),
});