fix : reset of blocks

This commit is contained in:
martin legrand
2025-05-05 15:37:13 +02:00
parent de315a43a1
commit 101c103aeb
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class CoderAgent(Agent):
async def process(self, prompt, speech_module) -> str:
answer = ""
attempt = 0
max_attempts = 4
max_attempts = 5
prompt = self.add_sys_info_prompt(prompt)
self.memory.push('user', prompt)
clarify_trigger = "REQUEST_CLARIFICATION"