pass on save info to model + ui tweaks (#14123)

Passing on more information to the model for context purposes, to
streamline image-identification.
This commit is contained in:
Won Park
2026-03-09 13:10:15 -07:00
committed by GitHub
parent 44ecc527cb
commit 42f20a6845
6 changed files with 74 additions and 17 deletions

View File

@@ -6288,7 +6288,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: None,
saved_path: Some("/tmp/project/ig-1.png".into()),
}),
});