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.

  • ConversationNotes - Notes list with add functionality * Shows notes added by team members and allows adding new notes.

Props

notes
ConversationNote[]
required
notes
conversationId
string
required
conversationId

Usage

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

export default function Example() {
  return (
    <ConversationNotes notes={notes} conversationId={conversationId} />
  );
}