#GPT Function Calls never have arguments when using "Stream?"

1 messages · Page 1 of 1 (latest)

waxen jungle
#

Hey, so I have this discord bot that uses the API and also uses functions. I wanted to update it so that it can use the stream feature and edit it's messages as the words come in and it works fine, but for some reason when it requests a function the "arguments" part of the response is always empty, causing an error because my functions can't work without certain arguments. As soon as I turn off the stream function it works fine. Anyone else have this issue?

For reference this is what the response looks like normally:
https://cdn.discordapp.com/attachments/967967975917355038/1140433488072429629/image.png

And this is what it's like with "stream" turned on:
https://cdn.discordapp.com/attachments/967967975917355038/1140433578472259665/image.png