Props for the ConfidenceBadge component.
export interface ConfidenceBadgeProps { confidence?: number | null; className?: string;} Copy
export interface ConfidenceBadgeProps { confidence?: number | null; className?: string;}
Optional
Match confidence percentage (0-100), or null/undefined to hide.
Additional Tailwind classes for styling.
Props for the ConfidenceBadge component.
Source