Merge pull request #428 from SuanmoSuanyangTechnology/feature/workflow_import_zy

Feature/workflow import zy
This commit is contained in:
yingzhao
2026-03-02 18:29:25 +08:00
committed by GitHub
14 changed files with 205 additions and 70 deletions

View File

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