Add files via upload

This commit is contained in:
公明
2026-07-03 19:33:10 +08:00
committed by GitHub
parent 58be62fa24
commit a66b8fc821
5 changed files with 170 additions and 11 deletions
+4
View File
@@ -2572,6 +2572,10 @@ function renderProcessDetails(messageId, processDetails, options) {
itemTitle = '🤖 Agent 输出' + (label ? (' · ' + label) : '');
} else if (eventType === 'workflow_hitl_checkpoint') {
itemTitle = '🧑‍⚖️ 人工确认检查点';
} else if (eventType === 'workflow_hitl_waiting') {
itemTitle = '🧑‍⚖️ 工作流等待审批';
} else if (eventType === 'workflow_paused') {
itemTitle = '⏸️ 工作流已暂停';
} else if (eventType === 'iteration') {
const n = data.iteration || 1;
if (data.orchestration === 'plan_execute' && data.einoScope === 'main') {