Get ChatMessages from Workflow session #3980
Replies: 2 comments 2 replies
|
Toni Wenzel (@twenzel) Have you found a solution? |
|
Correction: I would also avoid deserializing For a UI or audit transcript, maintain an application-owned projection instead:
This keeps two different concerns separate: the workflow checkpoint/session is resume state, while the SQL projection is the queryable conversation shown by the UI. If a future package exposes a public workflow-history API, use that API after verifying the exact version; on affected versions there is no comfortable supported extraction from |
Uh oh!
There was an error while loading. Please reload this page.
I've a workflow as agent with a custom agent session store (sql).
I want to retrieve all chat messages from this agent/store in order to show these in a UI.
Is there a possibility to extract ChatMessages from a AgentSession (or in particular a WorkflowSession)?
All reactions