Class ChatClientAccessor<TWorkSpace>
Inheritance
ChatClientAccessor<TWorkSpace>
Assembly: Volo.Abp.AI.dll
Syntax
[Dependency(ReplaceServices = true, TryRegister = true)]
[ExposeServices(new Type[] { typeof(IChatClientAccessor) })]
public class ChatClientAccessor<TWorkSpace> : IChatClientAccessor<TWorkSpace>, IChatClientAccessor where TWorkSpace : class
Type Parameters
| Name |
Description |
| TWorkSpace |
|
Constructors
ChatClientAccessor(IServiceProvider)
Declaration
public ChatClientAccessor(IServiceProvider serviceProvider)
Parameters
Properties
ChatClient
Declaration
public IChatClient? ChatClient { get; }
Property Value
| Type |
Description |
| IChatClient |
|
Implements
Extension Methods