feat: 新增agent接口

This commit is contained in:
chenchun
2025-12-23 17:08:42 +08:00
parent 3c3e134d2b
commit ec4fdc39fe
5 changed files with 83 additions and 316 deletions

View File

@@ -62,7 +62,7 @@ public class AiGateWayManager : DomainService
/// <param name="modelApiType"></param>
/// <param name="modelId"></param>
/// <returns></returns>
private async Task<AiModelDescribe> GetModelAsync(ModelApiTypeEnum modelApiType, string modelId)
public async Task<AiModelDescribe> GetModelAsync(ModelApiTypeEnum modelApiType, string modelId)
{
var aiModelDescribe = await _aiModelRepository._DbQueryable
.LeftJoin<AiAppAggregateRoot>((model, app) => model.AiAppId == app.Id)