joronoso commited on
Commit
f62dfcf
·
verified ·
1 Parent(s): 8600aa6

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -84,4 +84,4 @@ class JoroBasicAgent:
84
 
85
  def __call__(self, question: str) -> str:
86
  answer = self.agent.query(question)
87
- return answer
 
84
 
85
  def __call__(self, question: str) -> str:
86
  answer = self.agent.query(question)
87
+ return str(answer)