The Generative AI Worker interface.

interface IGenerativeAIWorker {
    close(): void;
}

Methods

Methods

  • Close the Generative AI Worker.

    Returns void