diff --git a/frontend/src/views/chat/ChatToolResultItem.vue b/frontend/src/views/chat/ChatToolResultItem.vue index dc5b2bb..16822dc 100644 --- a/frontend/src/views/chat/ChatToolResultItem.vue +++ b/frontend/src/views/chat/ChatToolResultItem.vue @@ -120,6 +120,44 @@ from "{{ data.oldCategory }}" to "{{ data.newCategory }}" + + +
+ + + + Name + Type + Parent + + + + + {{ cat.name }} + + + {{ cat.type }} + + + {{ cat.parentName || '-' }} + + + +
+ + +
+ + Created {{ data.type }} category "{{ data.name }}"{{ data.parentName ? ` under "${data.parentName}"` : '' }} + +
+ + +
+ + Deleted {{ data.type }} category "{{ data.name }}" + +