platypush/platypush/message
Fabio Manganiello fcae7aa3ad Several improvements for `assistant` plugins.
- `stop_conversation_on_speech_match` should default to True.

- `render_response` should also handle conversation follow-ups, set the
  follow-up to True if the response ends with a question mark and the
  value of `with_follow_on_turn` is not set,

- Don't render responses if a `tts_plugin` is not set.
2024-06-02 15:31:11 +00:00
..
event Several improvements for `assistant` plugins. 2024-06-02 15:31:11 +00:00
request [#366] Context variables should be dynamically assigned through `locals()` instead of `exec()`. 2024-02-26 21:29:35 +01:00
response [#398] Removed custom `Response` objects from Tensorflow and response docs generation logic. 2024-05-15 09:55:58 +02:00
__init__.py [#398] Refactored `esp` plugin. 2024-05-15 01:29:45 +02:00