UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 257 B
import { TimelineEntry } from '../../types/session-report/TimelineEntry'; export declare function createToolEntry(toolName: string, input: any, response: any, timestamp: string, duration: number): TimelineEntry; //# sourceMappingURL=createToolEntry.d.ts.map