Need a suggestion to pass ChatHistoryAgentThread to an ChatCompletionAgent when it is registered and invoked by the GroupChatOrchestration #12461
jupiver123
started this conversation in
General
Replies: 3 comments 3 replies
-
Hi @jupiver123, Currently, passing threads to the agents through an orchestration is not supported yet. We are actively working on a solution to allow that usage pattern. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Tagging @crickman for visibility. |
Beta Was this translation helpful? Give feedback.
0 replies
-
have the same problem,in GroupChatOrchestration how to use function-selection |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am using C# SK SDK.
When using the ChatCompletionAgent, we can pass a ChatHistoryAgentThread to its InvokeAsync call. However, within a GroupChatOrchestration, we cannot do the same since the orchestration call the agent's InvokeAsync internally.
Is there a solution to that? Thank you very much for helping.
Beta Was this translation helpful? Give feedback.
All reactions