Replies: 1 comment
-
|
You are able to set arbitrary values in the StateBag to persist throughout the Chat History Provider and the AI Context Providers. Each are fed the session through the AIContext object. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I have an idea to store existing conversation id to use next call. Hovewer, I did not get conversation id from this object.
Is there any method or strategy to get conversation id? StageBag is empty which has zero count.
Framework: .NET 10
Package: Microsoft.Agent.AI 1.0.0-rc2
EDIT: Serialized session could be stored in db. If needed, get json string and deserialize it to continue to session. But I am not sure that is suitable solution.
Beta Was this translation helpful? Give feedback.
All reactions