Remove redundant deprecation warning in docstring
This commit is contained in:
@@ -1013,10 +1013,6 @@ class LLMUserResponseAggregator(LLMUserContextAggregator):
|
|||||||
):
|
):
|
||||||
"""Initialize the user response aggregator.
|
"""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:
|
Args:
|
||||||
messages: Initial messages for the conversation context.
|
messages: Initial messages for the conversation context.
|
||||||
params: Configuration parameters for aggregation behavior.
|
params: Configuration parameters for aggregation behavior.
|
||||||
|
|||||||
Reference in New Issue
Block a user