There are several examples of using summary_prompt however the code is outdated as summary_prompt is not the top-level argument anymore, it should be:
{
"recipient": group_chat_manager_with_intros,
"summary_method": "reflection_with_llm",
"summary_args": {"summary_prompt": "Summarize the sequence of operations used to turn " "the source number into target number."},
},
Describe the issue
In the tutorial page: https://microsoft.github.io/autogen/docs/tutorial/conversation-patterns
There are several examples of using summary_prompt however the code is outdated as summary_prompt is not the top-level argument anymore, it should be:
Would you like to help fixing this?
Originally posted by @ekzhu in https://github.com/microsoft/autogen/issues/2621#issuecomment-2105378672
Steps to reproduce
No response
Screenshots and logs
No response
Additional Information
No response