codemankey87 / 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
0 stars 0 forks source link

Fix outdated use of summary_prompt in tutorial. #1

Open codemankey87 opened 6 months ago

codemankey87 commented 6 months ago

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:

  {
      "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

Steps to reproduce

No response

Screenshots and logs

No response

Additional Information

No response

wangruxun commented 6 months ago

I will pay attention to this work and can assist if necessary