feat : slight improvement for planner & web agent

This commit is contained in:
martin legrand
2025-04-06 14:50:19 +02:00
parent 42f9485a39
commit 26e9dbcd40
7 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class CoderAgent(Agent):
info = f"System Info:\n" \
f"OS: {platform.system()} {platform.release()}\n" \
f"Python Version: {platform.python_version()}\n" \
f"\nYou must work in directory: {self.work_dir}"
f"\nYou must save file in work directory: {self.work_dir}"
return f"{prompt}\n\n{info}"
def process(self, prompt, speech_module) -> str: