Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt

Use this file to discover all available pages before exploring further.

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} />
  );
}