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
The code interpreter puts code interpreter streaming chunks to the on_intermediate_message callback, which is supposed to accept fully formed messages.
To Reproduce
Create an Assistant Agent with code interpreter.
Invoke the agent in streaming mode with an on_intermediate_message callback.