perf: 主agent对话交互调整

This commit is contained in:
rd
2025-08-28 12:03:52 +08:00
parent ce5bd35e37
commit 10fc946eca
13 changed files with 190 additions and 136 deletions

View File

@ -8,6 +8,7 @@ declare global {
node?: string;
output?: string;
run_id?: string;
step_run_id?: string;
teamRunTaskId?: string;
isCollapse?: boolean;
status?: RUN_TASK_STATUS | TEAM_RUN_TASK_STATUS;