import type { AgentHistoryRecord } from "@/types"; /** * Builds an rlm_complete history record for failed run_python execution. * Expects: toolCallId is the outer run_python tool call id. */ export declare function rlmHistoryCompleteErrorRecordBuild(toolCallId: string, message: string, printOutput?: string[], toolCallCount?: number): AgentHistoryRecord; //# sourceMappingURL=rlmHistoryCompleteErrorRecordBuild.d.ts.map