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