Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -287,6 +287,12 @@ class BasicAgent:
|
|
| 287 |
# print(f"Agent received question (first 50 chars): {question[:50]}...")
|
| 288 |
# fixed_answer = "This is a default answer."
|
| 289 |
# print(f"Agent returning fixed answer: {fixed_answer}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
print(f"Agent received question: {question}")
|
| 291 |
print()
|
| 292 |
return respond_to_input(question)
|
|
|
|
| 287 |
# print(f"Agent received question (first 50 chars): {question[:50]}...")
|
| 288 |
# fixed_answer = "This is a default answer."
|
| 289 |
# print(f"Agent returning fixed answer: {fixed_answer}")
|
| 290 |
+
print()
|
| 291 |
+
print()
|
| 292 |
+
print()
|
| 293 |
+
print()
|
| 294 |
+
|
| 295 |
+
|
| 296 |
print(f"Agent received question: {question}")
|
| 297 |
print()
|
| 298 |
return respond_to_input(question)
|