diff --git a/static/src/components/chat/MinimalBlocks.vue b/static/src/components/chat/MinimalBlocks.vue index 6f44147..aff88f5 100644 --- a/static/src/components/chat/MinimalBlocks.vue +++ b/static/src/components/chat/MinimalBlocks.vue @@ -745,6 +745,10 @@ const getCompletedSummaryText = (actions: Action[]): string => { edit: 0, search: 0, webpage: 0, + memory_update: 0, + memory_read: 0, + conversation: 0, + sub_agent: 0, other: 0 };