Class TypedChatClient<TWorkSpace>
Namespace: Volo.Abp.AI
Assembly: Volo.Abp.AI.dll
Syntax
public class TypedChatClient<TWorkSpace> : DelegatingChatClient, IChatClient<TWorkSpace>, IChatClient, IDisposable where TWorkSpace : class
Type Parameters
| Name | Description |
|---|---|
| TWorkSpace |
Constructors
TypedChatClient(IServiceProvider)
Declaration
public TypedChatClient(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceProvider | serviceProvider |
Implements
Microsoft.Extensions.AI.IChatClient