Remove redundant deprecation warning in docstring

This commit is contained in:
Paul Kompfner
2025-08-07 11:11:00 -04:00
parent b4a886b59f
commit 2b5db9c562

View File

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