You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Context handling with TransformChatHistory is deprecated. "
12
-
"Please use TransformMessages from autogen/agentchat/contrib/capabilities/transform_messages.py instead.",
11
+
"Context handling with TransformChatHistory is deprecated and will be removed in `0.2.30`. "
12
+
"Please use `TransformMessages`, documentation can be found at https://microsoft.github.io/autogen/docs/topics/handling_long_contexts/intro_to_transform_messages",
Copy file name to clipboardExpand all lines: autogen/agentchat/contrib/compressible_agent.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
logger=logging.getLogger(__name__)
14
14
15
15
warn(
16
-
"Context handling with CompressibleAgent is deprecated. "
17
-
"Please use `TransformMessages`, documentation can be found at https://microsoft.github.io/autogen/docs/reference/agentchat/contrib/capabilities/transform_messages",
16
+
"Context handling with CompressibleAgent is deprecated and will be removed in `0.2.30`. "
17
+
"Please use `TransformMessages`, documentation can be found at https://microsoft.github.io/autogen/docs/topics/handling_long_contexts/intro_to_transform_messages",
0 commit comments