Skip to main content

github_copilot_sdk/
session_events.rs

1//! Session event payload types — auto-generated from the
2//! `session-events.schema.json` protocol schema.
3//!
4//! This is the stable public access point for the generated event types.
5//! The underlying crate-private module where the types are defined is
6//! an implementation detail whose layout may change.
7
8pub use crate::generated::session_events::*;