diff --git a/src/agent_gsm.py b/src/agent_gsm.py index aa35c69..2103b69 100644 --- a/src/agent_gsm.py +++ b/src/agent_gsm.py @@ -280,7 +280,9 @@ def perform_answerer(): # Call analyzer script run_analyze(CONFIG.RecordFile, CONFIG.ReferenceAudio, '') - + + # Increase counter of attempts + attempt_idx += 1 def run_caller_task(t): global CURRENT_TASK