Conversation Context/History Messages in Chat App using Autogen #6307
Unanswered
KanikaChoudhary1312
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Can you call You can also call To address context overflow of the selector, we are working on a solution: #6301 For context overflow of each agent, you can simply use a custom |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
I have created a chat application using autogen latest version, in every session when we start asking question, every question run separate without remembering the previous question or context, how to make sure that the conversation is been related
if a question is been asked it should know the context of the answer to start the conversation in flow.
What should I use memory plugin or team state,
if we use memory, since the agents can do longer conversation, it runs out of token with the list of messages.
How do I deal? and If I use state - Can we use team_result from RUN table and use that as state for the sessions ?
Beta Was this translation helpful? Give feedback.
All reactions