-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
What is the doc issue?
According to the SelectorGroupChat documentation:
- https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/selector-group-chat.html
- https://microsoft.github.io/autogen/stable/reference/python/autogen_agentchat.teams.html#autogen_agentchat.teams.SelectorGroupChat
It looks like the prompt for the Selector itself can rely on metadata such as: {roles}, {participants} and {history}.
I have 2 suggestions about that:
1. I suggest to add clarification about what are returned by those variables, especially to make distinction between {roles} and {participants}.
The best would be to have the value returned by those variables in the documentation sample at https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/selector-group-chat.html so that we directly know how it works.
2. While we are aware of {roles} {participants} and {history} it's not clear whether we have only those 3 variables or if more others are available (such as for instance {current_turn}, {max_turns} and so on).
Thanks for your help
Link to the doc page, if applicable
https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/selector-group-chat.html