bstraehle commited on
Commit
6245998
·
verified ·
1 Parent(s): eea8c7f

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
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=[python_coding],
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