ameglei-external commited on
Commit
7e1546b
·
verified ·
1 Parent(s): 8477477
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ class BasicAgent:
64
  print(f"Agent returning fixed answer: {fixed_answer}")
65
  return fixed_answer, state
66
 
67
- def assistant(state: AgentState):
68
  # System message
69
  textual_description_of_tool="""
70
  search_tool(question: str) -> str:
 
64
  print(f"Agent returning fixed answer: {fixed_answer}")
65
  return fixed_answer, state
66
 
67
+ def assistant(state: State):
68
  # System message
69
  textual_description_of_tool="""
70
  search_tool(question: str) -> str: