Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outdated use of summary_prompt in tutorial. #2657

Open
ekzhu opened this issue May 10, 2024 · 2 comments
Open

Fix outdated use of summary_prompt in tutorial. #2657

ekzhu opened this issue May 10, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ekzhu
Copy link
Collaborator

ekzhu commented May 10, 2024

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 #2621 (comment)

@ekzhu ekzhu added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels May 10, 2024
@pk673
Copy link
Contributor

pk673 commented May 11, 2024

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

@ekzhu
Copy link
Collaborator Author

ekzhu commented May 11, 2024

@pk673 just assigned. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants