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:
committed by
Mattie Ruth
parent
24266c238f
commit
0e820a01b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user