Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 6, 2024
1 parent 2ce8f81 commit 50dad91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/ui/app/agents/[agentId]/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export default function Chat({
<CardContent>
<ScrollArea className="relative flex max-h-40 grow flex-col rounded-lg border p-3">
<Message
traceId={session ? `${agent.id}-${session}` : agent.id}
type="ai"
message={run.outputs?.output}
profile={profile}
Expand Down

0 comments on commit 50dad91

Please sign in to comment.