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
Between 0.0.58 and 0.0.61 the returning message for function calls changed. I'm using OpenAI and PersistentContext. I noticed my DB was showing something totally different than expected.
Before (my function returns {success: true} but more advanced ones return much more):
Between 0.0.58 and 0.0.61 the returning message for function calls changed. I'm using OpenAI and PersistentContext. I noticed my DB was showing something totally different than expected.
Before (my function returns
{success: true}
but more advanced ones return much more):After upgrading:
Based on the OpenAI docs this needs to return the actual output of the function call so that the assistant's response can include it.
May of missed it in the changelog, but this appears to be a regression to me. If not, would love to more details so I could better understand!
I think this patch gets back to the old functionality:
The text was updated successfully, but these errors were encountered: