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 ),