Skip to content

Commit

Permalink
Fix readme example (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj authored Sep 20, 2024
1 parent f243b62 commit 3eb2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/en/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3eb2572

Please sign in to comment.