Bump deprecation version of LLMMessagesFrame, LLMUserResponseAggregator, and LLMAssistantResponseAggregator (the deprecation slipped past the 0.0.78 release)
This commit is contained in:
@@ -478,7 +478,7 @@ class TranscriptionUpdateFrame(DataFrame):
|
|||||||
class LLMMessagesFrame(DataFrame):
|
class LLMMessagesFrame(DataFrame):
|
||||||
"""Frame containing LLM messages for chat completion.
|
"""Frame containing LLM messages for chat completion.
|
||||||
|
|
||||||
.. deprecated:: 0.0.78
|
.. deprecated:: 0.0.79
|
||||||
This class is deprecated and will be removed in a future version.
|
This class is deprecated and will be removed in a future version.
|
||||||
Instead, use either:
|
Instead, use either:
|
||||||
- `LLMMessagesUpdateFrame` with `run_llm=True`
|
- `LLMMessagesUpdateFrame` with `run_llm=True`
|
||||||
|
|||||||
@@ -995,7 +995,7 @@ class LLMAssistantContextAggregator(LLMContextResponseAggregator):
|
|||||||
class LLMUserResponseAggregator(LLMUserContextAggregator):
|
class LLMUserResponseAggregator(LLMUserContextAggregator):
|
||||||
"""User response aggregator that outputs LLMMessagesFrame instead of context frames.
|
"""User response aggregator that outputs LLMMessagesFrame instead of context frames.
|
||||||
|
|
||||||
.. deprecated:: 0.0.78
|
.. deprecated:: 0.0.79
|
||||||
This class is deprecated and will be removed in a future version.
|
This class is deprecated and will be removed in a future version.
|
||||||
Use `LLMUserContextAggregator` or another LLM-specific subclass instead.
|
Use `LLMUserContextAggregator` or another LLM-specific subclass instead.
|
||||||
|
|
||||||
@@ -1038,7 +1038,7 @@ class LLMUserResponseAggregator(LLMUserContextAggregator):
|
|||||||
class LLMAssistantResponseAggregator(LLMAssistantContextAggregator):
|
class LLMAssistantResponseAggregator(LLMAssistantContextAggregator):
|
||||||
"""Assistant response aggregator that outputs LLMMessagesFrame instead of context frames.
|
"""Assistant response aggregator that outputs LLMMessagesFrame instead of context frames.
|
||||||
|
|
||||||
.. deprecated:: 0.0.78
|
.. deprecated:: 0.0.79
|
||||||
This class is deprecated and will be removed in a future version.
|
This class is deprecated and will be removed in a future version.
|
||||||
Use `LLMAssistantContextAggregator` or another LLM-specific subclass instead.
|
Use `LLMAssistantContextAggregator` or another LLM-specific subclass instead.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user