MCPcopy Create free account
hub / github.com/github/copilot-sdk / SessionCreatedEvent

Class SessionCreatedEvent

python/copilot/client.py:942–945  ·  view source on GitHub ↗

Emitted when a session is created.

Source from the content-addressed store, hash-verified

940
941@dataclass
942class SessionCreatedEvent(SessionLifecycleEventBase):
943 """Emitted when a session is created."""
944
945 type: ClassVar[Literal["session.created"]] = "session.created"
946
947
948@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…