Skip to content

Commit

Permalink
sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 committed Dec 13, 2024
1 parent a562949 commit 6d4d436
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ export const PlaygroundCallStats = ({call}: {call: TraceCallSchema}) => {
/>
{(call.output as any)?.choices?.[0]?.finish_reason && (
<Tooltip
content="Finish Reason"
content="Finish reason"
trigger={
// Placing in span so tooltip shows up
<span>
<Pill
icon="checkmark-circle"
Expand Down

0 comments on commit 6d4d436

Please sign in to comment.