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

How to handle a session? #2391

Open
YogeshNat opened this issue Apr 16, 2024 · 2 comments
Open

How to handle a session? #2391

YogeshNat opened this issue Apr 16, 2024 · 2 comments
Labels
0.2 Issues which were filed before re-arch to 0.4 needs-triage

Comments

@YogeshNat
Copy link

YogeshNat commented Apr 16, 2024

Describe the issue

Hello,

I made the query dynamic. I will ask the query from the user. But after all the agent's conversation. Its terminating. I need the bot to ask the query again and handles the session. Kindly help me with this.

Thanks
Yogesh

Steps to reproduce

No response

Screenshots and logs

No response

Additional Information

No response

@sonichi
Copy link
Contributor

sonichi commented Apr 17, 2024

Could you check whether #2358 includes it?
Also, #2187 is relevant.

@ekzhu
Copy link
Collaborator

ekzhu commented Apr 17, 2024

@YogeshNat you can take a look at AutoGen Studio

def populate_history(self, history: List[Message]) -> None:

for how this is currently handled.

@rysweet rysweet added 0.2 Issues which were filed before re-arch to 0.4 needs-triage labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.2 Issues which were filed before re-arch to 0.4 needs-triage
Projects
None yet
Development

No branches or pull requests

5 participants