UNPKG

@measey/mycoder-agent

Version:

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

6 lines 275 B
import { Message } from '../llm/types.js'; /** * Helper function to add a tool result to messages */ export declare function addToolResultToMessages(messages: Message[], toolUseId: string, toolResult: any, isError: boolean): void; //# sourceMappingURL=messageUtils.d.ts.map