HumanMessage
autogen.beta.events.types.HumanMessage #
Bases: BaseEvent
Event representing a human user's response.
Source code in autogen/beta/events/base.py
created_at class-attribute instance-attribute #
ensure_message classmethod #
Source code in autogen/beta/events/types.py
to_dict #
from_dict classmethod #
Reconstruct an event from a serialized dictionary.
Filters input to only fields known by this class (via MRO Field descriptors), then constructs via cls(**filtered).