Theme variant this icon is intended for UI theme preference per SEP-1865
| 1766 | |
| 1767 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 1768 | class 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 | |
| 1776 | class ExternalToolTextResultForLlmContentType(Enum): |
| 1777 | AUDIO = "audio" |
no outgoing calls
no test coverage detected
searching dependent graphs…