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