UNPKG

capsule-ai-cli

Version:

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

34 lines 920 B
import React from 'react'; interface ToolResultDisplayProps { toolName: string; content: string; metadata?: { success?: boolean; additions?: number; deletions?: number; linesRead?: number; matchCount?: number; fileCount?: number; filePath?: string; command?: string; error?: string; args?: string; todoDisplay?: string; todoCount?: number; agentCount?: number; gitCommand?: string; gitSummary?: string; resultCount?: number; searchType?: string; url?: string; status?: string; agentId?: string; agentStatus?: string; taskCount?: number; query?: string; originalParams?: any; }; } export declare const ToolResultDisplay: React.FC<ToolResultDisplayProps>; export {}; //# sourceMappingURL=ToolResultDisplay.d.ts.map