ToolErrorEvent
autogen.beta.events.tool_events.ToolErrorEvent #
Bases: ToolResultEvent
Represents a failed tool execution with an associated error.
Source code in autogen/beta/events/base.py
created_at class-attribute instance-attribute #
from_call classmethod #
Source code in autogen/beta/events/tool_events.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).