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

Method to_dict

python/copilot/generated/rpc.py:517–520  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

515 return AgentSelectRequest(name)
516
517 def to_dict(self) -> dict:
518 result: dict = {}
519 result["name"] = from_str(self.name)
520 return result
521
522# Experimental: this type is part of an experimental API and may change or be removed.
523@dataclass

Callers

nothing calls this directly

Calls 1

from_strFunction · 0.70

Tested by

no test coverage detected