This commit is contained in:
Vasily Zubarev
2025-05-03 10:27:03 +02:00
parent 26991a1520
commit 9c0ba62589
3 changed files with 6 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ export default function AgentWindow({ title, children }: { title: string; childr
<div className="border-2 border-purple-500 bg-purple-100 rounded-md overflow-hidden">
<div className="flex flex-row gap-1 items-center font-bold text-xs bg-purple-200 text-purple-800 p-1">
<Bot className="w-4 h-4" />
<span>Agent called: {title}</span>
<span>Tool called: {title}</span>
</div>
<div className="p-4">{children}</div>
</div>