Class NullChatClientAccessor
Implements
Inherited Members
Namespace: Volo.Abp.AI
Assembly: Volo.Abp.AI.Abstractions.dll
Syntax
[Dependency(TryRegister = true)]
[ExposeServices(new Type[] { typeof(IChatClientAccessor) })]
public class NullChatClientAccessor : IChatClientAccessor
Constructors
NullChatClientAccessor()
Declaration
public NullChatClientAccessor()
Properties
ChatClient
Declaration
public IChatClient? ChatClient { get; }
Property Value
| Type | Description |
|---|---|
| IChatClient |