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

Class Theme

python/copilot/generated/rpc.py:1768–1774  ·  view source on GitHub ↗

Theme variant this icon is intended for UI theme preference per SEP-1865

Source from the content-addressed store, hash-verified

1766
1767# Experimental: this type is part of an experimental API and may change or be removed.
1768class Theme(Enum):
1769 """Theme variant this icon is intended for
1770
1771 UI theme preference per SEP-1865
1772 """
1773 DARK = "dark"
1774 LIGHT = "light"
1775
1776class ExternalToolTextResultForLlmContentType(Enum):
1777 AUDIO = "audio"

Callers 1

from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…