rtvi: add RTVIUserLLMTextProcessor

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-06 01:02:22 -07:00
parent 4a74eb3321
commit bb966a89d2
2 changed files with 37 additions and 12 deletions

View File

@@ -5,7 +5,12 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.43] - 2024-10-03
## [Unreleased]
### Added
- Added new `RTVIUserLLMTextProcessor`. This processor will send an RTVI
`user-llm-text` message with the user content's that was sent to the LLM.
### Changed