drAbreu commited on
Commit
adf2ae1
·
1 Parent(s): ae2d26a

Added writer agent to generate answers

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ class BasicAgent:
100
  }
101
 
102
  # Use the workflow to process the question
103
- workflow_response = await self.agent_workflow.arun(
104
  question,
105
  initial_state=initial_state
106
  )
 
100
  }
101
 
102
  # Use the workflow to process the question
103
+ workflow_response = await self.agent_workflow.run(
104
  question,
105
  initial_state=initial_state
106
  )