Merge remote-tracking branch 'origin/abp' into abp

This commit is contained in:
橙子
2025-03-23 17:16:37 +08:00
13 changed files with 91 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
namespace Yi.Framework.Core.Options;
public class SemanticKernelOptions
{
public List<string> ModelIds { get; set; }
public string Endpoint { get; set; }
public string ApiKey { get; set; }
}