finance-mgn - v1.4.1
    Preparing search index...
    • Labels transactions using an LLM.

      Parameters

      • existingTransactions: Transaction[]

        The existing transactions.

      • newTransactions: Transaction[]

        The new transactions.

      • promptFilename: string

        The name of the prompt file.

      Returns Promise<Transaction[]>

      A promise that resolves to the labeled transactions.

      An error if the labeling process fails.