wt002 commited on
Commit
f5a5310
·
verified ·
1 Parent(s): 9655e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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):