mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 08:38:15 +00:00
fix typo in template file (#1432)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import sys
|
import sys
|
||||||
from {{folder_name}}.crew import {{crew_name}}Crew
|
from {{folder_name}}.crew import {{crew_name}}Crew
|
||||||
|
|
||||||
# This main file is intended to be a way for your to run your
|
# This main file is intended to be a way for you to run your
|
||||||
# crew locally, so refrain from adding necessary logic into this file.
|
# crew locally, so refrain from adding necessary logic into this file.
|
||||||
# Replace with inputs you want to test with, it will automatically
|
# Replace with inputs you want to test with, it will automatically
|
||||||
# interpolate any tasks and agents information
|
# interpolate any tasks and agents information
|
||||||
|
|||||||
Reference in New Issue
Block a user