fieldnotesai
    Preparing search index...
    • Calls the LLM with session content to extract structured DB entity data. Accepts pre-fetched sessionContent to avoid duplicate DB round-trips when running in parallel with the form fill prompt.

      Parameters

      • sessionContent: string

      Returns Promise<{ data?: DBFillResult; error?: string; success: boolean }>