mirror of https://github.com/abpframework/abp.git
2 changed files with 6 additions and 5 deletions
@ -1,8 +1,9 @@ |
|||
using Microsoft.SemanticKernel; |
|||
|
|||
namespace Volo.Abp.AI; |
|||
|
|||
public interface IKernel<TWorkSpace> |
|||
where TWorkSpace : class |
|||
{ |
|||
} |
|||
|
|||
|
|||
Kernel Kernel { get; } |
|||
} |
|||
Loading…
Reference in new issue