fix(webui): render local CLI image artifacts

This commit is contained in:
Xubin Ren
2026-05-24 19:43:20 +08:00
parent 9efdce276f
commit c9ff64fc0f
13 changed files with 461 additions and 10 deletions
+1
View File
@@ -378,6 +378,7 @@ export type InboundEvent =
event: "stream_end";
chat_id: string;
stream_id?: string;
text?: string;
}
| {
event: "reasoning_delta";