File context for Multi Agent Group Chat #12588
spsinghats
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @spsinghats, Thank you for your question! Usually, it would the agent that handles the file content. And although the agents in a group chat share the chat history, each agent actually has its own version of chat history that is slightly different than those of others. Could you let us know which language you are using so that we assist you further? |
Beta Was this translation helpful? Give feedback.
2 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 am writing a multi agent group chat and the user can upload files for these agents to analyze. The group chat has a chat history which is accessible to all agents as they are part of the group chat. I dont see a way to add this context to the history. One idea I see is to add embeddings to the history, but the ChatHistory API doesnt seem to support it. Whats the best way forward?
Beta Was this translation helpful? Give feedback.
All reactions