Files
Yi.Framework/Yi.Abp.Net8/framework/Yi.Framework.SemanticKernel/SemanticKernelOptions.cs
2025-06-17 23:25:55 +08:00

9 lines
232 B
C#

namespace Yi.Framework.SemanticKernel
{
public class SemanticKernelOptions
{
public List<string> ModelIds { get; set; }
public string Endpoint { get; set; }
public string ApiKey { get; set; }
}
}