Skip to content

Commit

Permalink
Merge pull request #532 from Madmaxs2/patch-1
Browse files Browse the repository at this point in the history
 Fix incorrect link path in documentation
  • Loading branch information
davorrunje authored Jan 17, 2025
2 parents af1e565 + 81560fc commit c8ef0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/website/articles/Roundrobin-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flowchart LR
```

> [!NOTE]
> Complete code can be found in [Example11_Sequential_GroupChat_Example](https://github.com/ag2ai/ag2/blob/dotnet/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs);
> Complete code can be found in [Example11_Sequential_GroupChat_Example](https://github.com/ag2ai/ag2/blob/main/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs);
Step 1: Add required using statements

Expand All @@ -30,4 +30,4 @@ Step 4: Create a @AutoGen.Core.RoundRobinGroupChat and add `bingSearch` and `sum

Output:

![Searcher-Summarizer](../images/articles/SequentialGroupChat/SearcherSummarizer.gif)
![Searcher-Summarizer](../images/articles/SequentialGroupChat/SearcherSummarizer.gif)

0 comments on commit c8ef0cc

Please sign in to comment.