diff --git a/src/pipecat/processors/aggregators/llm_response.py b/src/pipecat/processors/aggregators/llm_response.py index 437db9639..2f70a1e03 100644 --- a/src/pipecat/processors/aggregators/llm_response.py +++ b/src/pipecat/processors/aggregators/llm_response.py @@ -1056,10 +1056,6 @@ class LLMAssistantResponseAggregator(LLMAssistantContextAggregator): ): """Initialize the assistant response aggregator. - .. deprecated:: 0.0.78 - This class is deprecated and will be removed in a future version. - Use `LLMAssistantContextAggregator` or another LLM-specific subclass instead. - Args: messages: Initial messages for the conversation context. params: Configuration parameters for aggregation behavior.