Remove redundant deprecation warning in docstring

This commit is contained in:
Paul Kompfner
2025-08-07 09:40:53 -04:00
parent 07eb00722b
commit b4a886b59f

View File

@@ -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.