Skip to content

Commit

Permalink
agentId
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan370 committed Aug 22, 2024
1 parent 19e4d3c commit ca0f189
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/chat/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,21 @@ const Chat = () => {

<div className="group border relative active:opacity-90 ">
<a
href="/chat/caa27062-b517-41c7-a858-245031795e3f"
href="/chat"
className="flex items-center gap-2 p-2"
>
<div className="relative min-w-48 h-10 p-2 hover:bg-gray-200 rounded grow overflow-hidden whitespace-nowrap">
Agent 1
</div>
</a>
<a
href="/chat"
className="flex items-center gap-2 p-2"
>
<div className="relative min-w-48 h-10 p-2 hover:bg-gray-200 rounded grow overflow-hidden whitespace-nowrap">
Agent 2
</div>
</a>
<div className="absolute bottom-0 right-0 top-0 items-center gap-1.5 pr-2 flex">
<button
className="flex items-center justify-center text-token-text-primary transition hover:text-token-text-secondary radix-state-open:text-token-text-secondary"
Expand Down

0 comments on commit ca0f189

Please sign in to comment.