Implemented: GetKeepAlive, ClearCache, IsMagazine + stubbed out GenerateBot`

This commit is contained in:
Chomp
2025-01-13 16:41:13 +00:00
parent 71f554ed88
commit e35c125e02
4 changed files with 39 additions and 10 deletions
+3 -1
View File
@@ -110,7 +110,9 @@ public class BotGenerator
/// <returns>BotBase object</returns>
public BotBase GenerateBot(string sessionId, BotBase bot, BotType botJsonTemplate, BotGenerationDetails botGenerationDetails)
{
throw new NotImplementedException();
_logger.Error("NOT IMPLEMENTED BotGenerator.GenerateBot");
return new BotBase();
}
/// <summary>