UNPKG

capsule-ai-cli

Version:

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

15 lines 432 B
import React from 'react'; interface SubAgentConfigProps { onConfirm: (model: string, provider: string) => void; onCancel: () => void; currentModel: string; currentProvider: string; currentDefaults?: { model: string; provider: string; }; saveAsDefault?: boolean; } export declare const SubAgentConfig: React.FC<SubAgentConfigProps>; export {}; //# sourceMappingURL=SubAgentConfig.d.ts.map