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
Python: .Net: The Agent with ChatCompletion using GPT-5 on groupChat.InvokeStreamingAsync is not completing the tasks - abruptly stopping after few function calls. #13006
The Agent with ChatCompletion using GPT-5 on groupChat.InvokeStreamingAsync is not completing the tasks - abruptly stopping after few function calls.
The same agent works fine when I just change it to other models like GPT-4.1.
With GPT-5 its consistently reproducible, My agent typically run a task which has to make few tool calls and gives a final response. In the case of GPT-5 it just stops after few tool calls and ends the stream without any errors.
I've verified for any possible termination, max turns, etc. - none of these caused this exit.