diff --git a/chat_tools.py b/chat_tools.py index 1651bdd..d0c5909 100644 --- a/chat_tools.py +++ b/chat_tools.py @@ -17,7 +17,7 @@ tools = [ "description": "the content to write to the file.", }, }, - "required": ["location"] + "required": ["file_path","content"], }, } },