[AG-UI] [.NET] Is ChatHistoryProviderFactory Supported?
#3776
Unanswered
ecc-parity-check
asked this question in
Q&A
Replies: 0 comments
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 a workflow that uses 2 agents built on top of Responses API.
I'm using this workflow converted to agent with
.AsAgent()with AG-UI.On the server side I've configured each of the agents to not store the responses
On the client side I'm trying to use ChatHistoryProviderFactory
The workflow runs, but at the end I get an error:
Only the ConversationId or MessageStore may be set, but not both and switching from one to another is not supported.Is
ChatHistoryProviderFactorysupported or maybe it should be used in some other way?Beta Was this translation helpful? Give feedback.
All reactions