Json – Return arguments from function calling with OpenAI API when streaming?
I've made a simple OpenAI API example with function calling. I'm only using function calling to format the response, I'm not calling multiple functions or any external APIs. When I don't stream the response I can return the function arguments,…