Abhijeetsingh Meena

Results 9 comments of Abhijeetsingh Meena

@ekzhu This issue was addressed in #6330, which has been merged. I believe we can close it now.

Hi @ekzhu, I’ve made some changes to use messages from `model_context` for speaker selection. For now, `BufferedChatCompletionContext` with a buffer size of 5 is set as the default for testing....

Hi @ekzhu, @SongChiYoung, I also believe that `model_context` offers more flexibility in this scenario, particularly when it comes to controlling the tokens and the structure of message history used for...

Hi @ekzhu, I've updated the code based on your suggestion and added a unit test to validate the selector group chat with model context. Please let me know if you...

Hi @ekzhu, I’ve completed the following updates: - Refactored message history construction to use `LLMMessage` - [2580acf](https://github.com/microsoft/autogen/pull/6330/commits/2580acfccd75b2b3fc82bfabd528320fb82efbad) - Updated the API documentation to include the `model_context` parameter and added an...

Hi @appuk45, a small usage example is included in the docstring of the class [here](https://github.com/microsoft/autogen/blob/89927ca43661af0cc1be31deaf7d4da4b5b6fe5e/python/packages/autogen-agentchat/src/autogen_agentchat/teams/_group_chat/_selector_group_chat.py#L515)

Hi @ekzhu, I’m encountering the following mypy error: ```bash src/autogen_agentchat/teams/_group_chat/_selector_group_chat.py:183: error: Second argument of Enum() must be string, tuple, list or dict literal for mypy to determine Enum members [misc]...