Reset #3895
Kunjal1999
started this conversation in
General
Reset
#3895
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, while using the ChatInitiator with
class ChatInitiator:
def init(self, user_proxy: autogen.UserProxyAgent, assistant: autogen.AssistantAgent)
If I want to reset the existing context (or in other words make the LLM forget everything that it remembers so far) if a user inputs RESET, how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions