Hi, I 've just started with L2: Create Agents to Research and Write an Article but ran into a problem, when trying to run the code in the first example i get an error in Jupyter
topic = “Artificial Intelligence”
result = crew.kickoff(inputs={“topic”: topic})
NameError Traceback (most recent call last)
Cell In[3], line 2
1 topic = “Artificial Intelligence”
----> 2 result = crew.kickoff(inputs={“topic”: topic})
NameError: name ‘crew’ is not defined
This should hve been straight forward not? What am I missing?
Thanks