fix wrong params in required field

This commit is contained in:
= 2025-04-26 12:52:04 +08:00
parent 594af0ade7
commit 8599666393

View File

@ -17,7 +17,7 @@ tools = [
"description": "the content to write to the file.", "description": "the content to write to the file.",
}, },
}, },
"required": ["location"] "required": ["file_path","content"],
}, },
} }
}, },