From e88cb2fea66130a84fdee500a5f205c5b4ec0776 Mon Sep 17 00:00:00 2001 From: lloydchang Date: Wed, 18 Sep 2024 03:17:22 -0700 Subject: [PATCH] docs(Start-a-New-CrewAI-Project-Template-Method.md): fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agents → tasks --- .../Start-a-New-CrewAI-Project-Template-Method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md index 653d3c283..dc0e539f2 100644 --- a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md +++ b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md @@ -176,7 +176,7 @@ This will install the dependencies specified in the `pyproject.toml` file. Any variable interpolated in your `agents.yaml` and `tasks.yaml` files like `{variable}` will be replaced by the value of the variable in the `main.py` file. -#### agents.yaml +#### tasks.yaml ```yaml research_task: