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

Function session_event_from_dict

python/copilot/generated/session_events.py:9091–9092  ·  view source on GitHub ↗
(s: Any)

Source from the content-addressed store, hash-verified

9089
9090
9091def session_event_from_dict(s: Any) -> SessionEvent:
9092 return SessionEvent.from_dict(s)
9093
9094
9095def session_event_to_dict(x: SessionEvent) -> Any:

Calls 1

from_dictMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…