Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -46,5 +46,4 @@ class AdvancedAgent:
|
|
46 |
return response.strip()
|
47 |
except Exception as e:
|
48 |
print(f"Error processing question: {e}")
|
49 |
-
return f"Error: Unable to process question - {e}"
|
50 |
-
```
|
|
|
46 |
return response.strip()
|
47 |
except Exception as e:
|
48 |
print(f"Error processing question: {e}")
|
49 |
+
return f"Error: Unable to process question - {e}"
|
|