bstraehle commited on
Commit
0ff052c
·
verified ·
1 Parent(s): 44b8c58

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +0 -3
crew.py CHANGED
@@ -310,9 +310,6 @@ def code_generation_tool(question: str, json_data: str) -> str:
310
  except Exception as e:
311
  raise RuntimeError(f"Processing failed: {str(e)}")
312
 
313
- web_search_tool = web_search_tool()
314
- document_analysis_tool = document_analysis_tool()
315
-
316
  @CrewBase
317
  class GAIACrew():
318
  agents: List[BaseAgent]
 
310
  except Exception as e:
311
  raise RuntimeError(f"Processing failed: {str(e)}")
312
 
 
 
 
313
  @CrewBase
314
  class GAIACrew():
315
  agents: List[BaseAgent]