Broken links fix (#2843)

* Update Examples.md

* Update agent_chat.md

* Update agent_chat.md

* Update Optional-Dependencies.md

* Update JSON_mode_example.ipynb

* Update JSON_mode_example.ipynb

* Update JSON_mode_example.ipynb

* Update JSON_mode_example.ipynb

* Update agentchat_agentoptimizer.ipynb

* Update agentchat_nested_chats_chess.ipynb
This commit is contained in:
Krishna Shedbalkar
2024-06-03 00:28:10 +05:30
committed by GitHub
parent 6e8331b754
commit de99564a6e
6 changed files with 6 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ To use a graph in `GroupChat`, particularly for graph visualization, please inst
pip install "pyautogen[graph]"
```
Example notebook: [Graph Modeling Language with using select_speaker](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_graph_modelling_language_using_select_speaker.ipynb)
Example notebook: [Finite State Machine graphs to set speaker transition constraints](https://microsoft.github.io/autogen/docs/notebooks/agentchat_groupchat_finite_state_machine)
## Long Context Handling