Semantic Kernel Plugin OpenAI Response Stops Abruptly

Hi there, I’ve been working on the “How Business Thinkers Can Start Building AI Plugins With Semantic Kernel” short course, and when I use plugins with OpenAI, the response always (100% of the time) cuts off.
I’ve tried with different models, changing the max_tokens but nothing seems to work.
On the other hand, if I use “create_semantic_function” within my code it works perfectly.

I’d greatly appreciate any help on this, thanks!
Jose