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.

AddTextDocumentDialog component

Props

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

Usage

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

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