9 lines
254 B
C#
9 lines
254 B
C#
namespace Yi.Framework.Stock.Domain.Managers.SemanticKernel
|
|
{
|
|
public class SemanticKernelOptions
|
|
{
|
|
public List<string> ModelIds { get; set; }
|
|
public string Endpoint { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
} |