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

Class SessionUpdatedEvent

python/copilot/client.py:956–959  ·  view source on GitHub ↗

Emitted when a session is updated (summary/title/etc. changed).

Source from the content-addressed store, hash-verified

954
955@dataclass
956class SessionUpdatedEvent(SessionLifecycleEventBase):
957 """Emitted when a session is updated (summary/title/etc. changed)."""
958
959 type: ClassVar[Literal["session.updated"]] = "session.updated"
960
961
962@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…