From 1ed3941e16fc2fec15b74b28f9daf94c03375315 Mon Sep 17 00:00:00 2001 From: Bill Chambers Date: Mon, 11 Mar 2024 12:40:45 -0700 Subject: [PATCH] Update Crews.md (#331) --- docs/core-concepts/Crews.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core-concepts/Crews.md b/docs/core-concepts/Crews.md index 9af36a1b6..4603ca719 100644 --- a/docs/core-concepts/Crews.md +++ b/docs/core-concepts/Crews.md @@ -95,3 +95,4 @@ Once your crew is assembled, initiate the workflow with the `kickoff()` method. # Start the crew's task execution result = my_crew.kickoff() print(result) +```