Feat : improvement for search efficiency

This commit is contained in:
martin legrand
2025-03-15 12:37:05 +01:00
parent e909d9d84c
commit 6b4b57e552
3 changed files with 57 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class CasualAgent(Agent):
"file_finder": FileFinder(),
"bash": BashInterpreter()
}
self.role = "talking, advices, events and philosophical"
self.role = "casual talking"
def process(self, prompt, speech_module) -> str:
complete = False