Update crew.py
Browse files
crew.py
CHANGED
|
@@ -54,7 +54,7 @@ def run_crew(question):
|
|
| 54 |
backstory="As an expert Python coding assistant, you write and execute Python for the question.",
|
| 55 |
allow_delegation=False,
|
| 56 |
max_iter=1,
|
| 57 |
-
tools=[
|
| 58 |
verbose=True,
|
| 59 |
)
|
| 60 |
|
|
|
|
| 54 |
backstory="As an expert Python coding assistant, you write and execute Python for the question.",
|
| 55 |
allow_delegation=False,
|
| 56 |
max_iter=1,
|
| 57 |
+
tools=[python_coding_tool],
|
| 58 |
verbose=True,
|
| 59 |
)
|
| 60 |
|