Update OpenAIRealtimeLLMService to work with LLMContext and LLMContextAggregatorPair (cont'd).
CHANGELOG tweak.
This commit is contained in:
@@ -63,9 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
# or
|
# or
|
||||||
context: OpenAILLMContext
|
context: OpenAILLMContext
|
||||||
|
|
||||||
# Reading messages from context
|
|
||||||
messages = context.messages
|
|
||||||
|
|
||||||
## AFTER:
|
## AFTER:
|
||||||
|
|
||||||
# Context aggregator type
|
# Context aggregator type
|
||||||
@@ -76,9 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Context type
|
# Context type
|
||||||
context: LLMContext
|
context: LLMContext
|
||||||
|
|
||||||
# Reading messages from context
|
|
||||||
messages = context.get_messages()
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Also note that `RealtimeMessagesUpdateFrame` and
|
Also note that `RealtimeMessagesUpdateFrame` and
|
||||||
|
|||||||
Reference in New Issue
Block a user