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
It's bc our realtime model separated the session options and function calls. Maybe just add a tools: list[dict[str, Any]] field for session_updated event?
This change introduced the session_updated event (great, many thanks!). However, it's lacking the
tools
array from the original OpenAI event (https://platform.openai.com/docs/api-reference/realtime-server-events/session/updated)Would it be possible to add this data as well?
The text was updated successfully, but these errors were encountered: