Stream chat messages from workflow #1627
Unanswered
Itay (itayfisz)
asked this question in
Q&A
Replies: 1 comment
|
I see this class could somewhat help, as it aggregates I would really not want to do aggregations myself - it's not just aggregating textual tokens, for example I also need to aggregate token usage, etc... |
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.
I am migrating from SK, where I'm using AgentGroupChat.
I'm using instead a workflow, and I want to stream the ChatMessages. The WorkflowEvent provides only stream of tokens, but I want the full messages.
Any idea?
All reactions