Hu Jicong
Hu Jicong
> Confirmed from [@nielstron](https://github.com/nielstron). > > > Since this is resolved by installing tree-sitter-0.23.1, the commit in [bedf9e8](https://github.com/k4black/codebleu/commit/bedf9e8aff668a8559551e7ba590937dfd4647f2) should resolve the issue. It is just not yet released. > >...
Strongly Agree! And I open an new issue[#issue](https://github.com/microsoft/autogen/discussions/3601)
Agree! I am currently using `version 0.2.37` of autogen. After debugging, I found the following: Although there is a method `chat_messages_for_summary()` in the `ConversableAgent` class, which is called in the...
Then you will receive the expected response. ``` user (to group_chat_proxy): hello, do you like orcas? -------------------------------------------------------------------------------- ******************************************************************************** Starting a new chat.... ******************************************************************************** group_chat_proxy (to chat_manager): Context:[] . User's latest...
chat_result.chat_histort is a list made of dictionary, where every item contains "content", "role", "name". You can filter the messages through specific " role" or "name". Such as, if you just...