microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.09k stars 4.1k forks source link

Fix outdated use of `summary_prompt` in tutorial. #2657

Open ekzhu opened 1 month ago

ekzhu commented 1 month ago

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:

{
    "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."},
},

Would you like to help fixing this?

Originally posted by @ekzhu in https://github.com/microsoft/autogen/issues/2621#issuecomment-2105378672

pk673 commented 1 month ago

@ekzhu I would love to work on this, could you please assign this to me. thanks!

ekzhu commented 1 month ago

@pk673 just assigned. Thanks!

prithvi2226 commented 1 month ago

Hey @ekzhu! Has this issue been solved? Thanks!