From d6aaafc31b35fd45d9621fdffa58f1c78f7bdbcd Mon Sep 17 00:00:00 2001 From: douha1995 Date: Sun, 7 Sep 2025 16:40:56 +0300 Subject: [PATCH] Fix README: correct default value of verbose (True instead of False) --- crews/starter_template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crews/starter_template/README.md b/crews/starter_template/README.md index c7508272c..a01c938df 100644 --- a/crews/starter_template/README.md +++ b/crews/starter_template/README.md @@ -23,7 +23,7 @@ This is the main file that you will use to run your custom crew. To create a Crew , you need to define Agent ,Task and following Parameters: 1. Agent: List of agents that you want to include in the crew. 2. Task: List of tasks that you want to include in the crew. -3. verbose: If True, print the output of each task.(default is False). +3. verbose: If True, print the output of each task.(default is True). 4. debug: If True, print the debug logs.(default is False). [More Details about Crew](https://docs.crewai.com/concepts/crew). \ No newline at end of file