From 8d7b0de73260839f504f2779c8d91cc86a6143ba Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Tue, 3 Dec 2024 10:48:22 -0800 Subject: [PATCH] comment fix --- src/crewai/cli/templates/crew/crew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/templates/crew/crew.py b/src/crewai/cli/templates/crew/crew.py index 502e4e57a..c03862250 100644 --- a/src/crewai/cli/templates/crew/crew.py +++ b/src/crewai/cli/templates/crew/crew.py @@ -72,5 +72,5 @@ class {{crew_name}}(): process=Process.sequential, verbose=True, # process=Process.hierarchical, # In case you wanna use that instead https://docs.crewai.com/how-to/Hierarchical/ - # knowledge_sources=sources, # In the case you want to add knowledge sources`` + # knowledge_sources=sources, # In the case you want to add knowledge sources )