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

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -190,12 +190,12 @@ def run_crew(question, file_path):
190
 
191
  Returns:
192
  str: Answer to the question
193
- file_path (str): Optional document file path
194
 
195
  Raises:
196
  RuntimeError: If processing fails"""
197
  try:
198
  print("###")
 
199
  print(file_path)
200
  print("###")
201
  if file_path:
 
190
 
191
  Returns:
192
  str: Answer to the question
 
193
 
194
  Raises:
195
  RuntimeError: If processing fails"""
196
  try:
197
  print("###")
198
+ print(question)
199
  print(file_path)
200
  print("###")
201
  if file_path: