.NET Handoff Orchestration how to get ChatMessageContent in the InteractiveCallback #12543
Unanswered
Daniellled
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @Daniellled, Thank you for your question! You're right, you will get the agent responses via the Could you share more details on your comment on multithreaded? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @Daniellled, I am struggling to create a PoC using an UI for the Human in the loop scenario. |
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.
-
In Handoff orchestration the Human Response Function is a single callback and as part of that callback the ChatMessageContent is not included. How are you supposed to get ChatMessageContent in the InteractiveCallback?
I thought about using Agent Response Callback and just capturing the ChatMessageContent and sharing it with the InteractiveCallback function. However, due to Relationship Between Runtime and Orchestrations the runtime and orchestrator should be considered multithreaded.
Beta Was this translation helpful? Give feedback.
All reactions