Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
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
|