IAIExtensionsContainer.Register Method
| Name | Parameters | Description |
|---|---|---|
| Register<TExtension>(Type, Func<IServiceProvider, TExtension>, String) | key, factory, name |
Registers an AI extension of type TExtension with the specified key and optional name.
|
| Register<TExtension>(Type, String) | key, name |
Registers an AI extension of type TExtension with the specified key and optional name.
|