Multi Agent Application - Managing State/Chat History #11810
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
A quick prompt for your question b. with ChatGPT o4-mini-high (with Search) generated this. See if it will work. Here’s the pattern you should follow to “replay” a previously‐persisted chat into an AgentGroupChat so that all of your agents see the full history and can use it as context: 1. Load your persisted messages into
|
Beta Was this translation helpful? Give feedback.
-
@radrad, thanks for taking a try at the answer. The original message is asking for help with SK Python, instead of SK .NET. a) Yes |
Beta Was this translation helpful? Give feedback.
@radrad, thanks for taking a try at the answer. The original message is asking for help with SK Python, instead of SK .NET.
a) Yes
b) If you create an AgentGroupChat (which is a child of AgentChat), you can pass in the
history
to seed the conversation with some chat message content messages. Are you seeing an explicit error? If so, can you provide the stack trace?