Interface IGenerativeAIWorkerOptions

The generative AI worker options.

interface IGenerativeAIWorkerOptions {
    model: IGenerativeAIModel;
}

Hierarchy (view full)

Properties

Properties