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
with automatic function calling enabled, I'm no longer receiving function_call parts in the streamed chunks.
Is there a way to enable still receiving information about which tools are being called, so that we can eg display this to the frontend ui?
I tried using the tool_config with mode='ANY', but that seems to just force a function calling only mode.