.NET Handoff Orchestration how to get ChatMessageContent in the InteractiveCallback #12543
Unanswered
Daniellled
asked this question in
Q&A
Replies: 0 comments
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