capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
16 lines • 579 B
TypeScript
import { CompletionResponse } from '../types/index.js';
export declare class ToolChatService {
chatWithTools(input: string, options?: {
mode?: 'chat' | 'agent' | 'plan' | 'fusion';
provider?: string;
model?: string;
stream?: boolean;
autoExecute?: boolean;
}): Promise<CompletionResponse>;
private executeTools;
private displayPlannedTools;
getEnhancedSystemMessage(mode: string): string;
private getBaseSystemMessage;
}
export declare const toolChatService: ToolChatService;
//# sourceMappingURL=tool-chat.d.ts.map