Introduce append_to_context to TextFrames

Adding support for setting whether or not the text in the TextFrame
should be added to the LLM context (by the LLM assistant aggregator).
Defaults to `True`.
This commit is contained in:
mattie ruth backman
2025-11-17 12:12:48 -05:00
committed by Mattie Ruth
parent 24266c238f
commit 0e820a01b9
4 changed files with 9 additions and 2 deletions

View File

@@ -135,6 +135,10 @@ Croatian, Hungarian, Malay, Norwegian, Nynorsk, Slovak, Slovenian, Swedish, and
text = match.text # instead of match.content
```
- `TextFrame` now includes the field `append_to_context` to support setting whether or not the
encompassing text should be added to the LLM context (by the LLM assistant aggregator). It
defaults to `True`.
### Deprecated
- The `api_key` parameter in `GeminiTTSService` is deprecated. Use