naman1102 commited on
Commit
a89d475
·
1 Parent(s): 974b119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -287,6 +287,8 @@ 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
  return respond_to_input(question)
291
  # return fixed_answer
292
 
 
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)
293
  # return fixed_answer
294