You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... and if there is some back and forth with a user (clarifying questions, etc), what is the best way for the subAgent to keep track of the conversation?
Is it as simple as sending the full chat history (IEnumerable<ChatMessage>) to the subAgent?
Should the subAgent have chat memory configured and then I just pass in the last message?
Would OpenAI Responses be better here instead of Chat Completions?
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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