fix(minimal): 补齐极简模式摘要行中缺失的子智能体/记忆/对话分类统计
This commit is contained in:
parent
67292f9fd3
commit
b2cbe0ab5d
@ -745,6 +745,10 @@ const getCompletedSummaryText = (actions: Action[]): string => {
|
|||||||
edit: 0,
|
edit: 0,
|
||||||
search: 0,
|
search: 0,
|
||||||
webpage: 0,
|
webpage: 0,
|
||||||
|
memory_update: 0,
|
||||||
|
memory_read: 0,
|
||||||
|
conversation: 0,
|
||||||
|
sub_agent: 0,
|
||||||
other: 0
|
other: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user