processors(realtime-ai): add support for interrupting the bot

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-19 22:33:46 -07:00
parent 6e00f31014
commit 82d539d174
5 changed files with 89 additions and 22 deletions

View File

@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `RealtimeAIProcessor`...
- Added `BotInterruptionFrame` which allows interrupting the bot while talking.
- Added `LLMMessagesAppendFrame` which allows appending messages to the current
LLM context.