Replies: 2 comments
-
Hi @anktsrkr, are you using Python or .NET. I am aware of changes to allow for streaming callbacks during orchestration in Python. Will need to check if/when that's available for .NET. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Streaming support has been added to .Net and Python. It will be available in the next release. |
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.
-
As title stated, what is the best way to stream agent's response to user . As of today, we can use
ResponseCallback
which returns complete resultBeta Was this translation helpful? Give feedback.
All reactions