UNPKG

capsule-ai-cli

Version:

The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing

15 lines 382 B
import React from 'react'; interface Context { id: string; created: Date; messageCount: number; } interface ChatSelectorProps { contexts: Context[]; currentContextId: string; onSelect: (contextId: string) => void; onClose: () => void; } export declare const ChatSelector: React.FC<ChatSelectorProps>; export {}; //# sourceMappingURL=ChatSelector.d.ts.map