Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -433,11 +433,7 @@ def parse_followup_response(input_text):
|
|
| 433 |
|
| 434 |
import re
|
| 435 |
|
| 436 |
-
|
| 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 |
|