mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 15:22:37 +00:00
comment fix
This commit is contained in:
@@ -72,5 +72,5 @@ class {{crew_name}}():
|
|||||||
process=Process.sequential,
|
process=Process.sequential,
|
||||||
verbose=True,
|
verbose=True,
|
||||||
# process=Process.hierarchical, # In case you wanna use that instead https://docs.crewai.com/how-to/Hierarchical/
|
# 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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user