sunnyday910 commited on
Commit
4af6b7c
·
verified ·
1 Parent(s): a4b341b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ class BasicAgent:
36
  input_state = {"question": question}
37
  # Run the graph
38
  answer = self.graph.invoke(input_state)
39
- print(f"Agent returning fixed answer: {answer}")
40
  return answer
41
 
42
  class State(TypedDict):
 
36
  input_state = {"question": question}
37
  # Run the graph
38
  answer = self.graph.invoke(input_state)
39
+ print(f"Agent returning fixed answer: {answer.content}")
40
  return answer
41
 
42
  class State(TypedDict):