diff --git a/frontend/src/components/ai/ChatWindow.tsx b/frontend/src/components/ai/ChatWindow.tsx index 726020d..56a0444 100644 --- a/frontend/src/components/ai/ChatWindow.tsx +++ b/frontend/src/components/ai/ChatWindow.tsx @@ -160,7 +160,7 @@ export function ChatWindow({ sessionId, agentId, className, compact }: ChatWindo
{msg.role === 'user' ? 'Du' : 'KI'}
-
+
{msg.tool_calls && msg.tool_calls.length > 0 && (