feat(web): workflow runtime add error info

This commit is contained in:
zhaoying
2026-03-02 18:14:36 +08:00
parent 37ddcb91ac
commit 6cebddf893
3 changed files with 17 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ export interface ChatItem {
status?: string;
subContent?: Record<string, any>[];
files?: any[];
error?: string;
}
/**