Replies: 1 comment
-
|
Refer to handoff orchestration pattern MAF supports https://github.com/microsoft/agent-framework/tree/main/dotnet/samples/03-workflows/Orchestration/Handoff seems like a good fit for your use-case |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for some advice regarding chat history and calling sub-agents from a custom agent.
If I have a custom agent define using the DelegatingAIAgent, that makes a call to a sub-agent ...
... and if there is some back and forth with a user (clarifying questions, etc), what is the best way for the
subAgentto keep track of the conversation?IEnumerable<ChatMessage>) to the subAgent?I know this is probably a case of 'there is no one solution', but I'm just interested to see how others have handled this scenario.
Beta Was this translation helpful? Give feedback.
All reactions