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.

FirecrawlDialog component

Props

open
boolean
required
open
onOpenChange
(open: boolean) => void
required
onOpenChange
agentId
string
required
agentId
onSuccess
() => void
onSuccess

Usage

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

export default function Example() {
  return (
    <FirecrawlDialog open={open} onOpenChange={onOpenChange} agentId={agentId} />
  );
}