Skip to content

Commit

Permalink
Merge pull request #141 from fractalego/deactivate-resets-rules-and-m…
Browse files Browse the repository at this point in the history
…emory

updated the answer to an unknown prediction
  • Loading branch information
fractalego authored Nov 23, 2024
2 parents 4304ec2 + 9ca70f6 commit 3c9772c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wafl/events/conversation_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ async def _process_query(self, text: str):
):
await self._interface.output("I don't know what to reply")

if (
not text_is_question
and not self._interface.get_utterances_list()
):
await self._interface.output("I don't know what to reply")

if (
not text_is_question
and answer.is_true()
Expand Down

0 comments on commit 3c9772c

Please sign in to comment.