Skip to content

UPDATE_SYSTEM_MESSAGE

autogen.agentchat.conversable_agent.UPDATE_SYSTEM_MESSAGE #

UPDATE_SYSTEM_MESSAGE(*args, **kwargs)

Bases: UpdateSystemMessage

Deprecated: Use UpdateSystemMessage instead. This class will be removed in a future version (TBD).

Source code in autogen/agentchat/conversable_agent.py
def __init__(self, *args: Any, **kwargs):
    warnings.warn(
        "UPDATE_SYSTEM_MESSAGE is deprecated and will be removed in a future version (TBD). Use UpdateSystemMessage instead.",
        DeprecationWarning,
        stacklevel=2,
    )
    super().__init__(*args, **kwargs)

content_updater instance-attribute #

content_updater