feat(api): в AgentHistoryResponse добавлена информация о шаблоне

This commit is contained in:
Mikhail Trubnikov
2023-12-27 08:50:45 +10:00
parent 584c594d77
commit 48bdf9f38f
3 changed files with 23 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
public Guid TemplateId { get; set; }
public string? TemplateName { get; set; }
public AgentHistoryLevelResponse? Level { get; set; }
}
}