Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,6 @@ class BasicAgent:
|
|
32 |
print(f"Agent returning answer: {fixed_answer[:100]}...") # Truncate long output
|
33 |
return fixed_answer
|
34 |
|
35 |
-
def process_request(self, question: str) -> str:
|
36 |
-
return "This is a default answer."
|
37 |
|
38 |
class SearchAgent(BasicAgent):
|
39 |
def __init__(self):
|
|
|
32 |
print(f"Agent returning answer: {fixed_answer[:100]}...") # Truncate long output
|
33 |
return fixed_answer
|
34 |
|
|
|
|
|
35 |
|
36 |
class SearchAgent(BasicAgent):
|
37 |
def __init__(self):
|