Spaces:
Running
Running
Update agent_service.py
Browse files- agent_service.py +1 -1
agent_service.py
CHANGED
|
@@ -455,4 +455,4 @@ Example:
|
|
| 455 |
cleaned.append(line)
|
| 456 |
response = "\n".join(cleaned)
|
| 457 |
|
| 458 |
-
return response.strip()
|
|
|
|
| 455 |
cleaned.append(line)
|
| 456 |
response = "\n".join(cleaned)
|
| 457 |
|
| 458 |
+
return response.strip()
|