From 859966639301ab6cc4a1114fad8e8b814d30a585 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 26 Apr 2025 12:52:04 +0800 Subject: [PATCH] fix wrong params in required field --- chat_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], }, } },