Skip to content

Talking Stage v1.2.1

Compare
Choose a tag to compare
@Brainydaps Brainydaps released this 25 Jun 16:20
· 28 commits to master since this release
583bbab

Changelog for v1.2.1

[v1.2.0] - 2024-06-25

Added

  • Initial Interaction Alert: On the first interaction, the bot now displays an alert with guidance on how to format questions for better responses. This helps users understand the input format for optimal results.
  • Unique Responses: Updated the response mechanism to ensure that each response is unique and separated by a comma.
  • Expanded Training Data: The training data has been expanded to better handle a wider variety of questions, resulting in more accurate and relevant answers.

Changed

  • Response Method Update: The GetResponse method now returns a tuple containing the response and a flag indicating whether it is the first interaction.
  • MainPage Interaction Handling: Modified the OnSendClicked method in MainPage.xaml.cs to handle the first interaction alert display based on the flag from GetResponse.

Fixed

  • Improved Keyword Matching: Enhanced keyword matching in responses to ensure more accurate identification of user queries.

How to Update

To update your local repository to this version, use the following git commands:

git fetch origin
git checkout v1.2.0

How to Use

  1. On the first interaction, the bot will display an alert with the message: "Note: Different questions are identified and answered when separated by a comma, question mark, full stop or exclamation marks."
  2. Input multiple questions separated by punctuation marks for the bot to provide distinct, relevant responses.

Known Issues

  • The bot may still provide "I don't have an answer for that." for queries that are out of the scope of the training data.

Future Plans

  • Further expansion of the training dataset to cover more topics.
  • Continuous improvement of the machine learning model for better accuracy and relevancy in responses.