Hierarchy (view full)

Constructors

Properties

contentSourceTypeID: string
contextUser: UserInfo
_openAI: OpenAI

Methods

  • Implemented abstract method from the AutotagBase class. that runs the entire autotagging process. This method is the entry point for the autotagging process. It initializes the connection, retrieves the content sources corresponding to the content source type, sets the content items that we want to process, extracts and processes the text, and sets the results in the database.

    Parameters

    Returns Promise<void>