Skip to content

Commit

Permalink
Fix small UI issues in tracing ui (superagent-ai#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp authored Sep 18, 2023
1 parent 7612226 commit a307996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ui/app/agents/[agentId]/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ export default function Chat({
.map((run: any) => (
<Card key={run.id}>
<CardHeader>
<div className="flex justify-between space-x-4">
<div className="flex items-start justify-between space-x-4">
<p className="flex-1">{run.inputs.input}</p>
<div className="flex items-center space-x-4">
<div className="mt-1 flex items-center space-x-4">
<p className="text-primary font-mono text-xs">
{run.total_tokens} tokens
</p>
Expand Down

0 comments on commit a307996

Please sign in to comment.