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
Describe the bug
I have got an agent that uses the latest GroupChat within Microsoft.SemanticKernel.Agents.Orchestraiton package. Ever since I have updated it to 1.58.0-preview, it has stopped giving me an output.
string text = await result.GetValueAsync(TimeSpan.FromSeconds(ResultTimeoutInSeconds * 3)); the value of text is returned as empty string.
It can also be reproduced within the GettingStartedWithAgents tests.