bstraehle commited on
Commit
fd716b4
·
verified ·
1 Parent(s): 6544119

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -0
crew.py CHANGED
@@ -186,6 +186,7 @@ def run_crew(question, file_path):
186
 
187
  Args:
188
  question (str): Question to answer
 
189
 
190
  Returns:
191
  str: Answer to the question
 
186
 
187
  Args:
188
  question (str): Question to answer
189
+ question (str): The optional document file path
190
 
191
  Returns:
192
  str: Answer to the question