From b4a886b59f818493aec42e249b2ed7812366e951 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 7 Aug 2025 09:40:53 -0400 Subject: [PATCH] Remove redundant deprecation warning in docstring --- src/pipecat/processors/aggregators/llm_response.py | 4 ---- 1 file changed, 4 deletions(-) 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.