Jeffrey T. Fritz
Jeffrey T. Fritz
No new features here, but updated from .NET 7 to .NET 8 To Do: introduce the various rendering models and apply them to various pages to teach how to create...
To prevent repeated failures while attempting to send pictures, buffer images and send a batch
Allow a moderator or the broadcaster to execute !trainhat to run a service in the background that will take snapshots once every minute for 15 total images and add them...
Depending on the scene displayed, trim the screenshot to the appropriate region of the screen where Fritz's hat is. This should be an optional argument - [ ] !addhat -...
The initial criteria for identifying a question for the bot to answer could be further optimized. The `Fritz.Chatbot\Commands\AzureQnACommand.cs CanExecute` method is where this needs to be addressed This method is...
What if the bot could detect when its being trolled and respond with an appropriate trolling answer?
If the bot answers a question, the user who asked the question should be able to give some feedback if it was a correct answer or not. This response should...
Migrate the authoritative storage of the Q&A from the GitHub wiki to a Postgres database. - [x] Add EF Core interaction with Postgres - [x] Add questions to database -...
Store questions asked that do not have answers so that we can determine if an FAQ question needs to be created