use prim ctor and fixed warnings: Botcontroller and effected classes

This commit is contained in:
CWX
2025-01-18 14:52:15 +00:00
parent a3d3d6490f
commit 6d5ff3af2d
7 changed files with 118 additions and 91 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public class BotGenerationCacheService
throw new NotImplementedException();
}
public string CreateCacheKey(string role, string difficulty)
public string CreateCacheKey(string? role, string? difficulty)
{
throw new NotImplementedException();
}