fieldnotesai
    Preparing search index...
    • Updates an existing recording's AI summary in the database.

      Parameters

      • recordingId: string

        The ID of the recording.

      • summary: string

        The new summary text.

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

      Success status and optional error.