UNPKG

vibe-tools

Version:
10 lines (9 loc) 344 B
import type { ToolDefinition } from '../../../utils/tool-enabled-llm/unified-client'; /** * Create a tool definition for executing vibe-tools commands in the development environment * * @returns A tool definition for command execution */ export declare function createCommandExecutionTool(options: { debug: boolean; }): ToolDefinition;