Skip to main content
SmartFillButton component

Props

agentId
string
required
agentId
onApplied
() => void
onApplied
className
string
className
compact
boolean
compact
disabled
boolean
disabled
showBotIcon
boolean
showBotIcon

Usage

import { SmartFillButton } from '@/components/SmartFillButton';

export default function Example() {
  return (
    <SmartFillButton agentId={agentId} />
  );
}