MCPcopy Index your code
hub / github.com/github/copilot-sdk / to_dict

Method to_dict

python/copilot/client.py:482–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

480 return StopError(str(message))
481
482 def to_dict(self) -> dict:
483 result: dict = {}
484 result["message"] = self.message
485 return result
486
487
488@dataclass

Calls

no outgoing calls