pvanand commited on
Commit
788373a
1 Parent(s): 85c4751

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -5
main.py CHANGED
@@ -433,11 +433,7 @@ def parse_followup_response(input_text):
433
 
434
  import re
435
 
436
- import re
437
-
438
- import re
439
-
440
- def parse_followup_response(input_text):
441
  # Remove extra brackets, excess quotes, and excessive whitespace
442
  cleaned_text = re.sub(r'\[|\]|"+|\s+', ' ', input_text).strip()
443
 
 
433
 
434
  import re
435
 
436
+ def parse_followup_and_tools(input_text):
 
 
 
 
437
  # Remove extra brackets, excess quotes, and excessive whitespace
438
  cleaned_text = re.sub(r'\[|\]|"+|\s+', ' ', input_text).strip()
439