aubrigene949 commited on
Commit
42cae44
·
verified ·
1 Parent(s): 0629ba0

Update app.py

Browse files

Inserted this. before agent

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ class BasicAgent:
41
  print(f"Agent received question (first 50 chars): {question[:50]}...")
42
  fixed_answer = "This is a default answer."
43
  # fixed_answer = agent.run(question)
44
- print(f"Agent answered How are you today as: {agent.run('How are you today?')}")
45
  print(f"Agent returning fixed answer: {fixed_answer}")
46
  return fixed_answer
47
 
 
41
  print(f"Agent received question (first 50 chars): {question[:50]}...")
42
  fixed_answer = "This is a default answer."
43
  # fixed_answer = agent.run(question)
44
+ print(f"Agent answered How are you today as: {this.agent.run('How are you today?')}")
45
  print(f"Agent returning fixed answer: {fixed_answer}")
46
  return fixed_answer
47