feat(web): workflow runtime add error info
This commit is contained in:
@@ -23,6 +23,7 @@ export interface ChatItem {
|
||||
status?: string;
|
||||
subContent?: Record<string, any>[];
|
||||
files?: any[];
|
||||
error?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user