ModelProvider
The base interface for a model provider.
The model provider is responsible for looking up Model
instances by name.
Methods
Section titled “Methods”getModel()
Section titled “getModel()”getModel(modelName?): | Model| Promise<Model>
Get a model by name
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
|
|
The name of the model to get. |