vibe-tools
Version:
CLI tools for AI agents
10 lines (9 loc) • 344 B
TypeScript
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;