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