From 066b7c33e4f39626662d3eaf1126da8223c67e80 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Tue, 5 May 2026 21:34:42 +0700 Subject: [PATCH] Fixing typo --- hendrik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hendrik.py b/hendrik.py index 0f01206..7b6f14a 100644 --- a/hendrik.py +++ b/hendrik.py @@ -2,7 +2,7 @@ import os, sys, json import config from llm_client import LLMClient from tools import coder -from script import gadget +from scripts import gadget tools_definition = [ gadget.tools_mapping( coder.schema_read_file, coder.read_file ),