"""Public re-export of the session event types. These types are auto-generated from the Copilot CLI session-events schema. This module is the stable public access point so callers can write ``copilot.session_events.AssistantMessageData`` without depending on the internal ``copilot._generated`` package layout. """ from ._generated.session_events import * # noqa: F401, F403 from ._generated.session_events import __all__ # noqa: F401