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

1 messages · Page 1 of 1 (latest)

waxen gazelle
#

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 arugments. As soon as I turn off the stream function it works fine. Anyone else have this issue?