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
Describe the bug
When using function calling along with streaming, function calls seem to be ignored as the model passes the function arguments in chunks.
To Reproduce
Steps to reproduce the behavior:
Initialize an openai assistant with streaming set to true
Bind a function to the assistant
Pass a prompt to invoke the function
Expected behavior
Function call chunks should be collected and call once complete.