Buckets:
| export enum ColorMode { | |
| LIGHT = 'light', | |
| DARK = 'dark', | |
| SYSTEM = 'system' | |
| } | |
| export enum TooltipSide { | |
| TOP = 'top', | |
| RIGHT = 'right', | |
| BOTTOM = 'bottom', | |
| LEFT = 'left' | |
| } | |
| /** | |
| * MCP prompt display variant | |
| */ | |
| export enum McpPromptVariant { | |
| MESSAGE = 'message', | |
| ATTACHMENT = 'attachment' | |
| } | |
| /** | |
| * URL prefixes for protocol detection | |
| */ | |
| export enum UrlProtocol { | |
| DATA = 'data:', | |
| HTTP = 'http:', | |
| HTTPS = 'https:', | |
| WEBSOCKET = 'ws:', | |
| WEBSOCKET_SECURE = 'wss:' | |
| } | |
| export enum HtmlInputType { | |
| FILE = 'file' | |
| } | |
Xet Storage Details
- Size:
- 518 Bytes
- Xet hash:
- c733090a3f5ad9743387244f0c5717325a571ece16cda956a895959eeb19df95
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.