utils(string): support email addresses in end of sentence matching

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-26 17:23:06 -08:00
parent 2e0c6c2bd1
commit 1dbad2326a
3 changed files with 25 additions and 1 deletions

View File

@@ -138,6 +138,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `match_endofsentence` issue that would result in emails to be
considered an end of sentence.
- Fixed an issue where the RTVI message `disconnect-bot` was pushing an
`EndFrame`, resulting in the pipeline not shutting down. It now pushes an
`EndTaskFrame` upstream to shutdown the pipeline.