Update crew.py
Browse files
crew.py
CHANGED
@@ -314,7 +314,7 @@ def run_crew(question, file_path):
|
|
314 |
allow_delegation=False,
|
315 |
llm=AGENT_MODEL,
|
316 |
max_iter=2,
|
317 |
-
tools=[
|
318 |
verbose=False
|
319 |
)
|
320 |
|
|
|
314 |
allow_delegation=False,
|
315 |
llm=AGENT_MODEL,
|
316 |
max_iter=2,
|
317 |
+
tools=[code_generation_tool],
|
318 |
verbose=False
|
319 |
)
|
320 |
|