Merge pull request #2901 from pipecat-ai/pk/llmcontext-messages

Add `messages` property to `LLMContext` for usage parity with `OpenAI…
This commit is contained in:
Aleix Conchillo Flaqué
2025-10-21 18:00:33 -07:00
committed by GitHub
3 changed files with 15 additions and 17 deletions

View File

@@ -45,9 +45,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
@@ -58,9 +55,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()
```
- Added support for `bulbul:v3` model in `SarvamTTSService` and