From 3eb2572982c1c256d9f936e90e403a3c13833fa4 Mon Sep 17 00:00:00 2001 From: Harish Mohan Raj Date: Fri, 20 Sep 2024 15:13:52 +0530 Subject: [PATCH] Fix readme example (#254) --- docs/docs/en/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/en/getting-started/index.md b/docs/docs/en/getting-started/index.md index a0247f009..af2aed885 100644 --- a/docs/docs/en/getting-started/index.md +++ b/docs/docs/en/getting-started/index.md @@ -137,7 +137,7 @@ Depending on the interface you choose, you'll need to import different modules. You need to define the workflow that your application will use. This is where you specify how the agents interact and what they do. Here's a simple example of a workflow definition: ```python -{! docs_src/getting_started/main_console.py [ln:10-45] !} +{! docs_src/getting_started/main_console.py [ln:9-45] !} ``` This code snippet sets up a simple learning chat between a student and a teacher. You define the agents and how they should interact, specifying how the conversation should be summarized.