Python | How to reset the group chat in GroupChatOrchestration #12305
Unanswered
pintuiitbhi
asked this question in
Q&A
Replies: 3 comments
-
@moonbox3 can you help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @moonbox3 Any thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! Invocations to an orchestration are independent. So a new task will not share any context with the previous ones even when you are using the same agents. You don't need to stop the runtime nor create a new orchestration instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to reset the current group discussion in case of multi agent orchestration so that next task which don't need any chat history from the previous completed group discussion between agents.
I see one command
I don't know this is the correct command to reset the chat without destroying the GroupChatOrchestration already initialized instance.
Beta Was this translation helpful? Give feedback.
All reactions