UNPKG

@measey/mycoder-agent

Version:

Agent module for mycoder - an AI-powered software development assistant

6 lines 284 B
import { Tool, ToolCall, ToolContext } from './types.js'; /** * Executes a tool call and returns the formatted result */ export declare const executeToolCall: (toolCall: ToolCall, tools: Tool[], context: ToolContext) => Promise<string>; //# sourceMappingURL=executeToolCall.d.ts.map