Update OpenAIRealtimeLLMService to work with LLMContext and LLMContextAggregatorPair (cont'd).

CHANGELOG tweak.
This commit is contained in:
Paul Kompfner
2025-10-23 09:34:06 -04:00
parent 6140fdb2c9
commit 9bc02afd0d

View File

@@ -63,9 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# or
context: OpenAILLMContext
# Reading messages from context
messages = context.messages
## AFTER:
# Context aggregator type
@@ -76,9 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Context type
context: LLMContext
# Reading messages from context
messages = context.get_messages()
```
Also note that `RealtimeMessagesUpdateFrame` and