Skip to content

Commit

Permalink
Update result data handling
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 2, 2023
1 parent f1964f4 commit fbfe9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_minerva/integration/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ def handle_prompt(self, prompt: str):
assert self._prompt_handled.wait(self._intent_timeout)
assert self._audio_output_done.wait(self._speak_timeout)
assert self._last_message is not None
self._results.append(self._last_message)
self._results.append(self._last_message.context["timing"])
LOG.debug(f"Handled {prompt}")

0 comments on commit fbfe9c6

Please sign in to comment.