Streaming function calls #12851
Unanswered
Manish Reddy (Manish-22)
asked this question in
Q&A
Replies: 1 comment
|
I would love to know as well if this is possible. |
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'm able to stream agent responses following this documentation https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-streaming?pivots=programming-language-csharp
I'm using GetStreamingChatMessageContentsAsync call to get the streamed output.
Is there any sample that shows how to stream function call results. I'm making a call to an kernelfunction which has an api that streams the ouput and I'd like to send the same output back to the caller.
Would appreciate any doc or code examples
Thanks!
All reactions